Update locations
[mono.git] / mcs /
2013-03-15 Marek SafarImplement optimization where lambdas can be replaced...
2013-03-15 Marek SafarFix column info for symbol file expressions
2013-03-15 Jeremie Laval[monodoc] Handle summaries for transient root nodes...
2013-03-14 Martin BauligTemporarily revert "Add PCL type-forwarders."
2013-03-14 Martin BauligAdd PCL type-forwarders.
2013-03-14 Marek SafarRemove redundant lambda wrapper
2013-03-14 Marek SafarFixes make dist
2013-03-13 Martin BauligAdd type-forwarders for existing assemblies.
2013-03-13 Martin BauligMerge pull request #599 from knocte/ntlm_fixes
2013-03-13 Martin BauligImplement MonoType.IsConstructedGenericType.
2013-03-13 Martin BauligImplement IntrospectionExtensions.GetTypeInfo().
2013-03-13 Andres G. Aragoneses[Mono.Data.Tds] Stop using Obsoleted NTLM APIs (partial...
2013-03-13 Miguel de IcazaProgress<T> (ActioN<T>) constructor now also initialize...
2013-03-13 Martin BauligPut back MethodInfo.CreateDelegate() and fix DynamicMethod.
2013-03-13 Zoltan VargaRevert part of 9ec4d6984f8f81f5cfd0760fc70a76336b92839f...
2013-03-13 Marek SafarTry to fix statement expression location. Fixes #10306
2013-03-13 Jérémie Laval[monodoc] Handle global `root:' url
2013-03-13 Marek SafarResolve switch block without fake sections blocks....
2013-03-13 Martin BauligPut back unsupported EventWaitHandle and Mutex construc...
2013-03-13 Martin BauligOops, fix the mobile build.
2013-03-13 Martin BauligDataContractSerializer changes for .NET 4.5.
2013-03-13 Martin BauligMinor .NET 4.5 API fixes.
2013-03-13 Martin BauligAdd System.WeakReference<T>.
2013-03-13 Martin BauligSystem.Threading.SemaphoreSlim.WaitAsync().
2013-03-13 Martin BauligSystem.Threading.{Semaphore|EventWaitHandle|Mutex}...
2013-03-13 Jonathan Pryor[mdoc] Build with -platform:x86
2013-03-12 Zoltan VargaEnable ContextTest on mt.
2013-03-12 Martin BauligImplement new .NET 4.5 Reflection APIs.
2013-03-12 Martin BauligAdd System.ComponentModel.Composition.4.5 to the mobile...
2013-03-12 Martin BauligFix System.ComponentModel.DataErrorsChangedEventArgs...
2013-03-12 Martin BauligAdd System.ComponentModel.DataAnnotations to the mobile...
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-12 Martin BauligAdd stubs for some new .NET 4.0/4.5 WCF APIs.
2013-03-12 Martin BauligSystem.Runtime.Serialization.DateTimeFormat
2013-03-12 Martin BauligBigInteger.Parse/TryParse() overloads for .NET 4.0.
2013-03-12 Martin BauligSystem.Progress
2013-03-12 Martin BauligAdd System.Text.RegularExpressions.Regex timeout APIs.
2013-03-12 Martin BauligTrivial API additions.
2013-03-12 Martin BauligMissing WebUtility methods.
2013-03-12 Martin BauligHttpWebRequest/Response API fixes for .NET 4.5.
2013-03-12 Martin BauligAdd System.IO.Compression.FileSystem stubs.
2013-03-12 Martin BauligMisc .NET 4.5 / PCL APIs.
2013-03-12 Michael Hutchinson[xbuild] It's safe to pass /debug:pdbonly to mcs now
2013-03-12 Sebastien PouliotRemove MonoTouch specific code that is now handled...
2013-03-12 Marek SafarRemove dependency on generated file
2013-03-12 Jeremie Laval[monodoc] Parse and display mastersummary.xml on root...
2013-03-12 Jeremie Laval[monodoc] Cleanups
2013-03-11 Zoltan VargaRe-enable some tests on mt which seem to work now.
2013-03-09 Zoltan VargaDisable some tests failing on mt due to #10539/#10552.
2013-03-08 Marek SafarCorrectly type fixed buffer wrapper type. Fixes #10803
2013-03-08 Marek SafarClone shared members list before operators merging...
2013-03-08 Miguel de IcazaMerge pull request #594 from Adeath56/patch-1
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-08 Marek SafarMove rarely used NamedDataSlot to its own type to cut...
2013-03-08 Marek SafarFix failing test
2013-03-08 Marek SafarFix constant folding fox null string constants. Fixes...
2013-03-08 Marek SafarUse faster string comparers
2013-03-08 Marek SafarUse faster invariant conversion
2013-03-08 Marek SafarUse generics list
2013-03-08 Marek SafarUse faster string checks
2013-03-08 Marek SafarRemove Collection dependency from ReadOnlyCollection
2013-03-08 Sebastien PouliotTypeFromCLSID is not available when build with FULL_AOT...
2013-03-08 Sebastien PouliotAdjust OptionalCalendars test so it will work when...
2013-03-08 Zoltan VargaFix the mobile build.
2013-03-08 Zoltan VargaFix the mobile mscorlib build.
2013-03-08 Zoltan VargaRemove an inexistent icall added by mistake by 0ff40ae7...
2013-03-07 Rodrigo KumperaMove some MOBILE bits under DISABLE_REMOTING as a remot...
2013-03-07 Rodrigo KumperaMonotouch has builds with -DISABLE_REMOTING.
2013-03-07 Rodrigo KumperaAdd a bunch of dummy fields to Assembly under MOBILE...
2013-03-07 Marek SafarFixes mobile build
2013-03-07 Marek SafarUpdate mobile tests
2013-03-07 Marek SafarIgnore SynchronizationAttribute on MT
2013-03-07 Marek SafarFix binary serialization on mobile
2013-03-07 Marek SafarRemove confusing trailing dot
2013-03-07 Marek SafarActually iterate returned array
2013-03-07 Marek SafarRemove generated file dependency to make fresh checkout...
2013-03-07 Marek SafarMerge pull request #596 from madewokherd/typefromclsid
2013-03-07 Jonathan Pryor[xbuild] Replace string.ToLower() comparison with Ordin...
2013-03-07 Zoltan VargaImplement Volatile.Read/Write<T> and Interlocked.Memory...
2013-03-07 Zoltan VargaAdd stubs for some NET 4.5 ThreadLocal ctors/methods.
2013-03-06 Vincent Povirkcorlib: Implement System.Type.GetTypeFromCLSID.
2013-03-06 Jeffrey Stedfast[Mono.Debugger.Soft] Made the receiver thread a backgro...
2013-03-06 Ivo SmitsFixed handling of modifier keys in KeyEventArgs constru...
2013-03-06 Mark ProbstMerge pull request #593 from Cynede/master
2013-03-06 Marek SafarDisable more security context tests on mobile
2013-03-06 Marek SafarUse more specific types
2013-03-06 Marek SafarOptimize Activator path used by new() constraint to...
2013-03-06 Marek SafarFix exception test text
2013-03-06 Marek SafarAdd test from Jb Evain to test biner with user method...
2013-03-06 Marek SafarActivator cannot be used to create default instances...
2013-03-05 Marek SafarDon't mark unused interface methods. Fixes #10866
2013-03-05 Marek SafarRemove redundant culture info from string concatenations
2013-03-05 Atsushi Eno[rx] Add missing AssemblyInfos.
2013-03-05 Atsushi EnoAdd Assembly version attributes to hopefully fix bug...
2013-03-05 Marek SafarUpdate binder primitive conversion to match .net
2013-03-05 Marek SafarTweaks to Enum::FormatName to make it faster/smaller
2013-03-05 Marek SafarType.FilterAttribute accepts int criteria only
2013-03-05 Jeremie Laval[monodoc] Make the help source test pass since the...
2013-03-05 Jeremie Laval[monodoc] Cache intermediary result for legacy Nodes...
2013-03-05 Jeremie Laval[monodoc] Change new API for Nodes to be IList for...
next