| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -65/+8 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-04-20 | Remove mutable_borrow_reservation_conflict lint | Jack Huey | -65/+8 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -3/+3 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -10/+11 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -4/+4 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -3/+3 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -3/+3 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -4/+4 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -2/+4 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+5 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -11/+11 |
| 2022-02-27 | 3 - Make more use of let_chains | Caio | -11/+10 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -9/+19 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -7/+17 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-23 | Introduce `ChunkedBitSet` and use it for some dataflow analyses. | Nicholas Nethercote | -2/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -4/+1 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -52/+107 |
| 2022-02-11 | implement tainted_by_errors in mir borrowck | Michael Goulet | -11/+29 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -3/+2 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -1/+0 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -0/+1 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -2/+3 |
| 2022-02-02 | More let_else adoptions | est31 | -3/+2 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -2/+3 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -72/+8 |
| 2022-01-12 | Remove no longer used `MutateMode` enum | Tomasz Miąsko | -38/+8 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -35/+1 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -1/+1 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -4/+0 |
| 2021-12-15 | Remove in_band_lifetimes from borrowck | Dániel Buga | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -0/+1 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -1/+0 |
| 2021-10-28 | Auto merge of #90281 - xldenis:public-borrow-set, r=nikomatsakis | bors | -1/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-25 | Add BorrowSet to public api | Xavier Denis | -1/+1 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-10-20 | Remove NullOp::Box | Gary Guo | -4/+0 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -0/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -1/+1 |