| Age | Commit message (Expand) | Author | Lines |
| 2023-12-13 | Rename some unescaping functions. | Nicholas Nethercote | -9/+7 |
| 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 | Auto merge of #118881 - matthiaskrgr:rollup-0rl3tir, r=matthiaskrgr | bors | -53/+466 |
| 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 | 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 | 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 | 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-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 |
| 2023-12-11 | remove some redundant clones | Matthias Krüger | -4/+4 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -3/+42 |
| 2023-12-11 | Rollup merge of #118835 - Urgau:fix-rccg-gcc-tests, r=matthiaskrgr | Matthias Krüger | -1/+1 |
| 2023-12-11 | Rollup merge of #118822 - Nadrieril:librarify, r=compiler-errors | Matthias Krüger | -2460/+2588 |
| 2023-12-11 | Rollup merge of #118818 - krasimirgg:llvm-18-pass, r=nikic | Matthias Krüger | -0/+4 |
| 2023-12-11 | Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errors | Matthias Krüger | -76/+154 |
| 2023-12-11 | Rollup merge of #118620 - petrochenkov:defeed2, r=compiler-errors | Matthias Krüger | -39/+31 |
| 2023-12-11 | Fix rustc codegen gcc tests | Urgau | -1/+1 |
| 2023-12-11 | Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin | bors | -31/+28 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -9/+249 |
| 2023-12-11 | Auto merge of #118823 - GuillaumeGomez:rollup-6v51gxv, r=GuillaumeGomez | bors | -538/+438 |
| 2023-12-11 | Fix doc links | Nadrieril | -22/+22 |