| Age | Commit message (Expand) | Author | Lines |
| 2023-11-06 | Auto merge of #117578 - compiler-errors:derive-encode-in-rustc_type_ir, r=dav... | bors | -486/+31 |
| 2023-11-06 | warn when using an unstable feature with -Ctarget-feature | Ralf Jung | -21/+50 |
| 2023-11-06 | Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwco | bors | -2/+24 |
| 2023-11-06 | Auto merge of #117585 - dnbln:feat/move-kw-span, r=cjgillot | bors | -13/+37 |
| 2023-11-06 | use portable AtomicU64 for powerPC and MIPS | SparrowLii | -2/+24 |
| 2023-11-05 | Make the randomize feature of rustc_abi additive | hkalbasi | -9/+7 |
| 2023-11-05 | Update doc comment for CodegenBackend::link | bjorn3 | -5/+1 |
| 2023-11-05 | Use the actual computed crate name for -Zprint-vtable-sizes | bjorn3 | -3/+3 |
| 2023-11-05 | Don't steal the parse query when using --pretty | bjorn3 | -3/+7 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -2/+14 |
| 2023-11-05 | Rollup merge of #117588 - bjorn3:remove_unused_error_variant, r=cjgillot | Matthias Krüger | -18/+1 |
| 2023-11-05 | Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726 | bors | -32/+15 |
| 2023-11-04 | Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgr | bors | -17/+21 |
| 2023-11-04 | Use the correct span when emitting the `env!` result | Thom Chiovoloni | -1/+1 |
| 2023-11-04 | Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillot | Matthias Krüger | -9/+9 |
| 2023-11-04 | Rollup merge of #117570 - bvanjoi:fix-117547, r=cjgillot | Matthias Krüger | -8/+12 |
| 2023-11-04 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -32/+15 |
| 2023-11-04 | Remove unused LoadResult::DecodeIncrCache variant | bjorn3 | -18/+1 |
| 2023-11-04 | Add the vis.visit_capture_by() in noop_visit_expr | Dinu Blanovschi | -1/+2 |
| 2023-11-04 | add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs | Dinu Blanovschi | -0/+13 |
| 2023-11-04 | De-indent closing bracket | George Bateman | -1/+1 |
| 2023-11-04 | fixes for rustfmt + ast visitor | Dinu Blanovschi | -1/+5 |
| 2023-11-04 | Auto merge of #113343 - saethlin:looser-alignment, r=RalfJung | bors | -51/+54 |
| 2023-11-04 | fmt | Dinu Blanovschi | -4/+4 |
| 2023-11-04 | Fix remaining uses of `CaptureBy::Value` | Dinu Blanovschi | -9/+9 |
| 2023-11-04 | feat(hir): Store the `Span` of the `move` keyword | Dinu Blanovschi | -2/+8 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -9/+9 |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -51/+54 |
| 2023-11-04 | Derive TyEncodable/TyDecodable implementations that are parameterized over in... | Michael Goulet | -486/+31 |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -8/+12 |
| 2023-11-04 | Suggest to set lint level on whole match | Nadrieril | -16/+37 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -21/+49 |
| 2023-11-04 | Rollup merge of #117554 - durin42:llvm-delete-dead-zext-code, r=nikic | Takayuki Maeda | -10/+1 |
| 2023-11-04 | Rollup merge of #117550 - cuviper:try_par_for_each_in, r=est31 | Takayuki Maeda | -7/+6 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -434/+400 |
| 2023-11-04 | traverse region graph instead of SCCs to compute polonius loan scopes | Rémy Rakic | -13/+14 |
| 2023-11-04 | Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more... | bors | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -322/+52 |
| 2023-11-03 | consts: remove dead code around `i1` constant values | Augie Fackler | -10/+1 |
| 2023-11-03 | Make `FatalErrorMarker` lower priority than other panics | John Kåre Alsaker | -14/+30 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -6/+1 |
| 2023-11-03 | Accumulate let chains alongside the visit | Nadrieril | -76/+78 |
| 2023-11-03 | enable feature gate in E0795.md | George Bateman | -2/+2 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -9/+8 |
| 2023-11-03 | Use `filter_map` in `try_par_for_each_in` | Josh Stone | -7/+6 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -166/+103 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -0/+12 |
| 2023-11-03 | clone less | Matthias Krüger | -2/+2 |
| 2023-11-03 | Rollup merge of #117505 - estebank:issue-117501, r=TaKO8Ki | Matthias Krüger | -0/+2 |
| 2023-11-03 | default Aggregate ABI to Indirect, and make sure it's never used for unsized | Ralf Jung | -23/+113 |