| Age | Commit message (Expand) | Author | Lines |
| 2022-08-30 | Change fatal diagnostic to an error. | JeanCASPAR | -1/+7 |
| 2022-08-27 | remove span_fatal from ast_lowering | Jean CASPAR | -3/+14 |
| 2022-08-27 | Auto merge of #100732 - dpaoliello:import_name_type, r=wesleywiser | bors | -40/+216 |
| 2022-08-27 | Auto merge of #101064 - compiler-errors:rollup-fwm5m5f, r=compiler-errors | bors | -927/+2402 |
| 2022-08-26 | Rollup merge of #100900 - AndyJado:diag-migrate, r=davidtwco | Michael Goulet | -76/+211 |
| 2022-08-26 | Rollup merge of #100890 - adriantombu:migrate_diagnostic_rustc_driver, r=davi... | Michael Goulet | -12/+94 |
| 2022-08-26 | Rollup merge of #100836 - hampuslidin:migrate-attr-crate-diagnostics, r=david... | Michael Goulet | -217/+621 |
| 2022-08-26 | Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwco | Michael Goulet | -5/+22 |
| 2022-08-26 | Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwco | Michael Goulet | -124/+297 |
| 2022-08-26 | Rollup merge of #100744 - 5225225:migrate-rustc-mir-dataflow, r=davidtwco | Michael Goulet | -22/+126 |
| 2022-08-26 | Rollup merge of #100738 - nidnogg:diagnostics_migr_const_eval, r=davidtwco | Michael Goulet | -115/+228 |
| 2022-08-26 | Rollup merge of #100735 - Facel3ss1:ty-utils-translation, r=davidtwco | Michael Goulet | -94/+207 |
| 2022-08-26 | Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost... | Michael Goulet | -262/+596 |
| 2022-08-26 | Auto merge of #100043 - RalfJung:scalar-always-init, r=RalfJung | bors | -506/+224 |
| 2022-08-26 | Auto merge of #101039 - ouz-a:issue-100991, r=compiler-errors | bors | -1/+4 |
| 2022-08-26 | Don't catch overflow when running with cargo doc | ouz-a | -1/+4 |
| 2022-08-26 | remove now-unused ScalarMaybeUninit | Ralf Jung | -134/+1 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -318/+209 |
| 2022-08-26 | remove some now-unnecessary parameters from check_bytes | Ralf Jung | -31/+7 |
| 2022-08-26 | remove enforce_number_init machine hook that Miri no longer needs | Ralf Jung | -24/+8 |
| 2022-08-26 | fix an outdated machine hook name | Ralf Jung | -7/+7 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -40/+216 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -18/+135 |
| 2022-08-26 | Migrate rustc_ty_utils to use SessionDiagnostic | Peter Medus | -94/+207 |
| 2022-08-26 | Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillot | bors | -141/+179 |
| 2022-08-26 | Auto merge of #100705 - compiler-errors:issue-100620, r=oli-obk | bors | -3/+10 |
| 2022-08-26 | diag-mig | AndyJado | -76/+211 |
| 2022-08-26 | Rollup merge of #100978 - nnethercote:fix-100948, r=petrochenkov | Yuki Okushi | -1/+3 |
| 2022-08-26 | Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se | Yuki Okushi | -17/+11 |
| 2022-08-26 | Rollup merge of #100034 - tmiasko:elaborate-box-derefs, r=oli-obk | Yuki Okushi | -142/+75 |
| 2022-08-26 | Rollup merge of #99920 - emarteca:custom-allocator-support, r=oli-obk | Yuki Okushi | -11/+16 |
| 2022-08-26 | Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank | Yuki Okushi | -10/+23 |
| 2022-08-25 | Auto merge of #100748 - SparrowLii:query_depth, r=cjgillot | bors | -54/+83 |
| 2022-08-25 | Adding support for rustc_serialize encode and decode for Box and Vec that use... | Ellen Arteca | -11/+16 |
| 2022-08-25 | Code cleaning | Adrian Tombu | -10/+9 |
| 2022-08-25 | Replace spaghetti with a simple errors enum | Adrian Tombu | -77/+65 |
| 2022-08-25 | Start adding enum errors for deserialize_rlink | Adrian Tombu | -10/+76 |
| 2022-08-25 | Use std::io::Error and remove useless to_string | Adrian Tombu | -6/+6 |
| 2022-08-25 | Fixes fmt & SessionDiagnostic structs | Adrian Tombu | -31/+9 |
| 2022-08-25 | Start moving rustc_driver to SessionDiagnostic | Adrian Tombu | -5/+56 |
| 2022-08-25 | Inline trivial `From<Local> for Place<'_>` impl | Tomasz Miąsko | -0/+1 |
| 2022-08-25 | Add method that applies DefUse effect | Tomasz Miąsko | -15/+11 |
| 2022-08-25 | Elaborate all box dereferences in `ElaborateBoxDerefs` | Tomasz Miąsko | -102/+9 |
| 2022-08-25 | Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errors | bors | -108/+236 |
| 2022-08-25 | Auto merge of #100436 - jyn514:macro-query-system, r=cjgillot | bors | -113/+120 |
| 2022-08-25 | Fix liveness analysis for yield terminators | Tomasz Miąsko | -32/+61 |
| 2022-08-25 | Auto merge of #100977 - JohnTitor:rollup-8hc7rxh, r=JohnTitor | bors | -1356/+2522 |
| 2022-08-25 | Handle `Err` in `ast::LitKind::to_token_lit`. | Nicholas Nethercote | -1/+3 |
| 2022-08-24 | Auto merge of #99946 - tmiasko:elide-storage-makers, r=oli-obk | bors | -49/+14 |
| 2022-08-25 | Rollup merge of #100964 - bjorn3:sync_cg_clif-2022-08-24, r=bjorn3 | Yuki Okushi | -1259/+2293 |