| Age | Commit message (Expand) | Author | Lines |
| 2023-10-01 | Auto merge of #116224 - nnethercote:rustc_arena-overhaul, r=cjgillot | bors | -73/+51 |
| 2023-10-01 | Remove outdated comment. | Camille GILLOT | -2/+0 |
| 2023-10-01 | Rename lint pass. | Camille GILLOT | -7/+7 |
| 2023-10-01 | Do not check for impossible predicates in const-prop lint. | Camille GILLOT | -37/+0 |
| 2023-10-01 | Use DefKind to check for generator. | Camille GILLOT | -4/+4 |
| 2023-10-01 | implement major change tracking for the bootstrap configuration | onur-ozkan | -2/+2 |
| 2023-10-01 | Remove unnecessary `pub`s. | Nicholas Nethercote | -3/+3 |
| 2023-10-01 | Rename two parsing closures. | Nicholas Nethercote | -11/+12 |
| 2023-10-01 | Minor comment and whitespace tweaks. | Nicholas Nethercote | -51/+53 |
| 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-09-30 | Validate `~const` trait bounds on associated fns. | Raekye | -22/+34 |
| 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 | add some docs to hooks/mod.rs | Ralf Jung | -0/+5 |
| 2023-09-30 | add span to terminator | ouz-a | -39/+76 |
| 2023-09-30 | create localdecl and add span to it | ouz-a | -2/+15 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -72/+45 |
| 2023-09-30 | dont call mir.post_mono_checks in codegen | Ralf Jung | -79/+21 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -24/+128 |
| 2023-09-30 | Fix broken links | cui fliter | -3/+3 |
| 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 | Only trigger refine lint on reachable traits | Michael Goulet | -2/+6 |
| 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 | specialization: use clause | lcnr | -37/+23 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -64/+58 |
| 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 | On type error of closure call argument, point at earlier calls that affected ... | Esteban Küber | -2/+69 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -135/+6 |