| Age | Commit message (Expand) | Author | Lines |
| 2023-12-13 | Unify single-char and multi-char `CStrUnit::Char` handling. | Nicholas Nethercote | -1/+0 |
| 2023-12-13 | Adjust `Mode::is_unicode_escape_disallowed`. | Nicholas Nethercote | -2/+3 |
| 2023-12-13 | Rename the `span` args to `emit_unescape_error`. | Nicholas Nethercote | -33/+42 |
| 2023-12-13 | Don't rebuild raw strings when unescaping. | Nicholas Nethercote | -43/+30 |
| 2023-12-12 | Actually parse async gen blocks correctly | Michael Goulet | -9/+18 |
| 2023-12-12 | Update compiler/rustc_pattern_analysis/src/constructor.rs
| Matthias Krüger | -0/+1 |
| 2023-12-12 | more clippy::complexity fixes | Matthias Krüger | -24/+14 |
| 2023-12-12 | Typo | Samuel Moelius | -1/+1 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -32/+12 |
| 2023-12-12 | Auto merge of #118881 - matthiaskrgr:rollup-0rl3tir, r=matthiaskrgr | bors | -53/+466 |
| 2023-12-12 | simplify merging of two vecs | Matthias Krüger | -2/+2 |
| 2023-12-12 | Rollup merge of #118868 - Nadrieril:correctly-gate-never_patterns-parsing, r=... | Matthias Krüger | -4/+68 |
| 2023-12-12 | Rollup merge of #118866 - krasimirgg:llvm-18-ref, r=durin42 | Matthias Krüger | -1/+3 |
| 2023-12-12 | Rollup merge of #118865 - Enselic:rustc_codegen_llvm-lint-fix, r=petrochenkov | Matthias Krüger | -1/+8 |
| 2023-12-12 | Rollup merge of #118855 - nnethercote:improve-attribute-value-error, r=compil... | Matthias Krüger | -22/+38 |
| 2023-12-12 | Rollup merge of #117927 - ehuss:future-incompat-docs, r=wesleywiser | Matthias Krüger | -0/+67 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -12/+259 |
| 2023-12-12 | Rollup merge of #116740 - lenko-d:const_evaluatable_failed_for_non_unevaluate... | Matthias Krüger | -13/+23 |
| 2023-12-12 | Auto merge of #118751 - lcnr:writeback-change, r=compiler-errors | bors | -99/+77 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -323/+322 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -1/+17 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -4/+52 |
| 2023-12-12 | rustc_passes: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+10 |
| 2023-12-12 | Auto merge of #118841 - compiler-errors:always-copy, r=jackh726 | bors | -60/+15 |
| 2023-12-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -1/+3 |
| 2023-12-12 | review + rename fn | lcnr | -7/+5 |
| 2023-12-12 | refactor writeback: emit normalization errors with new solver | lcnr | -95/+75 |
| 2023-12-12 | rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+8 |
| 2023-12-12 | Fix alignment passed down to LLVM for simd_masked_load | Jakub Okoński | -1/+1 |
| 2023-12-12 | remove a cranelift test that doesn't make sense any more | Ralf Jung | -60/+0 |
| 2023-12-12 | reject projecting to fields whose offset we cannot compute | Ralf Jung | -16/+14 |
| 2023-12-12 | codegen: panic when trying to compute size/align of extern type | Ralf Jung | -24/+46 |
| 2023-12-12 | Rollup merge of #118846 - celinval:smir-ty-methods, r=compiler-errors | Matthias Krüger | -13/+156 |
| 2023-12-12 | Rollup merge of #118844 - celinval:smir-mono-args, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-12-12 | Rollup merge of #118840 - matthiaskrgr:cloooooone, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-12-12 | Rollup merge of #118797 - tmiasko:dead-coro, r=davidtwco | Matthias Krüger | -8/+15 |
| 2023-12-12 | Rollup merge of #118756 - jyn514:colors, r=estebank | Matthias Krüger | -11/+11 |
| 2023-12-12 | Improve an error involving attribute values. | Nicholas Nethercote | -22/+38 |
| 2023-12-12 | Auto merge of #118742 - lcnr:infer-var-cleanup, r=compiler-errors | bors | -106/+51 |
| 2023-12-11 | Remove scalar fn and tighten the BiOp Ty assertions | Celina G. Val | -24/+12 |
| 2023-12-12 | Make ConstKind and TyKind Copy | Michael Goulet | -5/+4 |
| 2023-12-12 | Simplify some Copy impls in rustc_type_ir | Michael Goulet | -55/+11 |
| 2023-12-11 | Fix doc comment | Celina G. Val | -1/+1 |
| 2023-12-11 | Fix BinOp ty assertion and `fn_sig` for closures | Celina G. Val | -12/+167 |
| 2023-12-12 | Coroutine variant fields can be uninitialized | Tomasz Miąsko | -1/+4 |
| 2023-12-11 | Monomorphize args while building Instance body | Celina G. Val | -1/+5 |
| 2023-12-11 | Auto merge of #117962 - weihanglo:debug-name-table, r=wesleywiser | bors | -3/+48 |
| 2023-12-11 | Remove redundant special case for resume argument | Tomasz Miąsko | -7/+0 |
| 2023-12-11 | End locals' live range before suspending coroutine | Tomasz Miąsko | -1/+15 |
| 2023-12-11 | refactor: only check dwarf version when emitting dwarf | Weihang Lo | -2/+8 |