| Age | Commit message (Expand) | Author | Lines |
| 2023-12-01 | Clarify the `lockfile` field in `IncrCompSession`. | Nicholas Nethercote | -3/+6 |
| 2023-12-01 | Remove unused field from `IncrCompSession`. | Nicholas Nethercote | -11/+5 |
| 2023-12-01 | Move `WasiExecModel`. | Nicholas Nethercote | -7/+7 |
| 2023-12-01 | Reduce `pub` exposure. | Nicholas Nethercote | -7/+5 |
| 2023-11-30 | Auto merge of #117805 - estebank:arg-fn-mismatch, r=petrochenkov | bors | -61/+253 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -74/+74 |
| 2023-11-30 | Fix SwitchTarget pretty print | Celina G. Val | -4/+1 |
| 2023-11-30 | Change SwitchTarget representation | Celina G. Val | -44/+72 |
| 2023-11-30 | Auto merge of #15993 - meowtec:fix/workspaces-debug-cwd, r=Veykril | bors | -11/+30 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -9/+215 |
| 2023-11-30 | Auto merge of #118448 - ZetaNumbers:link_arg_attribute, r=petrochenkov | bors | -26/+114 |
| 2023-11-30 | rustdoc: `div.where` instead of fmt-newline class | Michael Howell | -49/+41 |
| 2023-11-30 | Do not check twice whether `qpath` is a `QPath::TypeRelative` variant | Samuel Tardieu | -12/+10 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -26/+114 |
| 2023-11-30 | explain a good reason for why LocalValue does not store the type of the local | Ralf Jung | -0/+3 |
| 2023-11-30 | Allow `allow`ing `upper_case_acronyms` on enum variants | clubby789 | -14/+41 |
| 2023-11-30 | Auto merge of #15994 - ChayimFriedman2:err-comma-after-fus, r=Veykril | bors | -0/+81 |
| 2023-11-30 | Auto merge of #3197 - RalfJung:rustup, r=RalfJung | bors | -2627/+5730 |
| 2023-11-30 | Auto merge of #11896 - samueltardieu:issue-11893, r=Alexendoo | bors | -44/+85 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -15/+87 |
| 2023-11-30 | give macOS some extra time, it needs that | Ralf Jung | -1/+1 |
| 2023-11-30 | move some validity-related tests into subdir | Ralf Jung | -8/+8 |
| 2023-11-30 | Auto merge of #15971 - Young-Flash:fix_match_arm, r=lnicola | bors | -12/+32 |
| 2023-11-30 | move 'uninit' tests into common directory | Ralf Jung | -2/+4 |
| 2023-11-30 | Err for comma after functional update syntax | Chayim Refael Friedman | -0/+81 |
| 2023-11-30 | update: filter out syntax error in test | Young-Flash | -3/+8 |
| 2023-11-30 | rustc_codegen_llvm: remove outdated count in comment | Miguel Ojeda | -1/+1 |
| 2023-11-30 | Debug use cargo workspace root as cwd. fixes #13022 | meowtec | -11/+30 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -15/+87 |
| 2023-11-30 | Auto merge of #11872 - llogiq:test-attr-in-doctest, r=xFrednet | bors | -17/+172 |
| 2023-11-30 | Merge from rustc | Ralf Jung | -2615/+5716 |
| 2023-11-30 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-30 | Auto merge of #118473 - matthiaskrgr:rollup-q96bm3u, r=matthiaskrgr | bors | -154/+188 |
| 2023-11-30 | Rollup merge of #118464 - wesleywiser:fix_dispose_ordering, r=Nilstrieb | Matthias Krüger | -6/+18 |
| 2023-11-30 | Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau... | Matthias Krüger | -63/+63 |
| 2023-11-30 | Rollup merge of #118456 - aDotInTheVoid:unused-symbols, r=WaffleLapkin | Matthias Krüger | -27/+0 |
| 2023-11-30 | Rollup merge of #118453 - estebank:priv-fields, r=compiler-errors | Matthias Krüger | -7/+8 |
| 2023-11-30 | Rollup merge of #118452 - notriddle:coloncolonspace, r=GuillaumeGomez,jsha | Matthias Krüger | -51/+99 |
| 2023-11-30 | Auto merge of #118408 - RalfJung:aggregate-assign-uninit, r=saethlin | bors | -60/+114 |
| 2023-11-30 | rename [`blocks_in_if_conditions`] to [`blocks_in_conditions`]; | J-ZhengLi | -115/+178 |
| 2023-11-30 | expending lint [`blocks_in_if_conditions`] to check match expr as well | J-ZhengLi | -64/+106 |
| 2023-11-30 | Inline and remove `select_debuginfo_compression`. | Nicholas Nethercote | -9/+1 |
| 2023-11-30 | Sort `PRINT_KINDS`. | Nicholas Nethercote | -14/+16 |
| 2023-11-30 | Improve integer interning in `default_configuration`. | Nicholas Nethercote | -10/+9 |
| 2023-11-30 | Move `is_ascii_ident` to where it's used. | Nicholas Nethercote | -13/+13 |
| 2023-11-30 | Update a comment. | Nicholas Nethercote | -1/+1 |
| 2023-11-30 | Remove unused `FileMatch`. | Nicholas Nethercote | -6/+0 |
| 2023-11-30 | Move `MetadataLoader{,Dyn}` to `rustc_metadata`. | Nicholas Nethercote | -28/+21 |
| 2023-11-30 | Reorder some `use` items. | Nicholas Nethercote | -10/+6 |
| 2023-11-30 | Remove unused features. | Nicholas Nethercote | -2/+0 |