Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-02-28Implement intrinsic call to RuntimeHelpers.InitializeArray for WASM (#5377)Blealtan
2018-02-23Update buildtools (#5426)Jan Kotas
2018-02-20Update CoreCLR tests (#5412)Michal Strehovský
2018-02-19Fix build-and-run-test.cmd for VS 2017 (#5411)Michal Strehovský
2018-02-07Implement break opcode as llvm.debugtrap (#5344)Blealtan
2018-02-04Fixed ldind failure and properly zext unsigned types that are smaller than 32...Jeff Greene
2018-02-04Add support for building wasm on OSX and Ubuntu 16 (#5297)Christian Scheuer
2018-02-03Implement castclass & isinst for WebAssembly (#5325)Blealtan
2018-01-31Implement localloc for WebAssembly (#5298)Morgan Brown
2018-01-30Update Unix external test instructions and add root test dir to test search (...Andon Andonov
2018-01-29Implemented Array instructions for WebAssembly (#5172)Jeff Greene
2018-01-23Rename AdditionalNativeLibrary to NativeLibrary (#5280)Michal Strehovský
2018-01-19Make reflection tracking work with unnormalized VirtualMethodUseMichal Strehovský
2018-01-13Implement WebAssembly delegates (#5143)Morgan Brown
2018-01-10Update CoreCLR.issues.targets (#5233)Michal Strehovský
2018-01-03Add handling of method parameter custom attributes (#5188)Michal Strehovský
2018-01-03Update CoreCLR.issues.targets (#5187)Michal Strehovský
2018-01-02Update CoreCLR.issues.targets (#5184)Michal Strehovský
2017-12-31Implement cpobj opcode for wasm (#5151)Wayde Reitsma
2017-12-30Fix RhGetCodeTarget for Unix x64 (#5168)Jan Kotas
2017-12-29Ensure reflection has access to instance methods on byref-like types (#5165)Michal Strehovský
2017-12-29Add test coverage for the "reflection metadata from use" featureMichal Strehovský
2017-12-27Link WebAssembly runtime (#5141)Morgan Brown
2017-12-08Remove reference to WASM workaround (#5078)Michal Strehovský
2017-12-08Added real support for Unbox stubs to WebAssembly (#5052)Jeff Greene
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-11-30enabled thread static fields in WebAssembly (#4999)Jeff Greene
2017-11-23Enable generation of stack trace data for simple tests (#5002)Michal Strehovský
2017-11-17Added support for calling methods via virtual slots in WASM (#4931)Jeff Greene
2017-11-14Fix CppCodeGen break with latest XCode (#4926)Jan Kotas
2017-11-06added support for box/unbox/unbox_any for WASM using malloc (#4731)Jeff Greene
2017-11-05implement newobj for WASM using malloc (#4872)Jeff Greene
2017-11-03Revert "implemented newobj for WASM using malloc (#4808)" (#4864)Morgan Brown
2017-11-01implemented newobj for WASM using malloc (#4808)Jeff Greene
2017-10-31Disable ETW events on Linux CoreCLR testsSimon Nattress
2017-10-30Stabilize object file images (#4818)Simon Nattress
2017-10-23Emit switch in wasm (#4769)Juan Antonio Cano
2017-10-21Added support for ldsfld/stsfld/ldsflda/ldflda including general value type s...Jeff Greene
2017-10-18Add support for marshalling struct with delegates (#4737)Faizur Rahman
2017-10-17WebAssembly instance method support (#4695)Morgan Brown
2017-10-15Implement Shift Opcodes for WebAssembly (#4721)Jeremy Koritzinsky
2017-10-15Implement neg (float/integer) and not IL instructions. Fixes #4524 and #4525 ...Juan Antonio Cano
2017-10-11implemented ldobj/stobj in terms of ldind/stind (#4709)Jeff Greene
2017-10-11added support for stind in WASM (#4702)Jeff Greene
2017-10-10Add the -prelease switch to vswhere in build scripts to allow them to find pr...Morgan Brown
2017-10-06Use Tls12 to download CoreCLR tests (#4682)Jan Kotas
2017-10-04Delete VS2015 support (#4660)Jan Kotas
2017-09-29Enable CLR Thread Pool via a MSBuild flag (default enabled on Unix)t-jekor
2017-09-26Fix strings for WebAssembly (#4592)Morgan Brown
2017-09-22Enable Server GC (#4591)Sergiy Kuryata