Rework object size calculation code to use the gc descriptor.
[mono.git] / mcs /
2011-12-26 Miguel de IcazaFix history navigation
2011-12-24 Miguel de Icazacsharp: make the prettypring work with poor IEnumerable...
2011-12-22 Miguel de IcazaFix move-forward-word by also considering symbols as...
2011-12-22 Miguel de Icazaupdate copyright
2011-12-22 Zoltan VargaMerge pull request #204 from bholmes/native_to_managed_...
2011-12-22 Sebastien PouliotDo not add the Create flag when ReadOnly is used. Fix...
2011-12-20 Jeffrey Stedfast[MSBuild.Tasks] Simplified RemoveDir exception handling.
2011-12-20 Rodrigo KumperaAdd a missing StructLayout attribute to MonoAsync.
2011-12-19 Sebastien PouliotProvide total, not the number of bytes read, in Downloa...
2011-12-19 Zoltan VargaFix List.LastIndexOf () on empty lists. Fixes #2558.
2011-12-16 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-16 Marek HabersackFix tests in the 4.5 profile
2011-12-14 Marek SafarDon't reorder catch clauses in the parser
2011-12-14 Marek SafarRefactor namespace using parsing to work with MD, clean...
2011-12-13 Rolf Bjarne Kvinge[System.Web.Services] Make sure we don't keep results...
2011-12-13 Rolf Bjarne Kvinge[System.Data] Fix sorting in DataView when changing...
2011-12-13 Gonzalo Paniagua... Fix MAC address for Mac/iOS
2011-12-13 Rodrigo KumperaSwitch to precise scanning of corlib.
2011-12-13 Rodrigo KumperaAdd all missing sequential layout directives to corlib...
2011-12-13 Marek SafarFixes NRE when checking most specific type of default...
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-13 Marek Habersack[asp.net] Do not duplicate assembly references passed...
2011-12-13 Miguel de IcazaFix x #2191
2011-12-12 Marek SafarMerge some MD mcs changes
2011-12-12 Zoltan VargaFix a warning.
2011-12-12 Marek SafarBetter logic for loading unique assemblies
2011-12-12 Marek SafarInsert more statements into ast in error recovery mode
2011-12-12 Marek SafarMake internal method internal
2011-12-12 Neale FergusonTdsMetaParameter.cs - fixes 699643. Note as Mono.Data...
2011-12-12 Martinhttp://bugzilla.xamarin.com/show_bug.cgi?id=2345
2011-12-12 Marek SafarMerge pull request #200 from ch5oh/master
2011-12-11 Oleg PetrovBehaviour for most of SqlBulkCopyOptions was implemented.
2011-12-11 Rodrigo KumperaPass the paramerer name to ArgumentException constructor.
2011-12-11 Rodrigo KumperaTuple structural compare shold return false instead...
2011-12-09 Marek SafarImplement some System.Net.Http.Headers parse methods
2011-12-08 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2011-12-08 Marek SafarBuild fix
2011-12-08 Marek SafarAdd missing file
2011-12-07 Marek SafarImplements more System.Net.Http.Headers
2011-12-07 Marek SafarMore API updates
2011-12-07 Marek SafarWebHeaderCollection fixes
2011-12-07 Marek SafarRemove NET_2_0
2011-12-07 Marek SafarAdd some 4.5 api
2011-12-07 Marek SafarFix failing tests on .net
2011-12-07 Marek SafarRemove NET_2_0
2011-12-07 Rodrigo KumperaFix parameter name in the exception constructor.
2011-12-07 Ankit JainMerge pull request #199 from slide/master
2011-12-07 Zoltan VargaAdd missing file to fix the build.
2011-12-07 Zoltan VargaAdd GetInterfaces () and GetInterfaceMap () methods...
2011-12-07 Zoltan VargaFix argument checking order in GetInterfaceMap ().
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-12-06 Slide[xbuild] Add 'OverrideReadOnlyFiles' property to Copy...
2011-12-05 Marek SafarUpdate to the latest IKVM.Reflection
2011-12-05 Zoltan VargaDisable some unstable Task tests.
2011-12-04 Marek SafarMerge pull request #197 from ch5oh/master
2011-12-04 Oleg PetrovComments for SqlBulkCopyOptions enum describes expected...
2011-12-03 Marek SafarMerge pull request #196 from ch5oh/master
2011-12-03 Oleg PetrovInitial tests (for constructors) of SqlBulkCopy class
2011-12-03 Oleg Petrov2 new tests for ctors
2011-12-03 Oleg PetrovNot null checks for ctors
2011-12-03 Zoltan VargaFix the build.
2011-12-02 Miguel de IcazaInclude System.IO.MemoryMappedFiles in the MOBILE profile
2011-12-02 Jb EvainTest for assignability of arrays to generic interfaces...
2011-12-02 Jb EvainAdd test for bug #2304
2011-12-02 Marek SafarNew test
2011-12-02 Marek SafarImplement some System.Net.Http.Headers
2011-12-02 MartinRemoves warning CS0219 in line 1647
2011-12-02 MartinCode formatting fixes.
2011-12-02 Zoltan VargaAdd a Length property and a GetChars () method to Strin...
2011-12-01 Marek SafarMerge pull request #193 from ch5oh/master
2011-12-01 Zoltan VargaFix an sdb test which got broken by 68005a01a31294e70b8...
2011-11-30 Oleg PetrovThese tests show difference between original .NET behav...
2011-11-30 Marek SafarAdd tests for InternalArray::GetIndex
2011-11-30 Marek SafarInitial System.Net.Http.Headers implementation
2011-11-30 Marek SafarFix Array::Contains for null items via ICollection...
2011-11-30 Sebastien PouliotEnsure that [Parameterized]ThreadStart code is always...
2011-11-29 Jeffrey Stedfast[monodoc] Removed debug spew
2011-11-29 MartinWebRequest.GetSystemWebProxy() throws a NullReferenceEx...
2011-11-29 MartinCommit 6a9937d2166023c370489d8e6654d01f6ec52f44 is...
2011-11-28 Tom HindleFix bug #395 (part 2)
2011-11-28 Tom HindleFix bug #395
2011-11-28 Marek SafarAdd debug parser target
2011-11-26 Jeremie LavalAdd C# errors to search index so that it can be accesse...
2011-11-26 Thomas GoldsteinUnit test for bug #821.
2011-11-26 Thomas GoldsteinEnsure DataGridViewRowCollection.Insert() doesn't chang...
2011-11-25 Marek SafarFix type inference for nested non-generic delegates...
2011-11-25 Marek SafarUpdate expresion visitor based on MD changes
2011-11-25 Rodrigo KumperaFix error message.
2011-11-24 Rodrigo KumperaImprove error reporting on test failure.
2011-11-24 Rodrigo KumperaMake INodeVisitor methods nonvirtual by augmenting...
2011-11-24 Marek SafarImplementations of Uri.Equals must not throw exceptions...
2011-11-24 Marek SafarFix 4.5 framework path used by xbuild
2011-11-24 Marek SafarClone input collection for ObservableCollection<T>...
2011-11-24 Marek SafarAdd System.Collections.ObjectModel tests
2011-11-24 Miguel de IcazaExtend JsonSerializerReader to support nullables and...
2011-11-24 Miguel de IcazaUpdated with Xamarin copyrights
2011-11-23 Pablo Ruiz GarciaAn enhanced fix for GB18030's GC problem, by allocating...
2011-11-23 Pablo Ruiz GarciaAvoid internal character table used by gb18030 (on...
2011-11-23 Pablo Ruiz GarciaFixes #683475: - Fixed ISO2022JPEncoder's GetBytesCount...
2011-11-23 Marek SafarPrint errors comming from lambda expressions before...
next