| Age | Commit message (Expand) | Author | Lines |
| 2023-12-11 | remove some redundant clones | Matthias Krüger | -4/+4 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -3/+42 |
| 2023-12-11 | Rollup merge of #118835 - Urgau:fix-rccg-gcc-tests, r=matthiaskrgr | Matthias Krüger | -1/+1 |
| 2023-12-11 | Rollup merge of #118822 - Nadrieril:librarify, r=compiler-errors | Matthias Krüger | -2460/+2588 |
| 2023-12-11 | Rollup merge of #118818 - krasimirgg:llvm-18-pass, r=nikic | Matthias Krüger | -0/+4 |
| 2023-12-11 | Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errors | Matthias Krüger | -76/+154 |
| 2023-12-11 | Rollup merge of #118620 - petrochenkov:defeed2, r=compiler-errors | Matthias Krüger | -39/+31 |
| 2023-12-11 | Fix rustc codegen gcc tests | Urgau | -1/+1 |
| 2023-12-11 | Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin | bors | -31/+28 |
| 2023-12-11 | Add support for `--env` on `tracked_env::var` | Guillaume Gomez | -0/+4 |
| 2023-12-11 | Remove dead codes | r0cky | -17/+0 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -9/+249 |
| 2023-12-11 | Auto merge of #118823 - GuillaumeGomez:rollup-6v51gxv, r=GuillaumeGomez | bors | -538/+438 |
| 2023-12-11 | Fix doc links | Nadrieril | -22/+22 |
| 2023-12-11 | Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki | Guillaume Gomez | -538/+438 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -61/+37 |
| 2023-12-11 | Fix item visibilities | Nadrieril | -31/+27 |
| 2023-12-11 | Make `MaybeInfiniteInt` rustc-independent | Nadrieril | -34/+59 |
| 2023-12-11 | Move lints to their own module | Nadrieril | -302/+347 |
| 2023-12-11 | Gather rustc-specific functions around `MatchCheckCtxt` | Nadrieril | -900/+903 |
| 2023-12-11 | Extract exhaustiveness into its own crate | Nadrieril | -900/+959 |
| 2023-12-11 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2023-12-11 | Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubilee | bors | -3/+24 |
| 2023-12-11 | Auto merge of #118494 - nnethercote:default_configuration-fill_well_known, r=... | bors | -154/+175 |
| 2023-12-10 | Apply suggestions from code review | Ben Kimock | -3/+2 |
| 2023-12-11 | Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrum | bors | -0/+2 |
| 2023-12-11 | Auto merge of #114571 - nnethercote:improve-print_tts, r=petrochenkov | bors | -182/+354 |
| 2023-12-11 | Rearrange `default_configuration` and `CheckCfg::fill_well_known`. | Nicholas Nethercote | -154/+175 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -141/+204 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -60/+169 |
| 2023-12-10 | Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstrieb | bors | -3/+55 |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -538/+438 |
| 2023-12-10 | Auto merge of #118791 - saethlin:use-immediate-type, r=nikic | bors | -1/+1 |
| 2023-12-10 | Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki | bors | -2/+8 |
| 2023-12-10 | Implement `--env` compiler flag | Guillaume Gomez | -3/+55 |
| 2023-12-10 | fix clippy | Deadbeef | -10/+9 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -235/+84 |
| 2023-12-10 | clean up leftover FIXME | Deadbeef | -30/+5 |
| 2023-12-10 | fix tests | Deadbeef | -1/+2 |
| 2023-12-10 | Revert "Don't print host effect param in pretty path_generic_args" | Deadbeef | -44/+40 |
| 2023-12-10 | filter out trailing effect param in `own_args_no_defaults` | Deadbeef | -0/+2 |
| 2023-12-10 | fix host param for `PartialEq` | Deadbeef | -2/+5 |
| 2023-12-10 | Auto merge of #118788 - compiler-errors:const-pretty, r=fee1-dead | bors | -52/+60 |
| 2023-12-10 | remove redundant imports | surechen | -235/+84 |
| 2023-12-09 | Use immediate_backend_type when reading from a const alloc | Ben Kimock | -1/+1 |
| 2023-12-09 | Auto merge of #118308 - Nadrieril:sound-exhaustive-patterns-take-3, r=compile... | bors | -320/+696 |
| 2023-12-09 | Print constness in TraitPredPrintModifiersAndPath | Michael Goulet | -3/+6 |
| 2023-12-09 | s/const_effect/host_effect | Michael Goulet | -9/+10 |
| 2023-12-09 | Don't print host effect param in pretty path_generic_args | Michael Goulet | -40/+44 |
| 2023-12-09 | report_not_const_evaluatable_error to avoid ICEing on ConstKind::Expr | Lenko Donchev | -13/+23 |