| Age | Commit message (Expand) | Author | Lines |
| 2021-11-08 | impl Copy/Clone for arrays in std, not in compiler | bstrie | -149/+0 |
| 2021-11-06 | Rollup merge of #90649 - cjgillot:reveal-all-2, r=lcnr | Matthias Krüger | -1/+1 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -8/+6 |
| 2021-11-06 | Run reveal_all on MIR more often. | Camille GILLOT | -1/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-10-24 | Auto merge of #90235 - matthiaskrgr:rollup-7pqtevk, r=matthiaskrgr | bors | -0/+1 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-24 | Auto merge of #85254 - cjgillot:reveal-mir, r=lcnr | bors | -1/+61 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-10-22 | Auto merge of #89893 - camsteffen:redundant-dump-enabled, r=matthewjasper | bors | -29/+7 |
| 2021-10-21 | Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk | Yuki Okushi | -7/+4 |
| 2021-10-19 | Replace FnLikeNode by FnKind. | Camille GILLOT | -7/+4 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -16/+8 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -10/+6 |
| 2021-10-17 | Fix remove_unneeded_drops pass. | Camille GILLOT | -1/+1 |
| 2021-10-17 | Normalize MIR with RevealAll before optimizations. | Camille GILLOT | -0/+60 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -16/+8 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-14 | Inline on_mir_pass and add inline to dump_mir | Cameron Steffen | -27/+7 |
| 2021-10-14 | Allow to hash HIR for coverage. | Camille GILLOT | -10/+6 |
| 2021-10-14 | Remove redundant dump_enabled check | Cameron Steffen | -4/+2 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -3/+2 |
| 2021-10-06 | opt-level >= 4 | Alexander | -3/+3 |
| 2021-10-06 | fix import | Alexander | -1/+1 |
| 2021-10-06 | reset and cleanup | Alexander | -0/+289 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -1/+2 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -1/+1 |
| 2021-10-04 | Auto merge of #89489 - FabianWolff:issue-89485, r=oli-obk | bors | -8/+34 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -1/+1 |
| 2021-10-03 | Disable `SimplifyBranchSame` optimization for now | Fabian Wolff | -0/+6 |
| 2021-10-03 | Update comments | Fabian Wolff | -8/+18 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+2 |
| 2021-10-03 | Fix unsound optimization with explicit variant discriminants | Fabian Wolff | -4/+14 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -4/+2 |
| 2021-10-01 | Rollup merge of #89415 - wesleywiser:inliner_caller_callsite_message, r=micha... | Manish Goregaokar | -1/+1 |
| 2021-09-30 | Correct caller/callsite confusion in inliner message | Wesley Wiser | -1/+1 |
| 2021-09-29 | Move body_owners to tcx.hir(). | Camille GILLOT | -1/+1 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -3/+1 |
| 2021-09-28 | Rebase resume argument projections during state transform | Tomasz Miąsko | -2/+3 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -0/+4 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+4 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -2/+2 |
| 2021-09-18 | Do not collapse goto chains beginning with the start block | Tomasz Miąsko | -25/+0 |
| 2021-09-16 | Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearth | bors | -1/+1 |
| 2021-09-15 | Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass... | Will Crichton | -1/+1 |
| 2021-09-15 | Disable RemoveZsts in generators to avoid query cycles | Tomasz Miąsko | -0/+4 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -2/+7 |