mono.git
2010-08-31 Marek SafarDon't use break in jay
2010-08-31 Marek SafarDon't generate tracing for the parser, it slows it...
2010-08-31 Marek SafarAdd more rules for static initializers
2010-08-31 Marek SafarWrap any non-trivial rule into a method, speeds up...
2010-08-31 Marek SafarRemoved misused break, format long comment
2010-08-30 Carlos Alberto... Actually make use of SerializationBinder.BindToName...
2010-08-30 Carlos Alberto... Add tests for SerializationBinder.BindToName usage...
2010-08-30 Rolf Bjarne... Uri: fix path component of merged uris with parent...
2010-08-30 Zoltan VargaFix make dist.
2010-08-30 Zoltan VargaFix the ppc build.
2010-08-30 Zoltan VargaFix the order of the arguments to the ppc_store macros.
2010-08-30 Andrew JorgensenRelatively major overhaul of the .spec file
2010-08-30 Rodrigo KumperaMerge branch 'sgen_cardtable_64bits_support'
2010-08-30 Rodrigo KumperaRemove leftover from testing.
2010-08-30 Rodrigo KumperaFix a of by one error.
2010-08-30 Rodrigo KumperaFix cardtable code under amd64.
2010-08-30 Rodrigo KumperaEnable cardtable on 64bits targets.
2010-08-30 Rodrigo KumperaDon't scan blocks without references.
2010-08-30 Rodrigo KumperaImprove check consistency assertion.
2010-08-30 Rodrigo KumperaAdd support for card overlapping.
2010-08-30 Rodrigo KumperaExtract card scanning code.
2010-08-30 Rodrigo KumperaReplace clear_card functions with block enumeration...
2010-08-30 Zoltan VargaAvoid loading the LLVM backend if llvm is not requested...
2010-08-30 Andrew JorgensenRemove obsolete Microsoft.Vsa and Microsoft.JScript
2010-08-30 Atsushi EnoFix a couple of Hello/Probe serialization issues.
2010-08-30 Atsushi EnoUri was also not supported in Read*ContentAs().
2010-08-30 Atsushi EnoAdd TimeSpan support in Read*ContentAs() methods.
2010-08-30 Atsushi EnoFix bogus discovery contract wrapper names.
2010-08-30 Atsushi EnoAdd not-working code for TransferMode support.
2010-08-30 Atsushi EnoAdd workaround for bug #633945. On Windows async operat...
2010-08-29 Zoltan VargaRemove obsolete LLVM passes.
2010-08-28 Zoltan VargaGet rid of filter clauses in runtime invoke wrappers...
2010-08-28 Zoltan VargaGet rid of MONO_ARCH_HAVE_THROW_CORLIB_EXCEPTION.
2010-08-28 Jonathan Pryor[mdoc-validate] Support & validate the ECMA XML dialect.
2010-08-28 Jonathan Pryor[update-ecma-xml] Don't generate <Type/>s for types...
2010-08-28 Zoltan VargaPrint the unimplemented interface method warnings using...
2010-08-28 Zoltan VargaAvoid the loading of metadata for IMT calls from AOT...
2010-08-28 Zoltan VargaReorganize the vtable slot patching code a bit.
2010-08-28 Zoltan VargaRemove a redundant if ().
2010-08-28 Zoltan VargaAvoid allocating empty arrays in ves_icall_Type_GetInte...
2010-08-28 Zoltan VargaUse the klass pointer instead of the klass name when...
2010-08-28 Zoltan VargaAdd a g_hash_table_print_stats () helper function.
2010-08-28 Zoltan VargaOptimize g_utf8_to_utf16 for the common case of ASCII...
2010-08-27 Gonzalo Paniagua... Call SetEndOfSendNotification
2010-08-27 Gonzalo Paniagua... Add env.var. to control revocation mode.
2010-08-27 Zoltan VargaImprove the hashing of MonoTypes representing type...
2010-08-27 Zoltan VargaAdd a mono_g_hash_table_print_stats () function to...
2010-08-27 Jonathan Pryor[mdoc] Add response file support to all mdoc commands.
2010-08-27 Jonathan Pryor[update-ecma-xml] Implement support for updating an...
2010-08-27 Jonathan Pryor[update-ecma-xml] Fix nested type documentation lookup.
2010-08-27 Jonathan PryorAdd 'mdoc update-ecma-xml' command.
2010-08-27 Zoltan VargaInstall the generated gmcs.exe.so.
2010-08-27 Zoltan VargaDelete gmcs.exe.so on make clean.
2010-08-27 Zoltan VargaUse $(PROFILE)/gmcs.exe as INTERNAL_GMCS for consistency.
2010-08-27 Zoltan VargaAdd a new directory which is used for AOTing the c...
2010-08-27 Sebastien PouliotFix public key in [InternalsVisibleTo] attribute
2010-08-27 Atsushi EnoISerializable type didn't iterate all base types to...
2010-08-27 Atsushi EnoUse XmlConvert.EncodeLocalName() to not introduce xml...
2010-08-27 Atsushi EnoXmlWriterSettings could be null.
2010-08-27 Jérémie Laval[PLinq] Remove the scwl noise in ParallelEnumerable...
2010-08-27 Jérémie LavalMove the predicate call under launched.TrySet protectio...
2010-08-27 Zoltan VargaMake the 'LABELS' make variable the same as the 'TEST_H...
2010-08-27 Jérémie LavalIncrease the number of repeated run in stress test.
2010-08-27 Jérémie LavalAllow at max one Remove operation to fail in tests.
2010-08-27 Jérémie LavalDon't PopTop from our personnal bag in ConcurrentBag.
2010-08-27 Marek SafarImplement dynamic sites for hoisted mvar types
2010-08-27 Marek SafarCheck also modifier for identical ref/out parameters
2010-08-27 Jérémie LavalChange the way continuation delegates are stored and...
2010-08-27 Atsushi EnoAdd integrated test case.
2010-08-27 Atsushi EnoThey are system endpoints.
2010-08-27 Marek SafarFixes build
2010-08-27 Marek SafarDon't convert ByRef parameters
2010-08-27 Marek SafarConsider parameter constraints when choosing applicable...
2010-08-27 Marek SafarAlways build type from compiler type when flagged
2010-08-27 Marek SafarMerge branch 'master' of github.com:mono/mono
2010-08-27 Marek SafarNew test
2010-08-27 Atsushi EnoAdd IsSystemEndpoint property and treat system endpoint...
2010-08-26 Zoltan VargaStore information about file shares in a hash table...
2010-08-26 Jérémie Laval[PLinq] Add Cancellation checks even deeper. Introduce...
2010-08-26 Andrew JorgensenFix the changelog script to work in MonkeyWrench
2010-08-26 Gonzalo Paniagua... Fix the build
2010-08-26 Gonzalo Paniagua... Add more info for -z parameter
2010-08-26 Gonzalo Paniagua... Free allocated unmanaged memory.
2010-08-26 Gonzalo Paniagua... Translate socket error to match .NET
2010-08-26 Andrew JorgensenBump version to 2.8.1
2010-08-26 Andrew JorgensenAdd the mono-api-info man page
2010-08-26 Zoltan VargaAvoid warnings on machines with cpus > 16.
2010-08-26 Atsushi EnoAdd timeout in duplex (UDP) client. Set Via URI to...
2010-08-26 Marek SafarJagged arrays have to be imported not created
2010-08-26 Marek SafarRun event type detection on actual and not context...
2010-08-26 Jérémie Laval[PLinq] Reactivate a bunch more of unit tests
2010-08-26 Jérémie Laval[PLinq] Add a more specialized visitor object for check...
2010-08-26 Jérémie Laval[PLinq] Implement SelectMany ordered mode
2010-08-26 Jérémie Laval[PLinq] Add SelectMany unit tests
2010-08-26 Jérémie Laval[PLinq] Refactor underlying enumerator management in...
2010-08-26 Carlos Alberto... Add a new test for SerializationInfo.SetType.
2010-08-26 Carlos Alberto... Set 4.0 members in SerializationInfo.SetType.
2010-08-26 Jérémie Laval[PLinq] Add dummy GetEnumerator override in OrderedPara...
2010-08-26 Jérémie Laval[PLinq] Enable First and FirstOrDefault unit tests
2010-08-26 Jérémie Laval[PLinq] Include Cancellation checks deeper in the pipel...
next