mono.git
2012-04-10 Paolo MolaroLoad the llvm module from the lib dir of an installed...
2012-04-10 Marek SafarAdd more incomplete statements to AST. Fixes #4361.
2012-04-10 Marek SafarCreate better expression type for incomplete new expres...
2012-04-10 Marek SafarBetter error recovery from incomplete argument expressi...
2012-04-10 Marek SafarRecover attributes from incomplete parameters declarati...
2012-04-10 Jeremie LavalAdd unit test for bug #2007
2012-04-10 Jeremie LavalRemove now useless barriers in ManualResetEventSlim...
2012-04-10 Jeremie LavalRework CancellationTokenSource to remove locking. Fix...
2012-04-10 Jeremie LavalDo not execute a Task continuation when it has already...
2012-04-10 Jeremie LavalUpdate copyrights
2012-04-10 Jeremie LavalAdd consistency unit test for ManualResetEventSlim...
2012-04-10 Jeremie LavalSwitch from boolean to count mode to safely detect...
2012-04-10 Jeremie LavalRefactor TaskTests.WaitChildTestCase test
2012-04-10 Marek SafarFix nullable binary comparison with lifted unboxed...
2012-04-10 Marek SafarBetter error message for misused property. Fixes #4338
2012-04-10 Marek SafarFix test target
2012-04-10 Rodrigo KumperaAdd split minor collector to the test matrix.
2012-04-10 Rodrigo KumperaFirst rounds of fixes to the split nursery.
2012-04-09 Rodrigo KumperaMove the scan/copy fast functions to the nursery collec...
2012-04-09 Rodrigo KumperaBring back the old nursery design and make it runtime...
2012-04-09 Rodrigo KumperaDocument usages of sgen_nursery_is_to_space.
2012-04-09 Rodrigo KumperaUpdate documentation.
2012-04-09 Rodrigo KumperaFirst take on split nursery.
2012-04-09 Rodrigo KumperaIntroduce SgenObjectOperations that holds all copy...
2012-04-09 alexrpFix Mono.Options tests build.
2012-04-09 alexrpFix Mono.Debugger.Soft tests build.
2012-04-09 alexrpIgnore *.mlpd.
2012-04-09 alexrpRemove MONO_OPT_SCHED; we don't actually use it and...
2012-04-09 Marek SafarFix tests build
2012-04-09 Zoltan VargaMerge pull request #272 from metanest/scriptpathproblem...
2012-04-09 KISHIMOTO,... script path modify. to build in not souce tree.
2012-04-09 Zoltan VargaAvoid using the -e argument to echo in patch-quiet...
2012-04-09 Zoltan VargaAllow setting the name of threadpool threads. Fixes...
2012-04-08 Marek SafarHandle --fatal during parsing
2012-04-07 Zoltan VargaFix the domains of the objects returned by AssemblyMirr...
2012-04-06 Miguel de IcazaSplit the for loop in different states to produce a...
2012-04-06 Miguel de IcazaUpdate version
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-06 Marek Habersack[corlib] Correctly recurse directories in Directory...
2012-04-06 Andreia GaitaMerge pull request #270 from bholmes/COM_cctor
2012-04-05 Marek SafarAdd missing assembly references to test targets
2012-04-05 Marek HabersackReplaced git submodules docs with a link to the wiki
2012-04-05 William Holmescominterop.cs : Unit test to ensure that the static...
2012-04-05 Jonathan Pryor[System] Fix MacOsNetworkInterface.ImplGetAllNetworkInt...
2012-04-05 Marek HabersackUpdated README with submodule maintenance instructions
2012-04-05 Marek SafarAdd missing assembly references to test targets
2012-04-05 Marek SafarEmit callvirt for non-virtual object methods called...
2012-04-05 Alan McGovernAdd the update_submodules script to EXTRA_DIST
2012-04-05 Marek SafarBe less pedantic when issuing CS0219 warning (some...
2012-04-05 Marek SafarForce all test assemblies references to be explicit
2012-04-05 Marek SafarMove System tests to System assembly
2012-04-05 Marek SafarUpdate csproj files
2012-04-05 Marek SafarConvert some old unit tests
2012-04-05 Marek SafarFix some API mismatch
2012-04-05 William Holmes__ComObject.cs (Initialize) : Ensure that the static...
2012-04-05 Alan McGovern[build] Improve our git submodule update handling
2012-04-05 Marek SafarFix parsing of conditional expression with lambda block...
2012-04-05 Marek SafarImplement more Task 4.5 members
2012-04-05 Marek Habersackaspnetwebstack update
2012-04-04 Rodrigo KumperaUse a single name prefix for sgen symbols. All non...
2012-04-04 Zoltan VargaFix debugger invokes which return pointer types. Fixes...
2012-04-04 Rodrigo KumperaFix x86 FP stack code to not break prev links in a BB.
2012-04-04 Rodrigo KumperaFix the IR class of OP_NEWARR to be of the array type...
2012-04-04 Rodrigo KumperaExtend --compile-all to take a count parameter to recom...
2012-04-04 Rolf Bjarne... Ensure we get the correct StartWWAN overload.
2012-04-04 alexrpconfigure.in: Don't print parallel mark twice.
2012-04-04 Marek SafarHide internal member
2012-04-04 Marek SafarImplement Task::WhenAll
2012-04-03 Sebastien PouliotApply SHA256 optimizations (single buffer allocation...
2012-04-03 Sebastien PouliotEnsure a default key is available, if none is set,...
2012-04-03 Marek SafarBetter handling of OperationCanceledException
2012-04-03 Marek SafarHide internal invoke methods in debugger
2012-04-03 Marek SafarTaskScheduler.FromCurrentSynchronizationContext cannot...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-04-02 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-04-02 Jeremie Laval[monodoc] Try to fix some issue with URL creation in...
2012-04-02 Jeremie Laval[monodoc] For search index creation: restore .ctor...
2012-04-02 Neale Fergusons390x-codegen.h - Define s390_SP and s390_BP
2012-04-02 Zoltan VargaFix the addresses of handler clauses when using LLVM...
2012-04-02 Marek SafarFix hoisting of method parameters when both async and...
2012-04-02 Jeremie Laval[monodoc] Also fixup URL of parameter-less ctor
2012-04-02 Jeremie Laval[monodoc] Rename related sample section to 'Samples...
2012-04-02 Jeremie Laval[monodoc] Open links in new window
2012-03-30 Rolf Bjarne... Fix mono_path_canonicalize to not canonicalize the...
2012-03-30 Rodrigo KumperaRemove some silly dead code.
2012-03-30 Rodrigo KumperaExtract the fragment allocation code from the nursery...
2012-03-30 Rodrigo KumperaAdd par_alloc_object to the major collector function...
2012-03-30 Rodrigo KumperaRename mono_sgen_nursery_is_object_alive to mono_sgen_i...
2012-03-30 Marek SafarFix System.Web.Razor embedded resouces namespace
2012-03-30 Marek SafarFix System.Json resources to be embedded
2012-03-30 Marek SafarConvert literals to constants when reducing literal...
2012-03-30 Marek SafarUse correct location when reporting constant conversion...
2012-03-30 Marek SafarFix cloning of foreach statement
2012-03-30 Marek SafarAdd more literal to constant expression conversions...
2012-03-30 Rolf Bjarne... Fix g_strreverse to handle empty strings
2012-03-30 Marek SafarDon't install Newtonsoft.Json
2012-03-30 Zoltan VargaDisable wrapper generation code when DISABLE_JIT is...
2012-03-29 Rolf Bjarne... Log profiler: don't ignore return values from select...
2012-03-29 Alex CorradoUpdate spec for the rest of the mvc3/razor additions
2012-03-29 Marek HabersackVersion mvc3 properly
next