Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs /
2017-10-10 Alexis ChristoforidesMerge pull request #5714 from alexischr/update_bockbuild master
2017-10-09 monojenkins[msvc] Update csproj files (#5745)
2017-10-09 Alexander Köplinger[corlib] Use temp directory for assemblies in SaveTest...
2017-10-09 Marek Safar[corlib] Fixes make dist (#5735)
2017-10-06 Marek Safar[corlib] Makes GetReferencedAssemblies test more reliable
2017-10-06 Marek SafarMerge pull request #5327 from marek-safar/corefx-bump
2017-10-06 Alexander Kyte[runtime] Fix Empty generic enumerator equality
2017-10-05 Rolf Bjarne Kvinge[appletls] Trust SecTrustResult.Proceed as well. Fixes...
2017-10-05 Marek SafarBump corefx
2017-10-05 Marek Safar[mcs] Fixes codegen for pattern probing with value...
2017-10-05 Marek Safar[corlib] Fixes array enumerator to match .net behaviour
2017-10-05 Alexander KöplingerAdd new profile for monodroid tools (#5699)
2017-10-04 Marek Habersack[monodroid] Fix Mono.Posix tests build (#5697)
2017-10-04 Marek Safar[mcs] Allows shadowing of probing pattern variables
2017-10-04 Alexander Köplinger[System] Ignore FtpWebRequestTest.DownloadFile2_v6...
2017-10-04 Johan LorenssonMerge pull request #5693 from lateralusX/lateralusX...
2017-10-04 Johan LorenssonMerge pull request #5664 from lateralusX/lateralusX...
2017-10-03 Marek Safar[System.Net.Http] Updates range check from 3741d16503a9...
2017-10-03 Vlad BrezaeMerge pull request #5636 from BrzVlad/fix-xmm-scan
2017-10-03 Marek Safar[mcs] Implements C# 7.2 readonly structs
2017-10-03 Marek Safar[mcs] Adds minor langversion support
2017-10-03 Johan LorenssonMerge pull request #5656 from lateralusX/lateralusX...
2017-10-03 Marek Safar[mcs] Allow properties and indexers of by-ref values...
2017-10-03 lateralusXRestructure of mono.sln and build properties to better...
2017-10-03 lateralusXReview feedback + drop VS2013 support.
2017-10-02 Rodrigo KumperaMerge pull request #5668 from kumpera/wasm-work-p4
2017-10-02 Marek Safar[mcs] Initial by ref returns and variables support
2017-10-02 Hugh BellamyFix LinearGradientMode parameter validation to match...
2017-10-02 lateralusXMajor improvement of Visual Studio toolchain and Window...
2017-10-02 Steffen KießAllow passing null to JsonArray.Add()
2017-10-02 Hugh BellamyRemove invalid tests for image palettes in GdiPlusTest...
2017-09-30 Alexander Köplinger[corlib] Make Marshal.BufferToBSTR(Array, int) non...
2017-09-29 Rodrigo KumperaMerge pull request #5659 from kumpera/fix_59824
2017-09-29 Marek Safar[System.Net.Http] HttpClient timeout range checks....
2017-09-29 Ludovic Henry[w32file] Move MonoIO.Find{First,Next,Close} to managed
2017-09-29 Ludovic Henry[w32file] Remove dead code
2017-09-29 Aleksey Kliger[test] SRE ILGenerator test for methodref and fieldref...
2017-09-28 Alexander Köplinger[System] HttpListenerRequest: ignore bad cookies and...
2017-09-28 Rodrigo KumperaMerge pull request #5560 from kumpera/wasm-work-p3
2017-09-28 Rodrigo KumperaMerge pull request #5567 from kumpera/fix_59334
2017-09-27 Alexander Köplinger[mkbundle] Link against Objective-C runtime and Foundat...
2017-09-26 Marius Ungureanu[Mono.Unix] Fix crasher in StringToHeap (#5639)
2017-09-26 Aleksey Kliger[test] Add gparam Type.IsAssignableFrom and Type.BaseTy...
2017-09-26 Aleksey Kliger[test] Add regression test for 58809
2017-09-26 Ludovic Henry[Tests] Fail with message in case symlink fails
2017-09-25 Rodrigo Kumpera[runtime] Handle RuntimeWrappedException and dynamic...
2017-09-22 Vlad BrezaeMerge pull request #5594 from BrzVlad/fix-domain-abort...
2017-09-22 Radek Doulik[linker-analyzer] added documentation
2017-09-21 Alexis ChristoforidesMerge pull request #5608 from mono/xcode9_bockbuild_fix
2017-09-21 Alex Rønne PetersenMerge pull request #5614 from alexrp/master
2017-09-21 Egor Bogatov[corlib] Fix 44255: Inconsistent results in the seriali...
2017-09-21 Rolf Bjarne Kvinge[mono-api-html] Print ref/out modifiers on parameters...
2017-09-20 Alex Rønne PetersenMerge pull request #5610 from alexrp/master
2017-09-20 EgorBofix for DSA
2017-09-20 Egor Bogatovfix-38054
2017-09-20 Alex Rønne Petersen[Mono.Profiler.Log] Use null references to indicate...
2017-09-20 Alex Rønne Petersen[Mono.Profiler.Log] Load entire buffers before processi...
2017-09-20 Alex Rønne Petersen[Mono.Profiler.Log] Fix excessive byte array allocations.
2017-09-19 Alex Rønne PetersenMerge pull request #5528 from rodrmoya/fix-mono-profile...
2017-09-19 Rodrigo Moya[Mono.Profiler.Log] Styling fixes
2017-09-19 Alexander Köplinger[WindowsBase] Fix exception type in *ValueSerializer...
2017-09-19 Alexander Köplinger[WindowsBase] Use InvariantCulture for ConvertTo/ToStri...
2017-09-19 Johan LorenssonMerge pull request #5573 from lateralusX/lateralusX...
2017-09-19 Marek SafarMerge pull request #5589 from marek-safar/tests
2017-09-18 Marek Safar[System.Runtime.Remoting] Adds System.Core reference...
2017-09-18 Marek SafarUpdate tests network helper to be reliable in multi...
2017-09-18 monojenkins[msvc] Update csproj files (#5602)
2017-09-18 Mikhail FilippovMulti-culture implementation ValueSerializers, Parse...
2017-09-18 Rolf Bjarne Kvinge[mono-api-html] Add solution.
2017-09-15 Eberhard Beilharz[SWF] Allow to compile without X11 installed (Xamarin...
2017-09-14 Martin Baulig[System]: SslStream.Flush() now flushes the underlying...
2017-09-14 Martin Baulig[Mono.Security]: Add internal 'MonoTlsProviderFactory...
2017-09-14 Rodrigo Moya[Mono.Profiler.Log] Check MLPD version when reading...
2017-09-14 Rodrigo Moya[Mono.Profiler.Log] Reverse managed backtrace in Sample...
2017-09-14 Jon PurdyFix bug 4786 test.
2017-09-13 Rodrigo Moya[Mono.Profiler.Log] Support MLPD version 13
2017-09-13 Alex Rønne PetersenMerge pull request #5562 from alexrp/master
2017-09-13 Rodrigo KumperaMerge pull request #5550 from Cry-Miron/patch-1
2017-09-13 Marek Safar[corlib] Update negative symbol for all cultures. Fixes...
2017-09-13 Alex Rønne Petersen[Mono.Profiler.Log] Read root type field as uleb128.
2017-09-12 Rodrigo KumperaMerge pull request #5544 from kumpera/verify_byref_return
2017-09-12 Katelyn GaddFix bug 57918:
2017-09-11 Alexander Köplinger[System.Xaml] Fix deadlock on exception in XamlBackgrou...
2017-09-11 Niklas TherningMerge pull request #5504 from ntherning/wait-for-native...
2017-09-08 Rodrigo KumperaMerge pull request #5428 from kumpera/wasm-support-p2
2017-09-08 Manuel de la Pena[Tests] Fix Mono.Data.Tds tests on iOS (#5501)
2017-09-08 Miguel de IcazaShorter
2017-09-08 Miguel de IcazaToggle the turbo button
2017-09-07 monojenkins[msvc] Update csproj files (#5524)
2017-09-07 Alexander KöplingerUpdate reference-assemblies (#5519)
2017-09-06 Alex Rønne PetersenMerge pull request #5512 from rodrmoya/fix-mono-profile...
2017-09-06 Rodrigo Moya[Mono.Profiler.Log] Initialize LogEvent's properties
2017-09-06 Alexander Köplinger[WinForms/Drawing] Remove some leftover test scripts...
2017-09-06 Martin Baulig[Mono.Security]: Remove some unused `Mono.Security...
2017-09-06 Zoltan Varga[bcl] Use RuntimeHelpers.GetHashCode () for getting...
2017-09-01 Rodrigo KumperaMerge pull request #5486 from kumpera/fix_array_dispatc...
2017-09-01 Egor BogatovMerge pull request #5444 from hifi/fix-tds-inputoutput
2017-09-01 HinTakmkbundle: add console confirmations of actions (#5457)
2017-09-01 HinTakFixing another confusing typo
2017-09-01 EgorBoupdate comment
next