Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2017-06-06Use correct path separator for satellite assemblies in cross builds (#4976)Marek Habersack
2017-06-02Revert "[sdb] Add an API to make the contents of the 'State Machine Hoisted L...Zoltan Varga
2017-06-02[sdb] Add an API to make the contents of the 'State Machine Hoisted Local Sco...Zoltan Varga
2017-06-01[mcs] Constant folding of enum constant and literal was using wrong operands....Marek Safar
2017-05-31[System] Add missing configuration properties to the list of properties (#4954)Alexander Köplinger
2017-05-31[System] Add useDefaultCredentialsProp to the list of properties. (#4949)Cody Russell
2017-05-30Merge pull request #4947 from lambdageek/bug-54485-2017-04Aleksey Kliger (λgeek)
2017-05-30[S.R.I.RuntimeInformation] Fix FrameworkDescription on Android (#4946)Alexander Köplinger
2017-05-30[tests] System.Type.MakeGenericType with a GTD as argumentAleksey Kliger
2017-05-30[mcs] Reset catch state variable after it has been checked. Fixes #54322Marek Safar
2017-05-29[System]: Don't call OnCompleted(this) twice in SocketAsyncEventArgs.FinishWr...Martin Baulig
2017-05-29[Facades] Update to match latest contracts (#4939)Alexander Köplinger
2017-05-29[System.Diagnostics.Tracing] Don't generate empty debyg symbolsMarek Safar
2017-05-29[Facades] Don't build debug symbols for System.Net.SocketsMarek Safar
2017-05-29Remove unused facadeMarek Safar
2017-05-26[mcs] Codegen for optimized new with valuetype load and awaited arguments. Fi...Marek Safar
2017-05-24Bug #56499: unreadable /etc/localtime should not cause an exception (#4881)Marcin Cieślak
2017-05-23[mcs] Add expression bodied syntax for accessors. Fixes #54991Marek Safar
2017-05-19[bcl] Dispose Cecil AssemblyDefinition after usage (#4900)Alexander Köplinger
2017-05-18[pdb2mdb] Dispose Cecil AssemblyDefinition on pdb2mdb (#4899)Alexander Köplinger
2017-05-17Fixes a file handle leak in mono_mmap_open_file() on Windows. (#4886)Niklas Therning
2017-05-16[btls] Add MonoPInvokeCallback attribute on all full aot profiles (#4879)Alexander Köplinger
2017-05-16[runtime] Handle circular references in SRE typesAlexander Kyte
2017-05-16[xbuild] Add web targets for 15.0 (#4868)Mikayla Hutchinson
2017-05-12[Facades] Update with new typeforwarders/APIs (#4838)Alexander Köplinger
2017-05-11Specify Encoding.UTF8 when marshaling native runtime string. If not, string c...Jonathan Chambers
2017-05-11[System] Use 'ObjCRuntimeInternal' as the namespace instead of 'ObjCRuntime'.Rolf Bjarne Kvinge
2017-05-10[process] Disable tests that do not work on mobile (#4598)Ludovic Henry
2017-05-09[System.Data] Update cas test categoryMarek Safar
2017-05-09[mcs] Conditional check on attribute type needs to check its base types tooMarek Safar
2017-05-05[System]: Fix default TLS provider. (#4797) (#4800)Martin Baulig
2017-05-05[System]: Fix bug #52508 in HttpListener when doing multiple Https request.Martin Baulig
2017-05-04[bcl] Add .NET 4.7 reference assemblies (#4791)Alexander Köplinger
2017-05-04[System.Net.Http] Fix XI buildAlexander Köplinger
2017-04-28[test] Regression tests for ConstructorBuilder custom attributesAleksey Kliger
2017-04-28[System.Reflection.DispatchProxy] Move to facades to support _._ nugetsMarek Safar
2017-04-28[Facades] Update version numbersMarek Safar
2017-04-28[mkbundle] Add support for generating monodroid compatible mkbundle code at r...Dean Ellis
2017-04-27[Facades] Move more asseblies to Facades to support implicit reference for _....Marek Safar
2017-04-26Ensure that when an async read is performed on a response content theManuel de la Pena
2017-04-26Merge pull request #4743 from kumpera/2017-04-backport-4682Rodrigo Kumpera
2017-04-25[roslyn] Pass --apply-bindings=$(csc_exe).config when AOT-ing System.Reflecti...Aleksey Kliger
2017-04-25[bcl] Check the compact switch for whether cancelation token throws when disp...Rodrigo Kumpera
2017-04-25[corlib] Change SwitchThrowExceptionIfDisposedCancellationTokenSource to fals...Rodrigo Kumpera
2017-04-25[bcl] Make our AppContextDefaultValues more compatible with RS and make them ...Rodrigo Kumpera
2017-04-25[corlib] Use AppContextSwitches implementation from RS. Fixes #54448Rodrigo Kumpera
2017-04-24[cil-stripper] Mark stripped methods as noinline to prevent the JIT from tryi...Zoltan Varga
2017-04-24[Facades] Use Open.snk for netstandard.dllAlexander Köplinger
2017-04-19[corlib/System.Data] Test fixes for xammac 4.5 and watchosAlexander Köplinger
2017-04-19[System.Data] Call SqlConnection.ClearAllPools() only when we had a connectionAlexander Köplinger