| Age | Commit message (Expand) | Author | Lines |
| 2023-08-01 | [rustc_span][perf] Remove unnecessary string joins and allocs. | Taras Tsugrii | -2/+2 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -557/+222 |
| 2023-08-01 | Rollup merge of #114320 - ouz-a:smir_statements, r=oli-obk | Matthias Krüger | -15/+279 |
| 2023-08-01 | Rollup merge of #114306 - ttsugriy:push_str, r=wesleywiser | Matthias Krüger | -4/+3 |
| 2023-08-01 | Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obk | Matthias Krüger | -4/+4 |
| 2023-08-01 | Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naber | Matthias Krüger | -31/+136 |
| 2023-08-01 | Rollup merge of #114283 - oli-obk:parkin_lot_rwlock, r=SparrowLii | Matthias Krüger | -21/+7 |
| 2023-08-01 | Rollup merge of #113428 - Zalathar:operand, r=davidtwco | Matthias Krüger | -241/+154 |
| 2023-08-01 | clean up, use opaque types | ouz-a | -42/+53 |
| 2023-08-01 | Cover statements for stable_mir | ouz-a | -14/+267 |
| 2023-08-01 | Auto merge of #114318 - matthiaskrgr:rollup-c7gcw18, r=matthiaskrgr | bors | -3/+2 |
| 2023-08-01 | Improve diagnostic for wrong borrow on binary operations | Urgau | -31/+136 |
| 2023-08-01 | Always use parking_lot's RwLock, even without parallel compiler | Oli Scherer | -21/+7 |
| 2023-08-01 | Rollup merge of #114313 - ttsugriy:sm-insert, r=petrochenkov | Matthias Krüger | -3/+2 |
| 2023-08-01 | Auto merge of #111753 - cjgillot:simp-place-conflict, r=compiler-errors | bors | -90/+87 |
| 2023-08-01 | Make coverage counter IDs count up from 0, not 1 | Zalathar | -54/+36 |
| 2023-08-01 | Make coverage expression IDs count up from 0, not down from `u32::MAX` | Zalathar | -67/+45 |
| 2023-08-01 | Replace `ExpressionOperandId` with enum `Operand` | Zalathar | -143/+92 |
| 2023-08-01 | Add some line comments to enum `CoverageKind` | Zalathar | -0/+4 |
| 2023-07-31 | [rustc_data_structures] Simplify SortedMap::insert. | Taras Tsugrii | -3/+2 |
| 2023-07-31 | Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgr | bors | -20/+114 |
| 2023-07-31 | Rollup merge of #114200 - compiler-errors:detect-tail-unsize-then-upcast, r=lcnr | Matthias Krüger | -5/+20 |
| 2023-07-31 | Rollup merge of #114193 - crlf0710:lexer_unicode15, r=Manishearth | Matthias Krüger | -8/+9 |
| 2023-07-31 | Rollup merge of #114165 - ouz-a:smir1, r=spastorino | Matthias Krüger | -7/+85 |
| 2023-07-31 | Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkov | Matthias Krüger | -23/+30 |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-07-31 | Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-Simulacrum | Matthias Krüger | -0/+20 |
| 2023-07-31 | add missing rvalues to smir | ouz-a | -7/+85 |
| 2023-07-31 | [rustc_data_structures][perf] Simplify base_n::push_str. | Taras Tsugrii | -4/+3 |
| 2023-07-31 | fix alignment handling for Repeat expressions | Ralf Jung | -4/+4 |
| 2023-07-31 | Rollup merge of #114286 - nbdd0121:upcast, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -47/+53 |
| 2023-07-31 | Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk | Matthias Krüger | -9/+17 |
| 2023-07-31 | Rollup merge of #114169 - lcnr:unsize, r=compiler-errors | Matthias Krüger | -219/+272 |
| 2023-07-31 | Add missing feature gate in multiple_supertrait_upcastable doc | Gary Guo | -0/+1 |
| 2023-07-31 | Auto merge of #113879 - nnethercote:codegen_ssa-cleanups, r=bjorn3 | bors | -199/+192 |
| 2023-07-31 | remove repetitive words | cui fliter | -2/+2 |
| 2023-07-31 | Remove unnecessary semicolon. | Nicholas Nethercote | -1/+1 |
| 2023-07-31 | Clean up `generate_lto_work`. | Nicholas Nethercote | -22/+23 |
| 2023-07-31 | Fix LLVM thread names on Windows. | Nicholas Nethercote | -3/+3 |
| 2023-07-31 | Introduce `running_with_any_token` closure. | Nicholas Nethercote | -7/+10 |
| 2023-07-31 | Use standard Rust capitalization rules for names containing "LTO". | Nicholas Nethercote | -22/+22 |
| 2023-07-31 | Tweak structure of the message loop. | Nicholas Nethercote | -17/+20 |
| 2023-07-31 | Tweak a loop condition. | Nicholas Nethercote | -7/+11 |
| 2023-07-31 | Move `maybe_start_llvm_timer`'s body into `spawn_work`. | Nicholas Nethercote | -26/+18 |
| 2023-07-31 | Remove `CodegenContext::worker`. | Nicholas Nethercote | -24/+12 |
| 2023-07-31 | Fix a comment. | Nicholas Nethercote | -0/+1 |
| 2023-07-31 | Remove `ExtraBackendMethods::spawn_thread`. | Nicholas Nethercote | -21/+0 |
| 2023-07-31 | Give the coordinator thread a name. | Nicholas Nethercote | -3/+4 |
| 2023-07-31 | Remove some unused values in `codegen_crate`. | Nicholas Nethercote | -3/+0 |