TypeExtension and StaticExtension should now be correctly written and read.
[mono.git] / mcs /
2010-11-29 Atsushi EnoTypeExtension and StaticExtension should now be correct...
2010-11-29 Atsushi EnoRefactoring Instance handling for consistent MarkupExte...
2010-11-28 Miguel de IcazaAwesome doc contributions from Adrian Kummerlaender
2010-11-28 Miguel de IcazaAwesome doc contributions from Adrian Kummerlaender
2010-11-27 Rodrigo KumperaFix corlib regression
2010-11-27 Rodrigo KumperaMove culture handling to Thread from InternalThread.
2010-11-27 Rodrigo KumperaAdd regression test for #317488
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Rodrigo KumperaFix typo
2010-11-26 Jérémie Laval[Task] In every TaskFactory method accepting a Task...
2010-11-26 Jérémie Laval[Task] Check if Task isn't finished before going into...
2010-11-26 Jérémie Laval[Task] Set continuation status to WaitingForActivation...
2010-11-26 Jérémie Laval[Task] Only launch continuation synchronously when...
2010-11-26 Marek SafarRemoved few custom attribute IsDefined calls
2010-11-26 Marek SafarImport constants using their raw values only
2010-11-26 Jérémie Laval[PLinq] Split long running test in two
2010-11-26 Jérémie LavalAdjust sleeping values
2010-11-26 Jérémie Laval[PLinq] Remove double delegate cost when non indexed...
2010-11-26 Jérémie LavalRemove debugging spew wrongly introduced by earlier...
2010-11-26 Marek SafarNew test
2010-11-26 Marek Safar[655766] Encode string null attribute argument
2010-11-26 Marek SafarCleanup typed constants
2010-11-26 Marek SafarSwitch symbol writer to public api
2010-11-26 Marek SafarMore using cleanup
2010-11-26 Marek SafarRemove TypeBuilder from DefineType
2010-11-26 Marek SafarUnify System.Reflection usings
2010-11-26 Atsushi EnoAdd missing test xml files.
2010-11-26 Atsushi EnoAdd List of Type test case, and some FIXMEs.
2010-11-26 Atsushi EnoAdd not-working tets for some MarkupExtension wrapper...
2010-11-26 Atsushi EnoDo not add 'zzz' to all DateTime formats blindly. Fixed...
2010-11-25 Rodrigo KumperaAdd regression test for #655741
2010-11-25 Rodrigo KumperaAdd regression test for #655847
2010-11-25 Rodrigo KumperaAdd regression test for #655669
2010-11-25 Atsushi EnoRemove extra CWL.
2010-11-25 Atsushi EnoAdd refresh XamlObjectWriter implementation.
2010-11-25 Atsushi EnoMore changes for XamlObjectWriter unification.
2010-11-25 Atsushi EnoEliminate XamlObjectWriter-dependent test lines.
2010-11-25 Atsushi EnoParseNameList() failed to parse nested generic type...
2010-11-24 Marek SafarRecover from broken for statement
2010-11-24 Marek SafarInflate imported type arguments types with type definit...
2010-11-24 Jb EvainPort mcs/tests to cecil-light
2010-11-24 Jérémie LavalAdd a fast path in EnumerablePartitioner for strip...
2010-11-24 Jérémie Laval[PLinq] Remove layer of unneeded indirections in Orderi...
2010-11-24 Jérémie Laval[PLinq] Fix the mess out of SelectMany node and speed...
2010-11-24 Jérémie Laval[PLinq] Improve Where query node speed by avoiding...
2010-11-24 Jb Evain[Linker] fix the moonlight tuning wrt debug symbols
2010-11-24 Jb Evain[Linker] properly read symbols
2010-11-24 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-11-24 Jb Evain[Linker] fix custom AssemblyResolver
2010-11-24 Atsushi EnoParse() and ToString() array type name correctly.
2010-11-24 Jb Evain[Linker] refactorize how symbols are loaded
2010-11-24 Jb EvainAdd overloads to IAssemblyResolver.Resolve which take...
2010-11-24 Gonzalo Paniagua... [Sockets] Support Remote/LocalEndPoint for AF_UNIX
2010-11-23 Rodrigo KumperaHandle another case of binding to first arg of static...
2010-11-23 Marek SafarRemove typeof comparisons
2010-11-23 Marek SafarRemove typeof usage from DefaultCharSet
2010-11-23 Jb EvainRemove the processing of the Cecil docs
2010-11-23 Jb EvainMore linker fixes for moonlight
2010-11-23 Jérémie LavalFix ReaderWriterLockSlim Exit methods in SupportsRecurs...
2010-11-23 Jb EvainRemove dead code
2010-11-23 Jb EvainFix sweeping of nested types
2010-11-23 Jb EvainFix corlib type lookup
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-22 Jb EvainFacilitate the merge
2010-11-22 Jonathan PryorRemove IVT from System.ServiceModel on MonoDroid, MonoT...
2010-11-22 Sebastien PouliotRemove IVT from System.ServiceModel on Moonlight profile
2010-11-22 Jérémie LavalImprove fallback SpinWait to include the initial logic...
2010-11-22 Jérémie LavalPlug SplitOrderedList inside TemplateControl.
2010-11-22 Jérémie LavalDefine more correctly
2010-11-22 Jérémie LavalAdd a default implementation of SpinWait when SplitOrde...
2010-11-22 Marek SafarDon't multiply fixed buffer size (it's done by runtime...
2010-11-22 Marek SafarRemoved SetCharSet
2010-11-22 Marek SafarEmit fixed buffers using standard api only
2010-11-22 Marek SafarFix retrieving of StructLayoutAttribute.Pack
2010-11-22 Marek Safargroup all fixed buffer tests
2010-11-22 Marek SafarTweak async modifier constant value
2010-11-22 Alexander CorradoAdded 'async' as a recognized method modifier.
2010-11-22 Jérémie LavalUse a custom-wrapper for Aggregate operation invocation
2010-11-22 Jérémie LavalRemove AreTasksFinished in Scheduler and directly use...
2010-11-22 Jérémie LavalIncrease the deepSleepTime of ThreadWorker
2010-11-22 Marek SafarComment out no longer used code
2010-11-22 Marek SafarUpdated mcs tests failures
2010-11-22 Marek SafarAdd comment details to DefineUnmanagedResource
2010-11-22 Marek SafarDefine embeded resources using standard API
2010-11-22 Marek SafarMove entry point handling to AssemblyDefinition
2010-11-22 Marek SafarMake generated assembly attributes container name unique
2010-11-22 Marek SafarDon't sign netmodules.
2010-11-22 Marek SafarPut back private key handling
2010-11-22 Marek SafarImprove handling of netmodules. Fixes #504085
2010-11-22 Marek SafarAdd AssemblySpec to handle all assembly attributes...
2010-11-22 Marek SafarAdd missing file
2010-11-21 Jb Evaininternalize private cecil
2010-11-21 Jb EvainFix makefile
2010-11-21 Jb EvainPreserve mono-cil-strip feature by embedding the old...
2010-11-21 Gonzalo Paniagua... [File.ReadLines] Dispose the StreamReader in the right...
2010-11-21 Jb Evainupdate cecil to upstream
2010-11-21 Zoltan VargaRemove the AOT log files on 'clean'.
2010-11-20 Gonzalo Paniagua... [HttpListener] Reduce the code inside lock {}
2010-11-20 Gonzalo Paniagua... [HttpListener] Use RWL instead of lock()
2010-11-20 Gonzalo Paniagua... [Timer] Use a WaitHandle instead of Wait/Pulse
next