mono.git
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 Atsushi Enoremove extra printf.
2013-03-22 Zoltan VargaFix the checks in is_async_method ().
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 Zoltan VargaFix deadlock in CreateProcess () if fork () fails....
2013-03-22 Martin Baulig[WCF]: 2nd part of bug #5827, set CheckCharacters ...
2013-03-22 Zoltan VargaFix an LLVM crash when a method ending with a throw...
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-21 Elijah TaylorTest for divide by zero for NaCl in software
2013-03-21 Elijah TaylorAdd explicit laddcc/lsubcc IR opcodes
2013-03-21 Elijah TaylorNaCl x86 codegen fixes
2013-03-21 Elijah TaylorNaCl amd64 codegen fixes
2013-03-21 Elijah TaylorNaCl GC improvements
2013-03-21 Elijah TaylorAdd NaCl build scripts
2013-03-21 Zoltan VargaDisable the async test in generics.cs as it doesn't...
2013-03-21 Zoltan VargaFix full-aot support for generic async methods by treat...
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 SafarUse 4.0 path when configured with disabled 4.5 profile...
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-20 Zoltan VargaFix an infinite loop in decode_llvm_mono_eh_frame ...
2013-03-20 Marek HabersackAdded CreateNLSocket stub for non-linux platforms
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 Mark ProbstMerge branch 'feature-free-32'
2013-03-19 Mark Probst[sgen] Statistics for 32 bit freeing.
2013-03-19 Mark Probst[sgen] While iterating over empty block array, compact it.
2013-03-19 Mark Probst[sgen] Try allocating M&S blocks in smaller contingents...
2013-03-19 Mark Probst[sgen] Free contiguous blocks on 32 bit archs.
2013-03-19 Marek SafarFix parsing decimal values used with integral numbers...
2013-03-19 alexrpUse /bin/bash instead of /bin/sh in autogen.sh.
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 SafarUse curl instead of wget
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 SafarUpdate locations
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 Mark Probst[sgen] Remove some dead #defines.
2013-03-14 Marek SafarAdd new assemblies
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 Mark Probst[sgen] Don't call sgen_scan_togglerefs() twice.
2013-03-13 Mark Probst[sgen] Remove superfluous arguments to finish_gray_stack().
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 Mark Probst[semaphore] Fix mono_sem_wait() for Darwin, clean up...
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 VargaDon't set the visibility of the type_info_ symbols...
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 Mark Probst[sgen] Gather a histogram of layouts of scanned objects.
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 Martin BauligUpdate aspnetwebstack to e77b12e.
next