about summary refs log tree commit diff
path: root/src/test/mir-opt/packed-struct-drop-aligned.rs
AgeCommit message (Expand)AuthorLines
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-07Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.Ana-Maria Mihalache-0/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-44/+1
2020-03-19Use erased regions in MIRMatthew Jasper-2/+2
2019-11-27rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...Eduard-Mihai Burtescu-0/+1
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+1
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-1/+1
2019-05-21Handle the visibility/lint scope distinction betterMatthew Jasper-3/+1
2019-04-23rustc_mir: create the `let` and "remainder" scopes in source order.Eduard-Mihai Burtescu-1/+1
2019-04-23rustc_mir: pretty-print all locals into their respective scopes.Eduard-Mihai Burtescu-5/+5
2019-03-03Check which blocks are cleanup in mir-opt testsMatthew Jasper-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-26Update testsOliver Scherer-1/+1
2018-05-30rustc: use syntactic (instead of visibility) source info where appropriate.Eduard-Mihai Burtescu-1/+1
2017-12-03funnel all unwind paths through a single Resume blockAriel Ben-Yehuda-1/+1
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-0/+2
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-4/+4
2017-11-26fix codegen of drops of fields of packed structsAriel Ben-Yehuda-0/+68