mono.git
2012-02-03 Jérémie LavalFix Task AttachedToParent behavior. Fix bug #2777 part1.
2012-02-03 Rodrigo KumperaMake test more reliable under virtualized setups with...
2012-02-03 Rodrigo KumperaSomeone (me) pushed some braindead spurious changes.
2012-02-03 Rodrigo KumperaFix linux build.
2012-02-02 Rodrigo KumperaSwitch all time counters to use the new counter type...
2012-02-02 Rodrigo KumperaAdd new counter type for time intervals.
2012-02-02 Rodrigo KumperaUse the bridge callback to speedup bridge object detection.
2012-02-02 Rodrigo KumperaThe bridge callback now is per-class and not per-object...
2012-02-02 Rodrigo KumperaMake more bits in the vtable available to the GC.
2012-02-02 Rodrigo KumperaMove some defines to sgen-conf.h so managed wrappers...
2012-02-02 Rodrigo KumperaGrand finalle to this long patch series. Move remembere...
2012-02-01 Rodrigo KumperaMove more cardtable specific code to its file.
2012-02-01 Rodrigo KumperaMore write barrier clenaups.
2012-02-01 Rodrigo KumperaFix visibility of ssb globals and cleanup other visibil...
2012-02-01 Rodrigo KumperaMove ssb thread registration and globals to its file.
2012-02-01 Rodrigo KumperaThis test spews tons of finalizable objects, cleanup...
2012-02-01 Rodrigo KumperaFix heavy stats.
2012-02-01 Rodrigo KumperaMove remset stats to its file.
2012-02-01 Rodrigo KumperaMove remset scan code to its file.
2012-02-01 Marek SafarFix sequence symbol generation for constructors
2012-02-01 Marek SafarAdd compiler tests check for method attributes
2012-02-01 Marek SafarAdd symbol file testing to compiler tester
2012-02-01 Marek SafarFix single test
2012-02-01 Marek SafarRemove NET_2_0 conditional
2012-02-01 Marek SafarRemove some unwanted explicit casts
2012-02-01 Marek SafarRemove writing of namespace usings into symbol file...
2012-02-01 Zoltan VargaEnable some previously disabled optimizations when...
2012-01-31 Jeremie Laval[monodoc] Implement range Lucene.NET search
2012-01-31 Alan McGovernRevert "[Profiler] Add a new profiler module to track...
2012-01-31 Alan McGovernRevert "FIX a compilation linker error with static...
2012-01-31 Alan McGovernRemove an extra comma from 'Xamarin Inc'.
2012-01-31 Alan McGovernFIX a compilation linker error with static mono-sgen...
2012-01-31 Alan McGovern[Profiler] Add a new profiler module to track GCHandle...
2012-01-31 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2012-01-31 Neale FergusonAdd TLS_GET support for s390x
2012-01-31 Jeremie Laval[monodoc] Also fill in fulltitle info for enum and...
2012-01-31 Marek SafarFix type inference of recursive explicit type parameter...
2012-01-31 Marek SafarNew test
2012-01-31 Marek SafarRemove obsolete code
2012-01-31 Marek SafarAdd test for reusing compiler settings
2012-01-31 Marek SafarUpdate compiler documentation.
2012-01-30 Sebastien PouliotFloating point numbers needs to be encoded using the...
2012-01-30 Jeremie Laval[monodoc] Process MonoTouch's [Since] attribute and...
2012-01-30 Zoltan VargaFix the encoding of strings in the sdb wire protocol.
2012-01-30 Jeffrey Stedfast[Mono.Debugger.Soft] Oops, fixed build.
2012-01-30 Jeffrey Stedfast[Mono.Debugger.Soft] Implement IsGenericType/Method...
2012-01-30 Miguel de IcazaDocument new setting
2012-01-30 Miguel de IcazaSort the options
2012-01-30 Jeremie Laval[monodoc, mdoc] Recognize and process a documentation...
2012-01-30 Jeremie Laval[monodoc] Add value of MTouch/MMac Export attribute...
2012-01-30 Jeremie Laval[mdoc] change index subparameters and explain them
2012-01-30 Rolf Bjarne... AOT: add support for calling pinvoke methods directly...
2012-01-30 Marek HabersackMerge pull request #222 from pruiz/httpreq-validation-fix
2012-01-29 Pablo Ruiz... Ensure only first call to HttpRequest.QueryString shoul...
2012-01-29 Rodrigo KumperaGuard against lazy initialization of idepth.
2012-01-29 Zoltan VargaImplement IsGenericType etc. in TypeMirror/MethodMirror.
2012-01-29 Zoltan VargaFix gshared support in sdb.
2012-01-29 Rodrigo KumperaLast round of fullaot fixes for lazy init'ng supertypes.
2012-01-28 Zoltan VargaDisable some TLS fallback code on ppc as it does not...
2012-01-28 Zoltan VargaAdd precise location info for this/rgctx in gshared...
2012-01-28 Rodrigo KumperaFix linux builds.
2012-01-28 Rodrigo KumperaMove clear_remsets to ssb file. Cleanup remset major...
2012-01-28 Rodrigo KumperaMove the bulk of mono_sgen_add_to_global_remset to...
2012-01-28 Rodrigo KumperaMark some cardtable functions as inline.
2012-01-27 Rodrigo KumperaMove the global remset location cache to its own file.
2012-01-27 Rodrigo KumperaMove ssb thread cleanup to its file.
2012-01-27 Rodrigo KumperaMove dummy_use to a header and give it a sucky MSVC...
2012-01-27 Rodrigo KumperaMove the bulk of all custom write barriers to each...
2012-01-27 Marek SafarAdd new test
2012-01-27 Marek SafarRemove unit index from Location to allow compilation...
2012-01-27 Marek SafarMove all remaining compiler settings into Settings...
2012-01-27 Zoltan VargaFix infinite loop in TestDriver.cs when using the ...
2012-01-27 Marek HabersackRevert ".NET 4.5 targets should use dmcs"
2012-01-27 Miguel de IcazaFix typo
2012-01-27 Miguel de IcazaFix the debug-parser target
2012-01-27 Miguel de IcazaUpdate the compiler docs
2012-01-26 Rodrigo KumperaFix aot miscompilation due to the lazy supertypes initi...
2012-01-26 Rodrigo KumperaGreat new file sgen-ssb.c to get all sequential store...
2012-01-26 Rodrigo KumperaImplement clone wbarrier for cardtable.
2012-01-26 Zoltan VargaFix support for synchronized methods + ldftn. Fixes...
2012-01-26 Marek Habersack.NET 4.5 targets should use dmcs
2012-01-26 Marek SafarUse correct time zone offset for invariant DateTimeOffs...
2012-01-26 Marek SafarFix time zone dependant test
2012-01-26 Marek SafarUpdate to the latest IKVM.Reflection
2012-01-26 Marek SafarDon't try to emit closed containers
2012-01-26 Marek SafarUse same members for partial classes as normal classes...
2012-01-26 Marek SafarUpdate to the latest ikvm reflection
2012-01-26 Marek SafarOptimize extension methods lookup
2012-01-26 Marek SafarCache extension methods lookup failures
2012-01-26 Marek SafarMake private fields not visible
2012-01-25 Zoltan VargaAvoid an assert in sdb if a method doesn't have seq...
2012-01-25 Zoltan VargaFix asserts in add_var () when sdb encounters a dead...
2012-01-25 Rodrigo KumperaFix consumers of supertypes information to account...
2012-01-25 Zoltan VargaFix the returning of cattr field information in sdb.
2012-01-24 Rodrigo KumperaInit the unwind state struct so callers can rely on...
2012-01-24 Rodrigo KumperaEnable fast tls on amd64, so sgen works.
2012-01-24 Zoltan VargaRename test_sgen make target to test-sgen.
2012-01-24 Marek SafarDisable identifiers interning for full ast mode
2012-01-24 Marek SafarRemove some static fields
2012-01-24 Marek SafarEmit MethodAttributes.HideBySig for static constructors
next