| Age | Commit message (Expand) | Author | Lines |
| 2024-01-09 | Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obk | Matthias Krüger | -14/+45 |
| 2024-01-09 | Rollup merge of #118979 - ChrisDenton:unwrap-const, r=Nilstrieb,dtolnay | Matthias Krüger | -1/+8 |
| 2024-01-09 | Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnr | Matthias Krüger | -155/+27 |
| 2024-01-09 | Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3 | Matthias Krüger | -4/+8 |
| 2024-01-09 | Auto merge of #119754 - matthiaskrgr:rollup-7cht4m5, r=matthiaskrgr | bors | -228/+981 |
| 2024-01-09 | Rollup merge of #119740 - Mark-Simulacrum:drop-crossbeam, r=davidtwco | Matthias Krüger | -10/+8 |
| 2024-01-09 | Rollup merge of #119738 - esp-rs:esp32p4-espidf, r=Nilstrieb | Matthias Krüger | -0/+34 |
| 2024-01-09 | Rollup merge of #119725 - compiler-errors:has_effect_param, r=fmease | Matthias Krüger | -10/+13 |
| 2024-01-09 | Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=Nilstrieb | Matthias Krüger | -2/+110 |
| 2024-01-09 | Rollup merge of #119681 - Zalathar:anon-branch, r=clubby789 | Matthias Krüger | -3/+93 |
| 2024-01-09 | Rollup merge of #119663 - petrochenkov:rmakefix, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-01-09 | Rollup merge of #119660 - RalfJung:const-ub-enum, r=oli-obk | Matthias Krüger | -140/+6 |
| 2024-01-09 | Rollup merge of #119598 - Laura7089:fix/deref-typo, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-01-09 | Rollup merge of #119033 - Zalathar:unicode, r=davidtwco | Matthias Krüger | -20/+200 |
| 2024-01-09 | Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe... | Matthias Krüger | -39/+513 |
| 2024-01-08 | Auto merge of #119606 - nnethercote:consuming-emit, r=oli-obk | bors | -1275/+952 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -155/+27 |
| 2024-01-08 | fix the incorrect target on stage1 ui-fulldeps tests | onur-ozkan | -2/+7 |
| 2024-01-08 | detect user-specified custom targets in compiletest | onur-ozkan | -12/+33 |
| 2024-01-08 | enable RUSTC_BOOTSTRAP on panic=abort mir-opt test | onur-ozkan | -0/+5 |
| 2024-01-08 | Add riscv32imafc-esp-espidf target for the ESP32-P4. | Scott Mabin | -0/+34 |
| 2024-01-08 | coverage: `llvm-cov` expects column numbers to be bytes, not code points | Zalathar | -26/+111 |
| 2024-01-08 | Improved support of collapse_debuginfo attribute for macros. | Andrew Zhogin | -39/+513 |
| 2024-01-08 | coverage: Allow `make_code_region` to fail | Zalathar | -6/+12 |
| 2024-01-08 | coverage: Test for column numbers involving non-ASCII characters | Zalathar | -0/+89 |
| 2024-01-08 | Fix 2 variable binding issues in let_underscore | yukang | -2/+110 |
| 2024-01-08 | Remove `{DiagCtxt,DiagCtxtInner}::emit_diagnostic_without_consuming`. | Nicholas Nethercote | -24/+8 |
| 2024-01-08 | Remove `DiagnosticBuilderState`. | Nicholas Nethercote | -143/+74 |
| 2024-01-08 | Make `emit_producing_{guarantee,nothing}` consuming. | Nicholas Nethercote | -9/+9 |
| 2024-01-08 | Remove `DiagnosticBuilder::delay_as_bug_without_consuming`. | Nicholas Nethercote | -22/+18 |
| 2024-01-08 | Remove `DiagnosticBuilder::emit_without_consuming`. | Nicholas Nethercote | -7/+1 |
| 2024-01-08 | Remove a fourth `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -31/+21 |
| 2024-01-08 | Remove a third `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -1/+0 |
| 2024-01-08 | Remove a second `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -39/+30 |
| 2024-01-08 | Remove a `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -4/+7 |
| 2024-01-08 | Remove all eight `DiagnosticBuilder::*_with_code` methods. | Nicholas Nethercote | -180/+84 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -183/+193 |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -369/+223 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -312/+329 |
| 2024-01-08 | Auto merge of #119693 - petrochenkov:cachemark, r=cjgillot | bors | -5/+14 |
| 2024-01-08 | Add helper for when we want to know if an item has a host param | Michael Goulet | -10/+13 |
| 2024-01-08 | Remove `Clone` impl for `DiagnosticBuilder`. | Nicholas Nethercote | -1/+5 |
| 2024-01-07 | Remove crossbeam-channel | Mark Rousskov | -10/+8 |
| 2024-01-08 | macro_rules: Add an expansion-local cache to span marker | Vadim Petrochenkov | -5/+14 |
| 2024-01-08 | Auto merge of #119722 - matthiaskrgr:rollup-y6w3c9h, r=matthiaskrgr | bors | -597/+1499 |
| 2024-01-08 | Rollup merge of #119711 - Nilstrieb:makewtf, r=WaffleLapkin | Matthias Krüger | -8/+0 |
| 2024-01-08 | Rollup merge of #119708 - compiler-errors:pointer-like, r=Nilstrieb | Matthias Krüger | -2/+38 |
| 2024-01-08 | Rollup merge of #119705 - fmease:tilde-const-assoc-fns-trait-impls, r=compile... | Matthias Krüger | -30/+65 |
| 2024-01-08 | Rollup merge of #119703 - compiler-errors:impl-trait-tweaks, r=fmease | Matthias Krüger | -182/+292 |
| 2024-01-08 | Rollup merge of #116129 - fu5ha:better-pin-docs-2, r=Amanieu | Matthias Krüger | -375/+1104 |