Fix windows build error in type-checking.c. (#4078)
[mono.git] / mono / mini / type-checking.c
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