| Age | Commit message (Expand) | Author | Lines |
| 2023-10-03 | Remove the `TypedArena::alloc_from_iter` specialization. | Nicholas Nethercote | -90/+45 |
| 2023-10-01 | Auto merge of #116281 - Nadrieril:eager-const-eval, r=cjgillot | bors | -124/+129 |
| 2023-10-01 | Move `eval_bits` optimization upstream | Nadrieril | -36/+16 |
| 2023-10-01 | Auto merge of #116259 - nnethercote:entry_point_type, r=cjgillot | bors | -44/+38 |
| 2023-10-01 | Auto merge of #116228 - bvanjoi:fix-116164, r=cjgillot | bors | -0/+4 |
| 2023-10-01 | Auto merge of #116224 - nnethercote:rustc_arena-overhaul, r=cjgillot | bors | -73/+51 |
| 2023-10-01 | Factor out the two `entry_point_type` functions. | Nicholas Nethercote | -42/+36 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -6/+9 |
| 2023-10-01 | Cleanup number literal evaluation | Nadrieril | -91/+102 |
| 2023-10-01 | No need to carry `bias` in `IntRange` | Nadrieril | -11/+5 |
| 2023-10-01 | Evaluate float consts eagerly | Nadrieril | -39/+59 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -72/+45 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -24/+128 |
| 2023-09-29 | Rollup merge of #116024 - ouz-a:smir_region, r=oli-obk | Matthias Krüger | -13/+121 |
| 2023-09-29 | Rollup merge of #112123 - bvanjoi:fix-98562, r=compiler-errors | Matthias Krüger | -28/+39 |
| 2023-09-29 | Remove deleted docs + better link together MIR traversing docs | Maybe Waffle | -2/+37 |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -17/+3 |
| 2023-09-29 | Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnr | bors | -25/+44 |
| 2023-09-29 | fix(suggestion): insert projection to associated types | bohan | -28/+39 |
| 2023-09-29 | Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-... | Matthias Krüger | -32/+57 |
| 2023-09-29 | Rollup merge of #116239 - cjgillot:issue-116212, r=WaffleLapkin | Matthias Krüger | -8/+4 |
| 2023-09-29 | Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=Nilstrieb | Matthias Krüger | -18/+8 |
| 2023-09-29 | Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-dead | Matthias Krüger | -0/+6 |
| 2023-09-29 | Change `depth` arg to `at_root`. | Nicholas Nethercote | -3/+3 |
| 2023-09-29 | Auto merge of #116089 - estebank:issue-115992-2, r=compiler-errors | bors | -22/+88 |
| 2023-09-29 | Auto merge of #115986 - onur-ozkan:fix-cross-compilation-lto-problem, r=wesle... | bors | -3/+18 |
| 2023-09-29 | Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errors | bors | -186/+64 |
| 2023-09-29 | Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-... | bors | -122/+227 |
| 2023-09-28 | Use `and_then` instead of while let chain to clarify `iter` scope | Maybe Waffle | -1/+1 |
| 2023-09-28 | Remove unnecessary `&mut/ref mut` pair | Maybe Waffle | -1/+1 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -32/+57 |
| 2023-09-28 | Don't resolve basic block data in `Postorder` | Maybe Waffle | -7/+6 |
| 2023-09-28 | `(&mut iter)` -> `iter.by_ref()` | Maybe Waffle | -1/+1 |
| 2023-09-28 | Simplify `Postorder::next` | Maybe Waffle | -6/+4 |
| 2023-09-28 | Remove `ReversePostorder` altogether | Maybe Waffle | -58/+0 |
| 2023-09-28 | Remove outdated comment | Maybe Waffle | -2/+1 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -135/+6 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -18/+8 |
| 2023-09-28 | Auto merge of #116199 - Urgau:simplify-invalid_ref_casting, r=cjgillot | bors | -112/+80 |
| 2023-09-28 | Only visit reachable nodes in SsaLocals. | Camille GILLOT | -8/+4 |
| 2023-09-28 | remove unimplemented | ouz-a | -1/+1 |
| 2023-09-28 | simplify visit | ouz-a | -28/+2 |
| 2023-09-28 | visit and fold ty::ref | ouz-a | -2/+8 |
| 2023-09-28 | simplify fold | ouz-a | -34/+3 |
| 2023-09-28 | change visit to fold for ty and reg | ouz-a | -5/+5 |
| 2023-09-28 | Add a mir validation check to prevent OpaqueCast after analysis passes finish | Oli Scherer | -0/+9 |
| 2023-09-28 | Skip reinterning if nothing changed | Oli Scherer | -9/+7 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -3/+24 |
| 2023-09-28 | Remove unnecessary generator-check, which also fixes the issue within async f... | Oli Scherer | -5/+0 |
| 2023-09-28 | Unconditionally run `RevealAll` pass and run it earlier | Oli Scherer | -5/+1 |