summary refs log tree commit diff
path: root/src/test/ui/mir
AgeCommit message (Expand)AuthorLines
2020-07-25The const propagator cannot trace references.Oliver Scherer-8/+2
2020-05-28Add test for #66930Yuki Okushi-0/+11
2020-05-08Skip tests on emscriptenYuki Okushi-0/+11
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+247
2020-04-28Added new ui tests to show what errors MIR can now find at compile timeFélix Fischer-0/+46
2020-03-13Add test for issue-60390Yuki Okushi-0/+8
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-03rustc_codegen_ssa: don't treat inlined variables as debuginfo arguments.Eduard-Mihai Burtescu-0/+11
2020-02-02add raw-addr-of variant to mir_raw_fat_ptrRalf Jung-1/+58
2020-01-09Delay bug to prevent ICE in MIR borrowckYuki Okushi-0/+23
2020-01-05Fix ICE involving calling `Instance.ty` during const evaluationAaron Hill-0/+34
2020-01-01Ensure that we process projections during MIR inliningAaron Hill-0/+17
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-0/+1
2019-12-06const-prop: Restrict scalar pair propagationÖmer Sinan Ağacan-0/+13
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-1/+0
2019-11-13Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...Robin Kruppe-3/+0
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-0/+67
2019-11-05improper_ctypes: `extern "C"` fnsDavid Wood-0/+3
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-2/+2
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-2/+2
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-2/+2
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-2/+2
2019-08-15Group all ui tests and move to abi #62593Kevin Per-22/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+2075