mono.git
2015-03-31 Marek Safar[corlib] NumberFormatInfo from reference sources
2015-03-31 Rodrigo Kumpera[socket-io] Fix crasher in System test suite.
2015-03-30 Alexander Köplinger[readme] Fix monolite instructions
2015-03-30 Zoltan VargaAdd an --enable-gsharedvt configure option, same as...
2015-03-30 Marek Safar[corlib] More globalization from reference sources
2015-03-30 Marek Safar[corlib] Fix commonly used encoding names
2015-03-30 Marek Safar[corlib] Update culture currency separators
2015-03-30 João Matos[runtime] Fixed a warning.
2015-03-30 João Matos[mini] Fixed the build.
2015-03-30 João Matos[runtime] Enable the complex math support code on Android.
2015-03-30 João Matos[runtime] Add some complex math support code.
2015-03-30 Zoltan VargaBump referencesource to bcee91f8a0212e687db4d1d1a906f1f...
2015-03-30 Marek SafarRemove old files
2015-03-30 Rodrigo Kumpera[runtime] Fix the build.
2015-03-30 Zoltan Varga[llvm] Fix an uninitialized variable error.
2015-03-30 Marek Safar[corlib] Replace more system exceptions from reference...
2015-03-30 Zoltan Varga[llvm] Generate code at the start of exception clauses...
2015-03-30 Zoltan Varga[runtime] Fix the passing of arguments to the stringbui...
2015-03-29 Rodrigo Kumpera[threading] Wrap socket code with coop suspend.
2015-03-29 Rodrigo Kumpera[threading] Wrap IO icalls.
2015-03-29 Rodrigo Kumpera[threading] type init lock is complex enough that needs...
2015-03-29 Rodrigo Kumpera[threading] Make the loader and domain locks coop suspe...
2015-03-29 Rodrigo Kumpera[runtime] When interning strings, allocate without...
2015-03-29 Rodrigo Kumpera[threading] Wrap monitor code with coop suspend.
2015-03-29 Rodrigo Kumpera[threading] Make thread management coop suspend aware.
2015-03-29 Rodrigo Kumpera[threading] Make the GC lock coop suspend aware.
2015-03-29 Rodrigo Kumpera[threading] Make n2m and m2n wrappers coop suspend...
2015-03-29 Rodrigo Kumpera[threading] Make thread start suspend aware
2015-03-28 Marek SafarMerge pull request #1666 from akoeplinger/fix-mono...
2015-03-27 Zoltan Varga[llvm] Extract some of the eh code into a separate...
2015-03-27 Alexander Köplinger[Mono.Options] Fix messages in tests that changed after...
2015-03-27 Zoltan VargaAdd a test for the interning of String.Empty.
2015-03-27 Zoltan Varga[runtime] Intern String.Empty.
2015-03-27 Miguel de IcazaRelicense socket-io.c to MIT
2015-03-27 Marek Safar[corlib] System exception from reference sources. Some...
2015-03-27 Atsushi EnoUse common consts in [InternalsVisibleTo] PublicKey...
2015-03-27 João MatosMerge pull request #1664 from jbraswell/master
2015-03-27 Marek Safar[mcs] Import of interface member which is hidden by...
2015-03-27 Zoltan Varga[jit] Avoid emitting seq points in inlined methods.
2015-03-27 Marek SafarFixes System.Design build, the missing file does not...
2015-03-27 Marek SafarFixes System.Data build
2015-03-27 Zoltan Varga[runtime] Synchronize the overflow checks between mono_...
2015-03-27 Marek SafarBump reference sources to fix the build
2015-03-27 Marek Safar[mcs] Reset flowanalysis finally scope per parameters...
2015-03-27 Jonathan BraswellFix issue with inserting null values into integer and...
2015-03-27 Atsushi EnoMerge pull request #1662 from atsushieno/import-system...
2015-03-26 Rodrigo Kumpera[threading] Add a coop backend. This paves the way...
2015-03-26 Rodrigo Kumpera[threading] Improve logging and troubleshooting helpers...
2015-03-26 Marek Safar[system.net.http] Parse range values using long range...
2015-03-26 Marek SafarMerge pull request #1663 from JetBrains/valueserializer...
2015-03-26 Marek Safar[mcs] The left-hand side of an assignment cannot contai...
2015-03-26 Leonid Shalupovmove System.Windows.Markup.ValueSerializerAttribute...
2015-03-26 Zoltan Varga[llvm] Avoid registering an exception table handler...
2015-03-26 Marek Safar[mcs] Special case flowanalysis of primitive structs...
2015-03-26 Zoltan Varga[runtime] Update some comments.
2015-03-26 Zoltan VargaMerge pull request #1659 from alexanderkyte/stringbuild...
2015-03-26 Atsushi Eno[Sys.Data] add InternalsVisibleTo(System.Data.DataSetEx...
2015-03-26 Zoltan VargaMerge pull request #1658 from esdrubal/spgenerics
2015-03-26 Atsushi EnoMerge branch 'master' into import-system-data-partial
2015-03-26 Atsushi Eno[Sys.Data.DSExtensions] add AsEnumerable() test.
2015-03-26 Atsushi Eno[Sys.Data,DSExtensions] fix hacky IsClosed() check.
2015-03-26 Atsushi Eno[Sys.Data,DSExtensions] fix build wrt referencesource...
2015-03-26 Marcos Henrich[mono-symbolicate] Updated tool test.
2015-03-26 Marcos Henrich[mono-symbolicate] make check now runs mono with -O...
2015-03-26 Marcos Henrich[mono-symbolicate] Improved tool stack trace handling.
2015-03-26 Marcos Henrich[corlib] Changed Exception.GetFullNameForStackTrace...
2015-03-26 Marcos Henrich[corlib] Exception stack traces now show method index...
2015-03-26 Marcos Henrich[runtime] .msym now stores method index.
2015-03-26 Marcos Henrich[runtime] Added function mono_aot_find_method_index.
2015-03-26 João MatosMerge pull request #1660 from akoeplinger/fix-zone...
2015-03-26 Zoltan Varga[runtime] Avoid a crash in mini_thread_cleanup () for...
2015-03-26 Zoltan Varga[readme] Remove xamcore reference.
2015-03-26 Zoltan VargaBump referencesource to pick up 3176b17a2c636dfd5f88543...
2015-03-26 Zoltan Varga[runtime] Initialize String.Empty from native code...
2015-03-26 Marek Safar[mcs] Report abstract member hiding only for members...
2015-03-26 Zoltan Varga[mkbundle] Use mingw assembler on windows.
2015-03-26 Atsushi EnoFix winforms tests that don't match .NET behavior.
2015-03-26 Alexander Köplinger[corlib] Don't strip @ char in Mono.Security.Uri for...
2015-03-26 Martin Baulig[System]: Fix the AllowWriteStreamBuffering check....
2015-03-25 Martin BauligBump referencesource and add test for the problem.
2015-03-25 Marek SafarUpdate failing test
2015-03-25 Marek Safar[System.Runtime.Serialization.Formatters.Soap] A test...
2015-03-25 Alexander Kyte[corlib] Fixed StringBuilder construction bugs in marsh...
2015-03-25 Marek SafarRevert "[mcs] Special case flowanalysis of primitive...
2015-03-25 Rodrigo Kumpera[threading] Reorganize code to work with the coop backend.
2015-03-25 Rodrigo Kumpera[threading] Introduce a pair of states to handle native...
2015-03-25 Rodrigo Kumpera[threading] Move jit_data from MonoThreadInternal to...
2015-03-25 Rodrigo Kumpera[threading] Surface mono_thread_info_current_unchecked.
2015-03-25 Rodrigo Kumpera[threading] Log the thread tid instead of the MonoThrea...
2015-03-25 Rodrigo Kumpera[threading] Add configure option to enable cooperative...
2015-03-25 Atsushi Eno[Sys.Data] fix data adapter tests. ByteFx.Data and...
2015-03-25 Marek Safar[mcs] Special case flowanalysis of primitive structs...
2015-03-25 Zoltan Varga[jit] Trucate the shift amount in the long shift emulat...
2015-03-25 Atsushi Enobump referencesource.
2015-03-25 Marek Safar[corlib] Add missing file
2015-03-25 Atsushi EnoSystem.Design.dll depended on System.Data internals...
2015-03-25 Atsushi Eno[Sys.Data] reuse our SqlClient implementation.
2015-03-25 Atsushi Eno[Sys.Data] there are many tests that were unverified...
2015-03-25 Atsushi Eno[Sys.Data] Fix bogus tests: DataRelation cannot be...
2015-03-25 Atsushi EnoFix mobile builds with several #if-s in referencesource.
next