Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / type-checking.c
2017-05-12 vkargovMerge pull request #4327 from vkargov/vk-abcremedy
2017-05-10 Vlad BrezaeMerge pull request #4816 from BrzVlad/fix-remoting...
2017-05-09 Rodrigo KumperaMerge pull request #4781 from kumpera/unaligned-cleanup-1
2017-05-01 Rodrigo Kumpera[mini] Rename & expose a few functions to mini.h.
2017-04-12 Alexander KyteMerge pull request #4615 from alexanderkyte/string_erro...
2017-04-04 Vlad BrezaeMerge pull request #4630 from BrzVlad/feature-valloc...
2017-04-04 Vlad BrezaeMerge pull request #4618 from BrzVlad/feature-par-nrs
2017-04-03 Zoltan Varga[jit] Fix the casting between arrays with bounds and...
2017-03-30 Alexander KyteMerge pull request #4621 from alexanderkyte/strdup_env
2017-03-29 Rodrigo KumperaMerge pull request #4540 from kumpera/android-changes...
2017-03-27 Johan LorenssonMerge pull request #4570 from lateralusX/jlorenss/visua...
2017-03-24 Jon Purdy[docs] Enable documentation for mini.
2017-03-10 Johan LorenssonMerge pull request #4444 from lateralusX/jlorenss/windo...
2017-03-02 Johan LorenssonFixes to build libmono with disabled JIT. (#4421)
2016-12-05 Johan LorenssonMerge pull request #3997 from lateralusX/jlorenss/win...
2016-12-02 Johan LorenssonFix windows build error in type-checking.c. (#4078)
2016-12-02 Marek SafarMerge pull request #4063 from ntherning/fix-culture...
2016-12-01 Andi McClureMerge pull request #4053 from xmcclure/babysitter_cygwin
2016-12-01 Zoltan Varga[jit] Fix the DISABLE_REMOTING build.
2016-12-01 Rodrigo KumperaMerge pull request #4048 from kumpera/iface_casting_cleanup
2016-11-30 Rodrigo Kumpera[mini] Use the array fast path with array magic interfa...
2016-11-29 Rodrigo Kumpera[mini] Cleanup type casting a bit. Unify cast with...
2016-11-29 Rodrigo Kumpera[runtime] CEE_MONO_CISINST is dead. Removed the type...
2016-11-29 Rodrigo Kumpera[mini] Remove the need for isinst wrapper for MBRO.
2016-11-29 Rodrigo Kumpera[mini] Remove the need of the ininst wrapper for interf...
2016-11-29 Rodrigo Kumpera[mini] Remove CEE_MONO_CCASTCLASS. Could not remove...
2016-11-29 Rodrigo Kumpera[mini] CEE_MONO_CCASTCLASS is dead. Removed the type...
2016-11-29 Rodrigo Kumpera[mini] Avoid the cast wrapper for MBRO.
2016-11-29 Rodrigo KumperaRemove dead code.
2016-11-29 Rodrigo Kumpera[mini] Avoid the cast wrapper for ifaces
2016-11-29 Rodrigo Kumpera[mini] Simplify casting of variant generic interfaces.
2016-11-28 Rodrigo Kumpera[mini] Extract type checking code into type-checking.c