mono.git
2017-03-14 Aleksey Kliger[loader] Remap public key tokens of framework assemblie...
2017-03-14 Aleksey Kliger[mono/tests] Fix tests when using full or hybrid AOT
2017-03-14 Aleksey Kliger[loader] In debug output, print the domain search path...
2017-03-14 Aleksey Kliger[loader] Requesting an assembly with a strong name...
2017-03-14 Aleksey Kliger[loader] Pass predicate callback to mono_assembly_load_...
2017-03-14 Aleksey Kliger[runtime] Mark mono_assembly_open and mono_assembly_ope...
2017-03-14 Aleksey Kliger[assembly] Add mono_assembly_open_predicate function
2017-03-14 Marek Safar[xbuild] Relocate Portable frameworks
2017-03-14 Marek SafarRevert "Bump buildtools to branch that includes portabl...
2017-03-14 Bernhard Urban[configure] rename "--with-interpreter=yes" to "--enabl...
2017-03-14 Ankit JainHandle windows paths in ResXFileRef, for conversion...
2017-03-14 Zoltan Varga[jit] Add parameter type checks to the SIMD intrinsics...
2017-03-13 Alexander KöplingerBump buildtools to branch that includes portable targets
2017-03-13 Zoltan Varga[runtime] Mark array types with more than 32 dimensions...
2017-03-13 Bernhard Urban[interp] kill MINT_LDTHISA
2017-03-13 Bernhard Urban[interp] allow generic instantiation as argument in...
2017-03-13 Bernhard Urban[interp] more static trampolines
2017-03-13 Bernhard Urban[interp] inflate cee_token properly if it comes from...
2017-03-13 Bernhard Urban[interp] make sure we wrap virtual methods with synchro...
2017-03-13 Bernhard Urban[interp] clear exception storage in runtime_invoke
2017-03-13 Bernhard Urban[interp] lock when acquiring memory from a mempool.
2017-03-13 Bernhard Urban[ci] add more steps to interp
2017-03-13 Bernhard Urban[tests] update 'make testinterp' target
2017-03-13 Bernhard Urban[test-runner] remove duplicated --runtime hanlding
2017-03-13 Bernhard Urban[test-runner] allow passing runtime args
2017-03-13 Marek Safar[System.Windows.Forms] Disable failing test
2017-03-13 Marek SafarBump corefx
2017-03-13 Marek SafarBump buildtools
2017-03-13 Frederik CarlierGDI+ functions: use constant for the library name,...
2017-03-12 Marek Safar[corlib] FileStream::Name needs to include fully qualif...
2017-03-12 Zoltan Varga[jit] Implement RuntimeHelpers.IsReferenceOrContainsRef...
2017-03-11 Jon Purdy[docs] Remove dead metadata APIs.
2017-03-11 Jon Purdy[docs] Remove dead mempool APIs.
2017-03-11 Jon Purdy[docs] Remove dead hash table APIs.
2017-03-11 Jon Purdy[docs] Remove dead GC APIs.
2017-03-11 Jon Purdy[docs] Remove dead remote wrapper APIs.
2017-03-11 Jon Purdy[docs] Remove dead loader error APIs.
2017-03-11 Frederik CarlierRemove CAS from System.Drawing unit tests
2017-03-11 Marek Safar[System.Windows.Forms] Fixes test build failure
2017-03-11 Zoltan Varga[bcl] Implement RuntimeHelpers.IsReferenceOrContainsRef...
2017-03-11 Ankit JainHandle a file ref, with backslashes, in a .resx, on...
2017-03-11 Alexander Köplinger[WinForms] Fix Bindable attribute argument to use boolean
2017-03-10 Marek Safar[corlib][Mono.Posix] Remove NunitHelpers.cs reference
2017-03-10 Alexis Christoforides[MacSDK] Another attempt at circumventing signing for...
2017-03-10 lateralusXFixing checked build after unwind info changes.
2017-03-10 Alexis Christoforides[MacSDK] Use MSBuild to build IronPython/IronRuby....
2017-03-10 Alexis ChristoforidesUpdate Bockbuild
2017-03-10 Egor BogatovFix [Bug 52795] Infinite loop on MySqlDataReader.ReadAs...
2017-03-10 Alexis ChristoforidesUpdate Bockbuild
2017-03-10 Johan LorenssonMerge pull request #4444 from lateralusX/jlorenss/windo...
2017-03-10 Alexis ChristoforidesUpdate Bockbuild
2017-03-10 Zoltan Varga[arm64] Fix the saving/restoring of fp regs in exceptio...
2017-03-10 Zoltan Varga[runtime] Add a test to verify that pedump works. ...
2017-03-10 Alexis ChristoforidesUpdate Bockbuild
2017-03-10 Alexis Christoforides[MacSDK] Fix Ironlangs build with latest MSBuild
2017-03-09 Rodrigo KumperaMerge pull request #4494 from kumpera/important-android...
2017-03-09 Jon Purdy[api] Remove dead mono_load_image API.
2017-03-09 Ludovic Henry[socket] ret might not have been initialized (#4495)
2017-03-09 Alexander Köplinger[Mono.Options] Add missing test file to test sources
2017-03-09 monojenkins[msvc] Update csproj files (#4479)
2017-03-09 Marek Habersack[mkbundle] Encode directory separator character on...
2017-03-09 Alexander Köplinger[ci] Remove ppc64el checks from run-test-default.sh
2017-03-09 lateralusXShorten function name length for static functions.
2017-03-09 Marek Safar[mcs] Codegen for auto-property backing field initializ...
2017-03-09 Daniel C. Weber[Mono.Posix] UnixSIgnal.WaitOne() doesn't block for...
2017-03-08 Rodrigo Kumpera[runtime] Make sure we use lower numbered signals on...
2017-03-08 Bernhard Urban[interp] remove g_error call
2017-03-08 Bernhard Urban[interp] fix another data.klass access. due to generic...
2017-03-08 Bernhard Urban[interp] support stelem for g{,u}int64
2017-03-08 Bernhard Urban[interp] pass single fp correctly to icall trampoline
2017-03-08 Bernhard Urban[interp] fix type init exception propagation for method...
2017-03-08 Bernhard Urban[interp] support non-empty stack in switch branches
2017-03-08 Bernhard Urban[interp] fix for ldflda unsafe corner case
2017-03-08 Bernhard Urban[interp] propogate OOM exception on array instantiation
2017-03-08 Bernhard Urban[exceptions.cs] enable one more test
2017-03-08 Bernhard Urban[interp] respect lower_bound on array access and share...
2017-03-08 Bernhard Urban[interp] throw overflow exception on long to ulong...
2017-03-08 Bernhard Urban[interp] throw overflow exception on ulong to long...
2017-03-08 Bernhard Urban[interp] throw overflow exception on (0/-1)
2017-03-08 Bernhard Urban[interp] fix overflow corner cases for integer
2017-03-08 Bernhard Urban[interp] fix a mem leak in transform
2017-03-08 Bernhard Urban[interp] allocate one more slot for tracking stack...
2017-03-08 Bernhard Urban[makefile] cleanup richeck target
2017-03-08 Bernhard Urban[interp] support stelem for guint8
2017-03-08 Bernhard Urban[interp] support reference case for unbox.any
2017-03-08 Bernhard Urban[interp] remove STTHIS completly.
2017-03-08 Bernhard Urban[interp] throw exceptions from icalls
2017-03-08 Bernhard Urban[interp] proper overflowcheck for size passed to cee_newarr
2017-03-08 Bernhard Urban[interp] throw NRE in mint_vcall insn if receiver is...
2017-03-08 Bernhard Urban[interp] respect generic context for cee_sizeof
2017-03-08 Bernhard Urban[interp] set proper type info for cee_ldtoken bytecode
2017-03-08 Bernhard Urban[interp] refactor Array::Address, so that readonly...
2017-03-08 Bernhard Urban[interp] cee_{stfld,ldfld{,a}} can access static fields too
2017-03-08 Bernhard Urban[interp] fix cee_initobj for reference type
2017-03-08 Bernhard Urban[interp] implement cee_cpobj
2017-03-08 Bernhard Urban[interp] transform all kind of clauses
2017-03-08 Bernhard Urban[interp] clear storage for sp, vt_sp and locals properly
2017-03-08 Bernhard Urban[interp] implement cee_unbox and cee_ldobj correctly
2017-03-08 Bernhard Urban[interp] fix issues around conv.ovf.* bytecodes
2017-03-08 Bernhard Urban[interp] fix localloc instruction, storage must be...
next