| Age | Commit message (Expand) | Author | Lines |
| 2023-12-06 | Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgr | bors | -56/+689 |
| 2023-12-06 | Rollup merge of #118516 - celinval:smir-variants, r=ouz-a | Matthias Krüger | -53/+430 |
| 2023-12-06 | Rollup merge of #117874 - esp-rs:riscv3264imafc-unknown-none-elf, r=davidtwco | Matthias Krüger | -0/+25 |
| 2023-12-06 | Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-... | Matthias Krüger | -3/+234 |
| 2023-12-07 | Add emulated TLS support | quininer | -27/+62 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -76/+42 |
| 2023-12-06 | tip for define macro name after `macro_rules!` | bohan | -4/+18 |
| 2023-12-06 | Auto merge of #118595 - Zalathar:visible-macro, r=TaKO8Ki | bors | -18/+20 |
| 2023-12-06 | Use the glob binding in resolve_rustdoc_path process | r0cky | -0/+3 |
| 2023-12-06 | privacy: Simplify `update_macro_reachable` | Vadim Petrochenkov | -32/+9 |
| 2023-12-06 | Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ... | bors | -4/+58 |
| 2023-12-06 | Point out shadowed associated types | TheLazyDutchman | -4/+58 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -1/+1 |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -8/+246 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -517/+399 |
| 2023-12-06 | Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviper | bors | -1/+1 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -8/+24 |
| 2023-12-05 | Reduce verbosity of error | Esteban Küber | -16/+21 |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -3/+69 |
| 2023-12-05 | Point at fewer methods in the chain, only those that change the E type | Esteban Küber | -29/+47 |
| 2023-12-05 | Provide context when `?` can't be called because of `Result<_, E>` | Esteban Küber | -1/+143 |
| 2023-12-06 | Fewer early errors. | Nicholas Nethercote | -38/+56 |
| 2023-12-05 | Change ty_with_args to return Ty instead of Result | Celina G. Val | -33/+33 |
| 2023-12-05 | Enable new capture rules by default on edition 2024 | Michael Goulet | -0/+1 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -2/+7 |
| 2023-12-05 | Rollup merge of #118587 - nnethercote:cleanup-error-handlers-2, r=compiler-er... | Michael Goulet | -466/+251 |
| 2023-12-05 | Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errors | Michael Goulet | -10/+12 |
| 2023-12-05 | Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=... | Michael Goulet | -5/+57 |
| 2023-12-05 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -29/+64 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -7/+15 |
| 2023-12-05 | Auto merge of #118457 - eholk:genfn, r=compiler-errors | bors | -207/+316 |
| 2023-12-05 | resolve: Use `def_kind` query to cleanup some code | Vadim Petrochenkov | -39/+31 |
| 2023-12-05 | Add more | Michael Goulet | -10/+10 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -19/+54 |
| 2023-12-05 | Continue folding if deep normalizer fails | Michael Goulet | -14/+40 |
| 2023-12-05 | Add deeply_normalize_for_diagnostics, use it in coherence | Michael Goulet | -4/+30 |
| 2023-12-05 | Auto merge of #118646 - matthiaskrgr:rollup-jnscl9z, r=matthiaskrgr | bors | -34/+76 |
| 2023-12-05 | Rollup merge of #118637 - Enselic:query-instability-2, r=cjgillot | Matthias Krüger | -3/+7 |
| 2023-12-05 | Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e... | Matthias Krüger | -0/+25 |
| 2023-12-05 | Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d... | Matthias Krüger | -21/+9 |
| 2023-12-05 | Rollup merge of #117922 - estebank:unclosed-generics, r=b-naber | Matthias Krüger | -10/+35 |
| 2023-12-05 | Auto merge of #118488 - andjo403:remove_deadlock, r=SparrowLii | bors | -16/+7 |
| 2023-12-05 | Remove deprecated --check-cfg names() and values() syntax | Urgau | -157/+83 |
| 2023-12-05 | Update unexpected_cfgs lint definition with new syntax and diagnostics | Urgau | -5/+6 |
| 2023-12-05 | Use new check-cfg syntax in rustc_llvm build script | Urgau | -1/+1 |
| 2023-12-05 | Add riscv32 imafc bare metal target | Scott Mabin | -0/+25 |
| 2023-12-05 | coverage: Be more strict about what counts as a "visible macro" | Zalathar | -12/+10 |
| 2023-12-05 | coverage: Clean up `maybe_push_macro_name_span` | Zalathar | -6/+10 |
| 2023-12-05 | Auto merge of #118076 - estebank:issue-109429, r=davidtwco | bors | -53/+316 |
| 2023-12-05 | rustc_symbol_mangling: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+0 |