Export a few functions needed by llvm.
[mono.git] / mcs /
2013-03-26 Marek SafarFix quoting of some date time patters. Fixes #11363
2013-03-26 Marek SafarAdd zh-CHT parent lcid handling. Fixes #11375
2013-03-25 Marek SafarAdd configure await
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Rodrigo KumperaFast path Array::Resize with small arrays.
2013-03-25 Marek SafarDon't capture any variables when block yield only breaks
2013-03-25 Marek SafarDon't create interator parameters copies for unmodified...
2013-03-25 Marek SafarApply 9dc360146f373e64b2b8801a4284938759bc5229 to all...
2013-03-25 Marek SafarDon't copy hoisted iterator parameters when not needed
2013-03-24 Miguel de IcazaAdd a test for the WebUtility.HtmlEncode bits
2013-03-24 Marek SafarAdd optimized where iterator for arrays
2013-03-24 Marek SafarOptimize entity conversion
2013-03-24 Marek SafarTry to recover incomplete ternary expression. Fixes...
2013-03-24 Marek SafarBetter error message for not matching overload when...
2013-03-24 Zoltan VargaFix the build.
2013-03-24 Zoltan VargaUse (uint) casts in the Marshal.Read/WriteXXX () method...
2013-03-24 Zoltan VargaPut back a cattr removed by mistake by 70141dc9f523282b...
2013-03-24 Zoltan VargaImplement the Marshal.Read/WriteXXX methods using unsaf...
2013-03-23 Victor H. Maksimenkouse the GetRequestStreamAsync method to avoid blocking...
2013-03-23 Jérémie Laval[monodoc] Remove previous horrible generic backtick...
2013-03-23 Jérémie Laval[monodoc] Add a simple stack-based generic argument...
2013-03-23 Jérémie Laval[IDesigner] Add cref reachability checker unit test...
2013-03-23 Jérémie Laval[monodoc] Add utility property Generic*IsNumeric to...
2013-03-23 Jérémie Laval[monodoc] Add reachability unit test for ASP.NET style...
2013-03-23 Jérémie Laval[monodoc] Parse correctly '{' and '}' as '<' and '...
2013-03-22 Sebastien PouliotOpen test files in read-only mode (so it will work...
2013-03-22 Marek SafarMaintain more tokens locations.
2013-03-22 Marek SafarDon't report error for incomplete member type
2013-03-22 Marek SafarTry to recover incomplete initializers. Fixes #4964
2013-03-22 Marek SafarAvoid extra space when reporting error for compiler...
2013-03-22 Marek SafarMaintain more locations values
2013-03-22 Marek SafarTry to recover incomplete member declaration which...
2013-03-22 Marek SafarMerge pull request #605 from AerisG222/system.web.http...
2013-03-22 Martin Baulig[WCF]: Disable WsdlExporterTest.ExportMessageContract().
2013-03-22 Martin Baulig[WCF]: Implement cookie support in .NET 4.0.
2013-03-22 Mike Moranomaking the build system aware of system.web.http.webhos...
2013-03-22 Martin Baulig[WCF]: 2nd part of bug #5827, set CheckCharacters ...
2013-03-22 Martin BauligBug #5829: DataContractSerializer should not check...
2013-03-21 Martin Baulig[System.ServiceModel.Web]: Fix 'make dist'.
2013-03-21 Marek SafarTry to recover from invalid attribute. Fixes #8590
2013-03-21 Rodrigo KumperaFix the System.Runtime.Serialization test suite to...
2013-03-21 Marek SafarTry to recover from incomplete group section. Fixes...
2013-03-20 Rodrigo KumperaFix multiple issues with System.Data.DataRow::SetParent...
2013-03-20 Marek Safardefine/undefine position errros are not reported when...
2013-03-20 Marek SafarAdvance column on escaped string characters. Fixes...
2013-03-20 Marek SafarCopy type parameter constraint interfaces before its...
2013-03-20 Marek SafarFix wrong assembly name hint
2013-03-19 Sebastien PouliotDo not assume the unit tests can write in the applicati...
2013-03-19 Sebastien PouliotDisable CAS permission tests for MOBILE profile
2013-03-19 Sebastien PouliotEnsure the linker does not remove some types needed...
2013-03-19 Marek SafarFix expansion of imported generic interfaces implementi...
2013-03-19 Marek SafarFix parsing decimal values used with integral numbers...
2013-03-19 Sebastien PouliotDo not assume the unit tests can write in the applicati...
2013-03-19 Sebastien PouliotDisable CAS permission tests for MOBILE profile
2013-03-18 Sebastien PouliotDo not assume the unit tests can write in the applicati...
2013-03-18 Zoltan VargaParallelize the compression in mkbundle.
2013-03-18 Sebastien PouliotReturn null for AppDomain.Evidence so API accepting...
2013-03-18 Marek SafarAdd localized infinity symbols. Fixes #9052
2013-03-18 Marek SafarFully resolve extension method argument. Fixes #11213
2013-03-18 Marek SafarRemove internal continuations from unfinished tasks...
2013-03-15 Martin BauligRevert "Fixes make dist"
2013-03-15 Rodrigo KumperaProperly bzero unaligned small blocks. Fixes #11184.
2013-03-15 Marek SafarCache implicitly created static delegates
2013-03-15 Atsushi Enopart of fix bug #10160 - give innerException for some...
2013-03-15 Zoltan VargaAvoid an assert in sdb for compiler generated byref...
2013-03-15 Marek SafarAdd new tests
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
next