Merge pull request #822 from carlosmn/asp-pc
[mono.git] / mcs / class /
2014-01-03 Michael HutchinsonMerge pull request #822 from carlosmn/asp-pc
2014-01-03 Michael HutchinsonMerge pull request #849 from antoniusriha/pcCacheBug
2014-01-02 Rodrigo KumperaMerge pull request #838 from desdesdes/master
2014-01-02 Bart VriesImplementation of System.Reflection.ParameterInfo.HasDe...
2014-01-02 Antonius RihaRemove obsolete pc infos from pc cache on Update()
2014-01-02 Antonius RihaRemove redundant pc info store.
2014-01-02 Antonius RihaAdd a test for PcFileCache.GetPackages()
2014-01-02 Antonius RihaSetup PcFileCache stubs and ctor tests
2014-01-02 Antonius RihaMove internals from Microsoft.Build.Tasks to new dll...
2014-01-02 Marek SafarMerge pull request #855 from echampet/spec
2014-01-02 Marek SafarMerge pull request #854 from antoniusriha/sortDescription
2014-01-02 Antonius RihaMake empty SortDescriptionCollection read-only.
2014-01-02 Antonius RihaAdd tests for empty, non-modifiable SortDesriptionColle...
2014-01-02 Marek Safar[corlib] Promise style tasks cannot be started manually...
2014-01-01 Marek Safar[system] Make ICommand 4.5 profile only
2014-01-01 Marek Safar[corlib] Thread.GetNamedDataSlot allocates slot on...
2014-01-01 Marek SafarMerge pull request #851 from ranma42/fix_16992v2
2013-12-31 Andrea CancianiUse LIFO policy for CancellationTokenSource
2013-12-31 Andrea CancianiAdd testcases for callback and exception ordering
2013-12-31 Andrea CancianiFix CancellationTokenSourceTest.ReEntrantRegistrationTest
2013-12-26 Rodrigo KumperaMerge pull request #847 from ranma42/fsharp-tuple-hashing
2013-12-26 Andrea CancianiMake tuple hash function consistent with the F# impleme...
2013-12-26 Andrea CancianiFix Tuples.cs code generator
2013-12-24 Marek SafarMerge pull request #846 from abatishchev/patch-1
2013-12-24 Alexander M. Batis... String.Join() calls List(IEnum) instead of looping
2013-12-23 Rolf Bjarne KvingeDon't call CFNetworkCopyProxiesForAutoConfigurationScri...
2013-12-18 Sebastien PouliotDo not assume the first certificate of a PKCS12 file...
2013-12-18 Sebastien PouliotSwitch to File.ReadAllBytes since we do not have to...
2013-12-18 Sebastien PouliotReplace custom Load with File.ReadAllBytes
2013-12-18 Marek SafarMerge pull request #841 from knocte/master
2013-12-17 Andrés G. Aragoneses[System] Change S.N.S.NetworkStream's param name on...
2013-12-17 Alex Rønne PetersenMerge pull request #839 from glinos/master
2013-12-17 Harry GlinosImplemented System.Threading.Monitor.IsEntered
2013-12-16 Rodrigo Kumpera[System] When starting a process with UseShellExecute...
2013-12-16 Atsushi EnoUpdated Rx to 2.2 release.
2013-12-16 Miguel de IcazaUpdated documentation
2013-12-16 Marek Safar[doc] Document CurrentCultureInfo
2013-12-13 Marek Safar[corlib] Don't inline await continuations when the...
2013-12-13 Rodrigo KumperaMerge pull request #832 from xplicit/webperf1
2013-12-12 Zoltan VargaMerge pull request #806 from AxlPr/master
2013-12-12 Zoltan VargaMerge pull request #836 from madewokherd/buildfixes
2013-12-12 Marek Safar[corlib] Mark ConcurrentDictionary serializable. Fixes...
2013-12-12 Marek SafarMerge pull request #834 from OttoG/master
2013-12-11 Rodrigo Kumpera[bcl] When finalizing a Process object, don't touch...
2013-12-11 OttoGChanged compiler directive according to documentation
2013-12-11 Marek Safar[system] Make TransportContext 3.5 api
2013-12-11 Marek Safar[mcs] Clone labeled statements cache in probing mode...
2013-12-11 OttoGStub implementation of EndGetRequestStream overload...
2013-12-11 Sebastien Pouliot[tests] Fix some corlib unit tests to run successfully...
2013-12-11 Martin Baulig[corlib]: Add stubs for the remaining `System.Runtime...
2013-12-10 Martin Baulig[PCL]: Add new 'System.Runtime.InteropServices.WindowsR...
2013-12-10 Martin Baulig[corlib]: Add 'System.Runtime.InteropServices.WindowsRu...
2013-12-10 Martin Baulig[PCL]: Add "System.Dynamic.Runtime.dll" Facade Assembly...
2013-12-10 xplicitHeader names should be compared binary but not linguistic.
2013-12-09 Zoltan Varga[corlib] Disable a test which causes a wapi_unref_full...
2013-12-09 Marek Safar[corlib] Update current LogicalCallContext from empty...
2013-12-09 Marek Safar[system] Redirect of put requests was converted to...
2013-12-09 Atsushi EnoMerge pull request #830 from akoeplinger/fix-net40...
2013-12-08 Marek Safar[corlib] Ignore awaited default synchronization context.
2013-12-08 Alexander KöplingerFix NET_4_0 tests build by correcting accessibility...
2013-12-08 Marek Safar[corlib] Not continue on awaited source context should...
2013-12-08 Marek Safar[corlib] Keep original cancellation exception from...
2013-12-08 Marek SafarMerge pull request #817 from desdesdes/master
2013-12-07 Marek Safar[corlib] Block configurable task awaiter until task...
2013-12-07 Marek Safar[corlib] Better handling of awaiter continuation on...
2013-12-07 Marek Safar[corlib] Add check for launching cancelled task to...
2013-12-06 Zoltan Varga[bcl] Invoke assembly resolve hooks even if the assembl...
2013-12-06 Marek Safar[corlib] Optimize one string Join<T> overload. Fixes...
2013-12-06 Rodrigo Kumpera[bcl] Handle BigInt -> long conversions that should...
2013-12-06 Rodrigo KumperaMerge pull request #828 from mateusz-holenko/master
2013-12-06 Marek Safar[System.Net.Http] Don't throw on invalid input in TryGe...
2013-12-06 Marek SafarBump mscorlib version for monolite to work correctly
2013-12-06 Marek SafarImprove test failure check
2013-12-06 Atsushi EnoFix build.
2013-12-05 Sebastien Pouliot[Test] Fix build of System.Core unit tests
2013-12-05 Jonathan Pryor[Mono.Options] Improve error message for badly bundled...
2013-12-05 Sebastien Pouliot[Test] Ignore a test case if executed on the main thread
2013-12-05 Marek SafarMerge pull request #827 from Blewzman/master
2013-12-05 BlewzmanSmall coding style fixes.
2013-12-05 BlewzmanSupport IReadOnlyList in System.Linq.Enumerable.Element...
2013-12-05 Marek Safar[sle] Implement DynamicExpressionVisitor.
2013-12-05 Atsushi EnoIn ConsoleLogger, add workaround for bogus use of Event...
2013-12-05 Marek Safar[corlib] Implement task awaiters running on custom...
2013-12-04 Martin Baulig[xbuild]: Fix the tests.
2013-12-04 Marek Safar[corlib] Better conversion betwen system locale and...
2013-12-04 Zoltan VargaMerge pull request #824 from hanswolff/patch-1
2013-12-04 Marek Safar[corlib] CreateSpecificCulture without exception retry
2013-12-04 Marek Safar[corlib] Update CurrentRegion to work with DefaultThrea...
2013-12-04 Martin Baulig[xbuild]: Check a <Target>'s "Returns" first, then...
2013-12-03 Martin Baulig[xbuild]: Provide diagnostic logging of all executed...
2013-12-03 Martin Baulig[xbuild]: Allow expressions inside a dynamic <ItemGroup...
2013-12-03 Marek Safar[corlib] Replace manual array resize with Resize call
2013-12-03 Atsushi EnoFix android-specific build (use of unassigned variable).
2013-12-03 Alex Rønne PetersenMerge branch 'armhf' of github.com:alexrp/mono
2013-12-03 Atsushi EnoRemove private sln/csproj files.
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi EnoAdd missing exception types.
2013-12-03 Atsushi EnoProjectCollection.DefaultToolsVersion is settable.
2013-12-03 Atsushi EnoSome parser error message got source string for Conditi...
2013-12-03 Atsushi EnoTarget items related fixes - give diagnostic outputs...
next