about summary refs log tree commit diff
path: root/src/test/incremental
AgeCommit message (Expand)AuthorLines
2019-12-20General purpose teest cases contributed by mw.Felix S. Klock II-0/+136
2019-12-06Make try_mark_previous_green aware of cycles.Alex Aktsipetrov-0/+15
2019-11-27rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...Eduard-Mihai Burtescu-8/+8
2019-11-21Fix broken incremental testDylan MacKenzie-2/+1
2019-11-20Rollup merge of #66060 - traxys:test_65401, r=michaelwoeristerMazdak Farrokhzad-0/+8
2019-11-11[mir-opt] Turn on the `ConstProp` pass by defaultWesley Wiser-7/+7
2019-11-10Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obkYuki Okushi-2/+2
2019-11-08[mir-opt] Handle aggregates in SimplifyLocals passWesley Wiser-2/+2
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-1/+1
2019-11-05was not the same replace as othersQuentin Boyer-1/+1
2019-11-05rewrote error messages for #[rustc_error]Quentin Boyer-1/+1
2019-11-03added test for checking that ICEs are not hiddenQuentin Boyer-0/+8
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-21Rollup merge of #65652 - skinny121:const_infer_leak, r=eddybYuki Okushi-0/+67
2019-10-21Fix `canonicalize_const_var` from leaking inference variables throughben-0/+67
2019-10-20Improve SimplifyLocals pass so it can remove unused constsWesley Wiser-8/+8
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+6
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-6/+0
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-0/+6
2019-09-14Ban non-extern rust intrinsicsMark Rousskov-15/+2
2019-08-26Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obkbors-4/+10
2019-08-25Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-2/+2
2019-08-23Fix incremental testsWesley Wiser-4/+10
2019-08-22Changed testsWesley Wiser-1/+1
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-157/+156
2019-07-20normalize use of backticks in compiler messages for librustc_incrementalSamy Kacimi-4/+4
2019-07-06while_{let_}loops/change_{break,continue}: typeck_tables_of clean.Mazdak Farrokhzad-4/+4
2019-07-06Adjust incremental test while_loops.rsMazdak Farrokhzad-2/+2
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-48/+48
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-4/+4
2019-06-19Rename regression test to link it to the corresponding issueOliver Scherer-0/+0
2019-06-19Remove the `AllocId` from `ByRef` valuesOliver Scherer-0/+17
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-1/+1
2019-06-16compiletest: Validate pass modes harderVadim Petrochenkov-2/+2
2019-06-16compiletest: Introduce `// {check,build,run}-pass` pass modesVadim Petrochenkov-1/+1
2019-05-23Remove subtle Default impl for ValueJohn Kåre Alsaker-1/+0
2019-05-20Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoeristerMazdak Farrokhzad-0/+10
2019-05-18Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakisbors-0/+1
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+1
2019-05-14Fix incremental compilation of cdylib emitting spurious unused_attributes lintOliver Scherer-0/+10
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-2/+2
2019-05-10Auto merge of #59288 - Centril:hir-if-to-match, r=oli-obkbors-2/+2
2019-05-10Various test changesMazdak Farrokhzad-2/+2
2019-05-10add regression test for #60629Marcel Hellwig-0/+10
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-23Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytmbors-7/+0
2019-04-22Remove leading newlinesvarkor-1/+0
2019-04-22Remove double trailing newlinesvarkor-7/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-4/+4
2019-03-30Update testsJohn Kåre Alsaker-184/+184