| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | Bring back generic FieldIdx | Lukas Wirth | -104/+113 |
| 2023-10-02 | Unglob rustc_abi imports | Lukas Wirth | -12/+24 |
| 2023-10-02 | Replace `HashMap` with `IndexMap` in pattern binding resolve | Nilstrieb | -20/+18 |
| 2023-10-02 | Rollup merge of #116340 - lcnr:early-binder-skip_binder, r=compiler-errors | Matthias Krüger | -2/+7 |
| 2023-10-02 | Rollup merge of #116313 - nnethercote:rustc_abi, r=the8472 | Matthias Krüger | -71/+74 |
| 2023-10-02 | Tidy | Chinedu Francis Nwafili | -6/+1 |
| 2023-10-02 | Tidy | Chinedu Francis Nwafili | -12/+2 |
| 2023-10-02 | Address misc feedback | Chinedu Francis Nwafili | -18/+19 |
| 2023-10-02 | `skip_binder` to `instantiate_identity` | lcnr | -2/+7 |
| 2023-10-02 | Limit to LLVM 17.0.2 to work around WinEH codegen bug | Nikita Popov | -4/+10 |
| 2023-10-02 | Reapply: Mark drop calls in landing pads cold instead of noinline | Erik Desjardins | -12/+10 |
| 2023-10-02 | remove another unused Key impl | Ralf Jung | -9/+0 |
| 2023-10-02 | Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-10-02 | remove Key impls for types that involve an AllocId | Ralf Jung | -24/+0 |
| 2023-10-02 | MIRI -> Miri | Ralf Jung | -1/+1 |
| 2023-10-02 | Fix a comment. | Nicholas Nethercote | -2/+2 |
| 2023-10-02 | Factor out common token generation in `fluent_messages`. | Nicholas Nethercote | -38/+20 |
| 2023-10-02 | Name some local variables more consistently. | Nicholas Nethercote | -6/+6 |
| 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 | 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 |