[xbuild] Pick the correct base path for target frameworks.
[mono.git] / mcs /
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...
2011-10-21 Miguel de IcazaMake this build on the MOBILE profile
2011-10-21 Marek SafarImplement ContinueWhenAny/ContinueWhenAll with less...
2011-10-21 Marek SafarSetup await continuation without extra task
2011-10-21 Marek SafarDon't create wrapper anonymous method for Task.Factory...
2011-10-21 alexrpDon't build Mono.Net.Dns in the mobile profile.
2011-10-21 Marek SafarEnable volatile tests
2011-10-21 Marek SafarCreate Task continuation with less intermediate delegates
2011-10-20 Zoltan VargaAdd tests for Thread.VolatileRead/Write
2011-10-20 Zoltan VargaLoad custom attribute data using Cecil if possible...
2011-10-20 Jeremie LavalAdd a memory barrier after each status change
2011-10-20 Jeremie LavalMove Thread.MemoryBarrier call into Task for every...
2011-10-20 Marek SafarFix empty string switch emit. Fixes #1597
2011-10-19 Marek SafarFix make dist
2011-10-19 Marek SafarFix 4.5 conditional
2011-10-19 Marek SafarImplement System.Threading.Volatile
2011-10-19 Marek SafarFix a race in underlying Task.Wait infrastructure
2011-10-18 Sebastien PouliotEnsure private key flow from the mono store into the...
2011-10-18 Rodrigo KumperaAllow null strings to be sent to sdb. They are encoded...
2011-10-18 Rodrigo KumperaAdd test for new sdb command.
2011-10-18 Zoltan VargaEnable optional protocol logging in the sdb managed...
2011-10-18 Zoltan VargaAdd TypeMirror.GetMethodsByName () method to speed...
2011-10-18 Marek SafarFix few races in ManualResetEventSlim and make it compa...
2011-10-18 Alan McGovern[WindowsBase] Add better support for Default/Override...
2011-10-17 Alan McGovern[System.IO.Packaging] Fix some dispose related issues
2011-10-17 Miguel de IcazaFix for 1461: Microsoft's generated deserializer call...
2011-10-17 Marek SafarCompatibility fixes to CountdownEvent
2011-10-17 Zoltan VargaUse Object_GetInfo () in VirtualMachine.GetObject ...
2011-10-17 Marek SafarDon't run expensive WaitAll when there is nothing to...
2011-10-17 Zoltan VargaAdd locking to EventWaitHandle.Set/Reset to avoid crash...
2011-10-17 Rolf Bjarne KvingeAdd System.Numerics to the mobile profile.
next