mono.git
2015-03-24 Geoffrey Huntleycorrected spelling mistakes.
2015-03-24 Zoltan Varga[runtime] Fix an uninitialized memory error added by...
2015-03-24 Zoltan Varga[io-layer] Fix the freeing of MonoProcess structures...
2015-03-24 Sebastien Pouliot[tests] Tweak MemoryMappedFile test case that fails...
2015-03-24 Marek Safar[corlib] ngen attributes from reference sources
2015-03-24 Marek Safar[corlib] Remove unused files
2015-03-24 Marek Safar[corlib] ExceptionServices from reference sources
2015-03-24 Marek Safar[corlib] Debugger attributes from reference sources
2015-03-24 João MatosMerge pull request #1634 from StephenMcConnel/bug-28025
2015-03-24 Ludovic Henry[runtime] Remove unnecessary winbase.h header include...
2015-03-24 João MatosMerge pull request #1652 from debuglevel/bugfix-crossco...
2015-03-24 Zoltan VargaMerge pull request #1588 from BrzVlad/feature-aot-wbarrier
2015-03-24 Marek SafarMerge pull request #1638 from esdrubal/servicepoint
2015-03-24 Zoltan VargaMerge pull request #1632 from alexanderkyte/bug24118
2015-03-24 Marek Safar[system] FrameworkName from reference sources
2015-03-24 Marek Safar[mcs] Emit correct assignment to ref pointer
2015-03-24 Marek SafarFixes build
2015-03-24 Marek Safar[system.windows.forms] Add AssemblyNamesTypeResolutionS...
2015-03-24 Alex Rønne... Typo fix...
2015-03-24 Alex Rønne... [arm] Also fix OP_ATOMIC_STORE_R4.
2015-03-24 Miguel de IcazaMan page update
2015-03-23 Mark ProbstMerge pull request #1596 from schani/feature-sgen-impro...
2015-03-23 Mark Probst[sgen] Fix slot size calculation.
2015-03-23 Mark Probst[sgen] Remove stealing.
2015-03-23 Mark Probst[sgen] Save more space in M&S block infos.
2015-03-23 Mark Probst[sgen] Do pinning of M&S blocks in one pass. Saves...
2015-03-23 Mark Probst[sgen] Store worker's job names for debugging.
2015-03-23 Mark Probst[sgen] Allow skipping of entries in `sgen-grep-binprot`.
2015-03-23 Mark Probst[sgen] Some clarifying comments and rearrangements.
2015-03-23 Mark Probst[sgen] Remove dead code.
2015-03-23 Mark Probst[sgen] Binary protocol entry for pin-staging cemented...
2015-03-23 Mark Probst[sgen] Only scan mod-union in LOS on marked objects.
2015-03-23 Mark Probst[sgen] Free lists in blocks must be volatile.
2015-03-23 Mark Probst[sgen] Rename a callback for clarity.
2015-03-23 Mark Probst[sgen] Don't scan until jobs done in worker thread.
2015-03-23 Mark Probst[sgen] Fix names and remove superfluous parameters.
2015-03-23 Mark Probst[sgen] Move debug code to `sgen-debug.c`.
2015-03-23 Mark Probst[sgen] Rename `have_computed_minor_collection_allowance...
2015-03-23 Mark Probst[sgen] Remove superfluous function indirection.
2015-03-23 Mark Probst[sgen] Replace `have_swept` pointer with callback.
2015-03-23 Mark Probst[sgen] Don't pass redundant `scan_mod_union` to `major_...
2015-03-23 Mark Probst[sgen] Disable cementing for concurrent M&S.
2015-03-23 Mark Probst[sgen] Don't re-check reference after marking in concur...
2015-03-23 Sebastien Pouliot[tests] Tweak DateTime.AddMillisecondsOutOfRangeExcepti...
2015-03-23 Neale FergusonFix decimal comparison by using signed char comparison...
2015-03-23 Rodrigo KumperaMerge pull request #1631 from alexanderkyte/stringbuild...
2015-03-23 Rodrigo KumperaMerge pull request #1595 from directhex/randomize-tcp...
2015-03-23 Rodrigo Kumpera[threading] Use a RT signal for abort when possible.
2015-03-23 Zoltan Varga[arm] Fix OP_ATOMIC_LOAD_R4.
2015-03-23 Marek Safar[system] Don't replace CategoryAttribute value with...
2015-03-23 Zoltan VargaFix a warning.
2015-03-23 Marek Safar[corlib] System.Resources from reference sources
2015-03-23 Jo ShieldsAdd port randomization to ClientWebSocketTest and HttpL...
2015-03-23 Jo ShieldsAdd a helper class to assign a random port for a test.
2015-03-23 Marc Kohauptfixed case-sensitive file name for cross compilation
2015-03-23 João MatosMerge pull request #1646 from myrup/master
2015-03-23 Marek Safar[corlib] MethodBase from reference sources
2015-03-23 Marek Safar[corlib] Member|TypeInfo from reference sources
2015-03-23 Marek Safar[system.windows.forms] Update failing test
2015-03-22 Zoltan Varga[runtime] Throw an exception on allocation failure...
2015-03-22 Zoltan Varga[aot] Remove support for non-separate llvm mode.
2015-03-22 Zoltan Varga[jit] Remove support for LLVM_API_VERSION < 4.
2015-03-21 Jonathan PryorMerge pull request #1641 from joelmartinez/docs-monodoc...
2015-03-21 Zoltan Varga[jit] Enable partial sharing only in full-aot mode.
2015-03-21 Zoltan Varga[jit] Unify the handling of the type parameters in...
2015-03-20 Sebastien Pouliot[tests] Some of the new decimal tests (ported from...
2015-03-20 Marek Safar[corlib] Remove unmanaged type IsVisible path. Fixes...
2015-03-20 Marek Safar[corlib] Enable legacy LCID api
2015-03-20 Marek Safar[mcs] Test update
2015-03-20 Marek SafarRevert "Fix more System.Web tests."
2015-03-20 Marek Safar[corlib] Pointer from reference sources
2015-03-20 João Matos[runtime] Check for MSVC instead of non-GCC in mono_thr...
2015-03-20 Marek Safar[corlib] More simple System.Reflection types from refer...
2015-03-20 Zoltan VargaFix more System.Web tests.
2015-03-20 João MatosMerge pull request #1647 from svedm/master
2015-03-20 Svetoslav KarasevFix duplicate sub-expressions
2015-03-20 Marek Safar[corlib] Add new test
2015-03-20 myrupFixed TimeZoneInfo.Local windows xp issue
2015-03-20 Marek Safar[corlib] MemberInfoSerializationHolder from reference...
2015-03-20 Marek Safar[system.web] Update failing test
2015-03-20 myrupAdded null check
2015-03-20 Zoltan VargaMerge pull request #1645 from myrup/master
2015-03-20 Zoltan Varga[aot] Fix support for direct icalls in llvm mode.
2015-03-20 Zoltan Varga[jit] Use unique castclass caches in all cases. Fixes...
2015-03-20 Zoltan Varga[runtime] Fix the isinst_with_cache wrapper on 64 bit...
2015-03-19 myrupFixed TimeZoneInfo.Local on windows xp
2015-03-19 Zoltan Varga[sdb] Add support for TypedReferences. Fixes #28181.
2015-03-19 Zoltan Varga[corlib] Implement FieldInfo.SetValueDirect ().
2015-03-19 Marek Safar[corlib] Return top-level parameter custom attributes...
2015-03-19 Zoltan Varga[io-layer] Avoid closing std file descriptors on shutdo...
2015-03-19 Marek Safar[corlib] TypedReference from reference sources
2015-03-19 Marek SafarMerge pull request #1642 from vestild/modulebuilder...
2015-03-19 Vlad Zaitsev[System.Reflection.Emit] fix typo in ModuleBuilder...
2015-03-19 João Matos[mini] Small code cleanup, check for iOS host instead...
2015-03-19 João Matos[windows] Fixed thread async suspend assert.
2015-03-19 João Matos[windows] Remove some cruft used by the old Windows...
2015-03-19 Marek Safar[runtime] Remove unused icall
2015-03-19 Joel Martinez[monodoc] Added `PlatformDocApi` to the list of valid...
2015-03-19 Joel Martinez[monodoc] Fixed issue generating EcmaCref URLs.
2015-03-19 Joel Martinez[mdoc] Fixes an update issue with generic and non-gener...
next