| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | Rollup merge of #118877 - Enselic:remove-cgu-fixme, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-12-12 | Rollup merge of #118868 - Nadrieril:correctly-gate-never_patterns-parsing, r=... | Matthias Krüger | -26/+207 |
| 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 #118856 - notriddle:notriddle/search-js, r=GuillaumeGomez | Matthias Krüger | -7/+2 |
| 2023-12-12 | Rollup merge of #118855 - nnethercote:improve-attribute-value-error, r=compil... | Matthias Krüger | -62/+87 |
| 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 | -55/+450 |
| 2023-12-12 | Rollup merge of #116740 - lenko-d:const_evaluatable_failed_for_non_unevaluate... | Matthias Krüger | -13/+112 |
| 2023-12-12 | tests: CGU tests require build-pass, not check-pass (remove FIXME) | Martin Nordholts | -3/+3 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -51/+31 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -26/+227 |
| 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 | rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+8 |
| 2023-12-12 | Auto merge of #118817 - lnicola:sync-from-ra, r=lnicola | bors | -6213/+9745 |
| 2023-12-12 | Auto merge of #118857 - matthiaskrgr:rollup-t02kx2u, r=matthiaskrgr | bors | -79/+1368 |
| 2023-12-12 | Add rust_analyzer to EXTRA_CHECK_CFGS | Laurențiu Nicola | -0/+2 |
| 2023-12-12 | Rollup merge of #118848 - wesleywiser:vacation, r=wesleywiser | Matthias Krüger | -1/+1 |
| 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/+27 |
| 2023-12-12 | Rollup merge of #118756 - jyn514:colors, r=estebank | Matthias Krüger | -23/+144 |
| 2023-12-12 | Rollup merge of #118445 - ferrocene:jp-support-reuse-in-submodules, r=Mark-Si... | Matthias Krüger | -29/+1031 |
| 2023-12-11 | rustdoc-search: clean up parser | Michael Howell | -7/+2 |
| 2023-12-12 | Improve an error involving attribute values. | Nicholas Nethercote | -62/+87 |
| 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 | Wesley is not on vacation | Wesley Wiser | -1/+1 |
| 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/+73 |
| 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/+27 |
| 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 | Auto merge of #118838 - matthiaskrgr:rollup-8kwzpho, r=matthiaskrgr | bors | -2606/+2989 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -5/+44 |
| 2023-12-11 | test: demonstrate that dwarf debug names sections are emitted | Weihang Lo | -0/+25 |
| 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 #118827 - Nilstrieb:linker-plugin-lto, r=ehuss | Matthias Krüger | -2/+6 |
| 2023-12-11 | Rollup merge of #118826 - Nilstrieb:no-email-pls, r=davidtwco | Matthias Krüger | -1/+1 |
| 2023-12-11 | Rollup merge of #118822 - Nadrieril:librarify, r=compiler-errors | Matthias Krüger | -2460/+2614 |
| 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 | -77/+174 |
| 2023-12-11 | Rollup merge of #118647 - onur-ozkan:bootstrap-shims-dump, r=clubby789 | Matthias Krüger | -26/+158 |