| Age | Commit message (Expand) | Author | Lines |
| 2023-07-11 | Prevent emitting `missing_docs` for `pub extern crate` | Guillaume Gomez | -2/+6 |
| 2023-07-08 | Fix linker failures when #[global_allocator] is used in a dependency | bjorn3 | -2/+16 |
| 2023-07-08 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -1/+1 |
| 2023-07-08 | Revert the lexing of c_str_literals | León Orell Valerian Liehr | -7/+0 |
| 2023-06-24 | disable some layout optimizations for unsizable structs | The 8472 | -42/+48 |
| 2023-06-24 | Make struct layout not depend on unsizeable tail | Lukas Markeffsky | -2/+6 |
| 2023-06-24 | Fix type-inference regression in #112225 | Arpad Borsos | -1/+10 |
| 2023-06-24 | Update compiler/rustc_mir_transform/src/check_alignment.rs | Wesley Wiser | -0/+1 |
| 2023-06-24 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+3 |
| 2023-06-03 | add FIXME | lcnr | -0/+5 |
| 2023-06-03 | unique borrows are mutating uses | lcnr | -19/+7 |
| 2023-05-29 | Exclude Rvalue::AddressOf for raw pointer deref alignment checks | Ben Kimock | -0/+8 |
| 2023-05-29 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -7/+7 |
| 2023-05-27 | Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwco | Matthias Krüger | -1/+3 |
| 2023-05-27 | Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkov | Matthias Krüger | -3/+13 |
| 2023-05-27 | Fix ICE caused by at-expanding argument 0 instead of removing it early | dekrain | -3/+13 |
| 2023-05-27 | Rollup merge of #111983 - compiler-errors:type-op-locally, r=lcnr | Guillaume Gomez | -564/+682 |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -65/+67 |
| 2023-05-27 | Auto merge of #111928 - c410-f3r:dqewdas, r=eholk | bors | -5/+11 |
| 2023-05-27 | Don't use outlives type op outside of MIR typeck | Michael Goulet | -14/+23 |
| 2023-05-27 | Uplift complex type ops back into typeck so we can call them locally | Michael Goulet | -558/+574 |
| 2023-05-27 | Perform MIR type ops locally in new solver | Michael Goulet | -1/+94 |
| 2023-05-27 | Auto merge of #111245 - fee1-dead-contrib:temp-fix-tuple-struct-field, r=lcnr | bors | -0/+17 |
| 2023-05-27 | Rollup merge of #111991 - BoxyUwU:change_error_term_display, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-05-27 | Rollup merge of #111987 - lcnr:alias-relate-coherence, r=BoxyUwU | Matthias Krüger | -9/+25 |
| 2023-05-27 | Rollup merge of #111954 - asquared31415:unknown_ptr_type_error, r=compiler-er... | Matthias Krüger | -6/+6 |
| 2023-05-27 | Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiser | Matthias Krüger | -3/+7 |
| 2023-05-26 | improve error message for calling a method on a raw pointer with an unknown p... | asquared31415 | -6/+6 |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -4/+4 |
| 2023-05-26 | remove unnecessary `.ok()` calls | lcnr | -6/+14 |
| 2023-05-26 | do not prefer substs relate during coherence | lcnr | -3/+11 |
| 2023-05-26 | Auto merge of #111984 - matthiaskrgr:rollup-6u7ynyv, r=matthiaskrgr | bors | -210/+205 |
| 2023-05-26 | Rollup merge of #111951 - cjgillot:uninh-comment, r=Nadrieril | Matthias Krüger | -2/+2 |
| 2023-05-26 | Rollup merge of #111899 - nnethercote:cgu-cleanups, r=wesleywiser | Matthias Krüger | -206/+169 |
| 2023-05-26 | Rollup merge of #111384 - bmisiak:issue-106021-fix, r=petrochenkov | Matthias Krüger | -2/+34 |
| 2023-05-26 | fix for `Self` not respecting tuple Ctor privacy | Deadbeef | -0/+17 |
| 2023-05-26 | Auto merge of #111918 - compiler-errors:custom-type-ops-err, r=lcnr | bors | -159/+158 |
| 2023-05-26 | Auto merge of #111858 - clubby789:fluent-alphabetical, r=jyn514,compiler-errors | bors | -3947/+3948 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -3947/+3948 |
| 2023-05-26 | Add struct for the return type of `place_root_mono_items`. | Nicholas Nethercote | -6/+13 |
| 2023-05-25 | Rollup merge of #111950 - cjgillot:expn-noinline, r=oli-obk | Michael Goulet | -52/+21 |
| 2023-05-25 | Rollup merge of #111929 - compiler-errors:no-newline-apit, r=wesleywiser | Michael Goulet | -1/+10 |
| 2023-05-25 | Rollup merge of #111831 - clubby789:capture-slice-pat, r=cjgillot | Michael Goulet | -6/+13 |
| 2023-05-25 | Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholk | Michael Goulet | -25/+39 |
| 2023-05-25 | Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomez | Michael Goulet | -1/+1 |
| 2023-05-25 | Mac Catalyst: specify 14.0 deployment taregt in llvm_target | Brian M | -2/+2 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -65/+67 |
| 2023-05-25 | Fallible<_> -> Result<_, NoSolution> | Michael Goulet | -53/+55 |
| 2023-05-25 | Use ErrorGuaranteed more in MIR type ops | Michael Goulet | -107/+104 |
| 2023-05-25 | Always capture slice when pattern requires checking the length | clubby789 | -6/+13 |