Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2010-12-05Add part3 of the Google GCI 2010 contributionsMiguel de Icaza
2010-12-05Fix for #656021.Joe Dluzen
2010-12-03Fixicate some unit testJérémie Laval
2010-12-03[Task scheduler] Change waiting layout/wakeup point and use adaptative deep s...Jérémie Laval
2010-12-03[Task Scheduler] Revisit Task waiting in Scheduler using ManualResetEventSlimJérémie Laval
2010-12-03[Task Scheduler] Track re-entrant call to WorkerMethod from normal ThreadWork...Jérémie Laval
2010-12-03Remove unused nunit.key file.Zoltan Varga
2010-12-03Add a 'check' target to mcs/tests.Zoltan Varga
2010-12-03Delay initialization of missing methods needed by symbol writerMarek Safar
2010-12-03Apply implicit parameter attributes using standard path to avoid any duplicatesMarek Safar
2010-12-03[Task] Slight tweak of WaitAny unit testJérémie Laval
2010-12-03[Task] Add an extra check in Task.WaitAny to make sure the index returned is ...Jérémie Laval
2010-12-03[Task] Dumb bugfix when checking timeout in Task.WaitAnyJérémie Laval
2010-12-03Don't throw an obsolete exceptionMarek Safar
2010-12-03More symbol writer clean-upMarek Safar
2010-12-03Test files updateMarek Safar
2010-12-03name resolver could also be name provider.Atsushi Eno
2010-12-03Split internal base class into new file.Atsushi Eno
2010-12-03Rename source.Atsushi Eno
2010-12-03Now object reader returns PositionalParameters for non-root Reference objects.Atsushi Eno
2010-12-02Implemented reference support (almost working, except for Reference contents).Atsushi Eno
2010-12-02Members are not ordered by collection kind.Atsushi Eno
2010-12-02[PLinq] Wrap PLinq processing task body in a try/finally so that endAction is...Jérémie Laval
2010-12-02[PLinq] Cleanup and prettify code from earlier commitJérémie Laval
2010-12-02[ilasm] fix the metadata version for v4 assembliesJb Evain
2010-12-02Don't try to parse invalid namespace declarations, it does more harm than goodMarek Safar
2010-12-02Update setting of buildin internal typesMarek Safar
2010-12-02Removed InitOptionalCoreTypesMarek Safar
2010-12-02Clean-up module indirectionsMarek Safar
2010-12-02Move all predefined types to module to work with any mscorlibMarek Safar
2010-12-02Move references loading into a new classMarek Safar
2010-12-02Move AssemblyResource to assembly.csMarek Safar
2010-12-02Make room for XamlNameResolver in XamlObjectReader, and some related changes.Atsushi Eno
2010-12-02[SafeHandle] Fixing docsJérémie Laval
2010-12-01[SafeHandle] Add bits of documentationJérémie Laval
2010-12-01[SafeHandle] Make success parameter setting atomic wrt async exception in Dan...Jérémie Laval
2010-12-01[SafeHandle] Protect Close against asynchronous exceptionsJérémie Laval
2010-12-01Documentation for Mono.Cairo contributed by knairda from Google GCI 2010Miguel de Icaza
2010-12-01Update Mono.CecilJb Evain
2010-12-01Add script to update Cecil from upstreamJb Evain
2010-12-01[ReaderWriterLockSlim] Fix for #656353. Add corresponding unit test.Jérémie Laval
2010-12-01Add response file suport to Mono.Options.Jonathan Pryor
2010-11-30Tests updateMarek Safar
2010-11-30Import parameter default values using TypeCodeMarek Safar
2010-11-30Remove remaining typeofMarek Safar
2010-11-30Read dynamic attribute using CustomAttributeDataMarek Safar
2010-11-30Check for null and valuetypes.Rodrigo Kumpera
2010-11-30Add name reference tests to all readers/writers.Atsushi Eno
2010-11-30Add test xml files.Atsushi Eno
2010-11-30Add name reference test (not working).Atsushi Eno