Merge branch 'master' of ssh://github.com/mono/mono
[mono.git] / mcs /
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-08 Neale FergusonFixes bug 1916 - incorrect appending of string to buffe...
2011-11-08 Marek SafarAdd optimization for Timeout.Infinite
2011-11-08 Sebastien PouliotWorkaround AOT limitation for bug #1443. Patch by Rodri...
2011-11-08 Sebastien PouliotMonoTouch specific initialization for TimeZone (devices...
2011-11-08 Sebastien Pouliotfix compilation under NET_2_0
2011-11-07 Marek SafarFix subtle issues with CancellationTokenSource and...
2011-11-07 Marek SafarOutput type inference can be run on default parameters...
2011-11-07 Marek SafarFix type parameter effective base class lookup for...
2011-11-06 Zoltan VargaGet rid of IsCompilerContext, mcs no longer uses SRE.
2011-11-06 alexrpDon't allow invoking methods that return by-ref types...
2011-11-06 Gonzalo Paniagua... Merge pull request #188 from damageboy/exposed-handle...
2011-11-05 Dan ShechterMatched FileStream behaviour with MS.NET
2011-11-05 Rodrigo KumperaFix marshaling of Win32_IN6_ADDR.
2011-11-05 Robert Jordan[Web] Fix obvious typo in DELETE FROM WHERE statement.
2011-11-05 Jeremie LavalRemove debug spew
2011-11-05 Jeremie LavalUpdate Lucene to latest Apache version. Make use of...
2011-11-04 Zoltan VargaOmit 'Tests not run' from nunit output, its rarely...
2011-11-04 Zoltan VargaDefine MONO_PATH as an absolute dir for the 'run-test...
2011-11-04 Zoltan VargaAdd a 'captured_traces' field to Exception, holding...
2011-11-04 Zoltan VargaIgnore ExceptionDispatchInfoTest:Throw() until it is...
2011-11-04 Zoltan VargaThrow a nicer error from Process.set_PriorityClass...
2011-11-04 Marek SafarDon't define eval variable when type could not be resolved
2011-11-04 Marek SafarThe type of an implicitly typed array cannot be inferre...
2011-11-04 Marek SafarFix sbyte/short parse of hexadecimal values. Fixes...
2011-11-04 Marek SafarDon't cache namespace usings in eval mode
2011-11-04 Marek SafarDon't ignore Inherited flag in Attribute.IsDefined...
2011-11-04 Marek SafarFix LazyInitializer
2011-11-04 Jeremie LavalAdd RwWrite flag to status check when already owning...
2011-11-03 alexrpcs-tokenizer: Remove old/inaccurate FIXME.
2011-11-03 Ankit Jain[xbuild] Pick the correct base path for target frameworks.
2011-11-03 Marek SafarImporove ExceptionDispatchInfo unit test
2011-11-03 Marek SafarPartially implement ExceptionDispatchInfo
2011-11-03 Marek SafarFix previous commit
2011-11-03 Rodrigo KumperaImplement a mobile ready version of memory mapped files.
2011-11-03 Rodrigo KumperaMove all Mono.Unix deps into a single place and put...
2011-11-03 Marek SafarFix mdoc execution mono path
2011-11-03 Marek SafarCheck overloaded method difference for CLS-compliance...
2011-11-03 Marek SafarFix few more cascading errors
2011-11-03 Marek SafarUse full type lenght when checking struct fields assignment
2011-11-03 Marek SafarUpdate missing extension compiler type error message...
2011-11-03 Marek SafarAdd type forwarding for ExtensionAttribute
2011-11-03 Marek SafarAdd 4.5 compatible MEF
2011-11-02 Marek SafarAdd few 4.5 types to compile MEF2
2011-11-02 Marek SafarAdd new tests
2011-11-02 Marek SafarFix check for intermediate expression value used by...
2011-11-02 Marek SafarAllow Conditional attribute to be used with a keyword...
2011-11-02 Marek SafarCheck reserved name collision with non-parameter member...
2011-11-02 Marek SafarBetter type parameter value type conversion checks
2011-11-02 Marek SafarCheck type parameter substitutions for nested interface...
2011-11-02 Marek SafarRemove duplicate inherited constraint types
2011-11-02 Marek SafarRemove unused variable
2011-11-02 Marek SafarNullable types can satisfy only identity or base type...
2011-11-01 Jeremie LavalSet success boolean in all cases and avoid state maskin...
2011-10-31 Jeremie LavalAdd index creation operations to mdoc
2011-10-31 Jérémie LavalFix build on NET_2_0
2011-10-30 Jeremie LavalAdd support for embedding image files in ecma doc
2011-10-29 Marek SafarRun interface method constraints check for implementing...
2011-10-29 Marek SafarFix unmanaged type check for nested generic types
2011-10-29 Marek SafarRemove never used Task::Execute parameter
2011-10-28 Zoltan VargaAvoid returning a 0 exit code from xbuild if one of...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-28 MartinFixes some naming conventions.
2011-10-28 Jeremie LavalAlso disable selectively this test at runtime
2011-10-28 Jeremie LavalRefactor unit test a bit
2011-10-27 Marek SafarEnable 4.5 profile parallel build
2011-10-27 Marek SafarAlways capture iterator parameters
2011-10-27 Marek SafarRename RabbitMQ.Client default sources to fix make...
2011-10-27 Marek SafarInsert incomplete for statement to ast
2011-10-27 Marek SafarRestore using block in case of parser error
2011-10-27 Marek SafarMove TrySet method from TaskCompletionSource to Task...
2011-10-26 Marek SafarDon't allocate TaskActionInvoker for TaskCompletionSource
2011-10-26 Jeremie LavalRun unobserved task exception processing on the finaliz...
2011-10-26 Marek SafarDelay continuation delegate allocation
2011-10-26 Marek SafarNew test
2011-10-26 Marek SafarReuse captured stack variables
2011-10-26 Marek SafarCapture less local variable in iterator/async context
2011-10-26 Lluis Sanchez[System.Xml] Fix handling of XmlSchemaForm when importi...
2011-10-25 Zoltan VargaAdd filtering by type name to TypeLoad events
2011-10-25 Zoltan VargaAdd a GetTypes() method to VirtualMachine to search...
2011-10-25 Atsushi EnoFix NET_2_1 builds.
2011-10-25 Atsushi EnoFix NET_2_1 builds.
2011-10-25 Jeremie LavalAllow to specify other RootTree for creating indexes
2011-10-25 Marek SafarCreate less anynymous method context classes for async...
2011-10-25 Marek SafarRemove unwanted WaitHandle finalizer
2011-10-25 Jérémie LavalRemove TaskScheduler useless finalizer
2011-10-25 MartinDo not throw an exception if Proxy is set to null....
2011-10-25 MartinBehaviour of using proxies in WebClient is different...
2011-10-25 MartinFixes an Exception that is beeing thrown in Linux when...
2011-10-24 Atsushi EnoGive prefix "i" for xsi:nil. Patch by Alexander Riman...
2011-10-24 Marek SafarReport less cascading errors
2011-10-24 Marek SafarAdd System.Reflection.ReflectionContext
2011-10-24 Marek SafarAdd some missing methods
2011-10-24 Marek SafarFix few obvious NREs
2011-10-23 Gonzalo Paniagua... Change check to detect Windows.
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-22 Miguel de IcazaFix from github.com/sehe for passing the command line...
2011-10-22 Jeremie LavalUse only one class hierarchy for task continuations
2011-10-21 Zoltan VargaAdd a GetTypesForSourceFile method to VirtualMachine...
2011-10-21 Zoltan VargaAdd a way to filter type load events by the source...
next