| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Auto merge of #111928 - c410-f3r:dqewdas, r=eholk | bors | -5/+11 |
| 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 | 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 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -174/+224 |
| 2023-05-25 | Manually add inlined frames in the interpreter stacktrace. | Camille GILLOT | -1/+14 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -51/+7 |
| 2023-05-25 | Correct comment on privately uninhabited pattern. | Camille GILLOT | -2/+2 |
| 2023-05-25 | Auto merge of #111473 - compiler-errors:opaques, r=lcnr | bors | -162/+589 |
| 2023-05-25 | Fix Mac Catalyst linking by adding build version | Brian M | -0/+32 |
| 2023-05-25 | Auto merge of #111933 - matthiaskrgr:rollup-m10k3ts, r=matthiaskrgr | bors | -16/+44 |
| 2023-05-25 | Rollup merge of #111875 - WaffleLapkin:defer_on_drop, r=Nilstrieb | Matthias Krüger | -15/+21 |
| 2023-05-25 | Rollup merge of #111624 - cjgillot:private-uninhabited-pattern, r=petrochenkov | Matthias Krüger | -0/+22 |
| 2023-05-25 | Rollup merge of #109899 - daxpedda:patch-1, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-05-25 | Streamline `modify_size_estimate`. | Nicholas Nethercote | -4/+1 |
| 2023-05-25 | Remove some unnecessary `pub` markers. | Nicholas Nethercote | -2/+2 |
| 2023-05-25 | Match on both reveal and solver mode at the same time | Michael Goulet | -41/+38 |
| 2023-05-25 | Add InferCtxt::register_hidden_type_in_new_solver | Michael Goulet | -41/+47 |
| 2023-05-25 | Strongly prefer alias and param-env bounds | Michael Goulet | -5/+9 |
| 2023-05-25 | Pre-populate MIR with opaques, prefer subst-relate candidate | Michael Goulet | -28/+87 |
| 2023-05-25 | Auto merge of #111575 - alex:patch-1, r=pietroalbini | bors | -1/+6 |
| 2023-05-25 | Check that opaque is a defining use, prefer pre-defined opaques | Michael Goulet | -14/+127 |
| 2023-05-25 | Prepopulate opaques in canonical input | Michael Goulet | -81/+243 |
| 2023-05-25 | Move DefiningAnchor | Michael Goulet | -27/+34 |
| 2023-05-25 | Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu... | Michael Goulet | -43/+122 |
| 2023-05-25 | Don't print newlines in APITs | Michael Goulet | -1/+10 |