| Age | Commit message (Expand) | Author | Lines |
| 2023-05-26 | Validate fluent variable references with `debug_assertions` | clubby789 | -7/+106 |
| 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/+4022 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -3947/+4022 |
| 2023-05-25 | Auto merge of #111960 - compiler-errors:rollup-onka2dl, r=compiler-errors | bors | -411/+856 |
| 2023-05-25 | Rollup merge of #111950 - cjgillot:expn-noinline, r=oli-obk | Michael Goulet | -57/+29 |
| 2023-05-25 | Rollup merge of #111945 - GuillaumeGomez:migrate-gui-test-color-7, r=notriddle | Michael Goulet | -42/+42 |
| 2023-05-25 | Rollup merge of #111929 - compiler-errors:no-newline-apit, r=wesleywiser | Michael Goulet | -1/+54 |
| 2023-05-25 | Rollup merge of #111831 - clubby789:capture-slice-pat, r=cjgillot | Michael Goulet | -91/+209 |
| 2023-05-25 | Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholk | Michael Goulet | -64/+170 |
| 2023-05-25 | Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomez | Michael Goulet | -16/+41 |
| 2023-05-25 | Rollup merge of #107522 - Sp00ph:introselect, r=Amanieu | Michael Goulet | -140/+311 |
| 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 | -91/+209 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -217/+358 |
| 2023-05-25 | Manually add inlined frames in the interpreter stacktrace. | Camille GILLOT | -6/+22 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -51/+7 |
| 2023-05-25 | Auto merge of #111512 - petrochenkov:microdoc2, r=GuillaumeGomez | bors | -84/+51 |
| 2023-05-25 | rustdoc book: document single tilde strikethrough | Lukas Markeffsky | -3/+3 |
| 2023-05-25 | rustdoc: add test for strikethrough with single tildes | Lukas Markeffsky | -9/+10 |
| 2023-05-25 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -42/+42 |
| 2023-05-25 | Auto merge of #110906 - ekusiadadus:ekusiadadus/fix-bash-complete-etc, r=albe... | bors | -1/+5 |
| 2023-05-25 | Auto merge of #111473 - compiler-errors:opaques, r=lcnr | bors | -189/+658 |
| 2023-05-25 | Auto merge of #111933 - matthiaskrgr:rollup-m10k3ts, r=matthiaskrgr | bors | -17/+313 |
| 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 | -1/+33 |
| 2023-05-25 | Rollup merge of #109899 - daxpedda:patch-1, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-05-25 | Rollup merge of #95198 - clarfonthey:get_chunk, r=scottmcm | Matthias Krüger | -0/+258 |
| 2023-05-25 | fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy error | ekusiadadus | -1/+5 |
| 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 | -32/+78 |
| 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 | -3/+13 |
| 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/+54 |
| 2023-05-25 | Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth | bors | -378/+417 |
| 2023-05-24 | Rollup merge of #111915 - jyn514:libtest-errors, r=thomcc | Manish Goregaokar | -3/+3 |
| 2023-05-24 | Rollup merge of #111912 - WaffleLapkin:is_some_and_in_the_compiler, r=petroch... | Manish Goregaokar | -246/+201 |
| 2023-05-24 | Rollup merge of #111876 - danakj:builtins92, r=Mark-Simulacrum | Manish Goregaokar | -3/+3 |
| 2023-05-24 | Rollup merge of #111840 - voidc:borrowck-consumers, r=oli-obk | Manish Goregaokar | -66/+144 |
| 2023-05-24 | Rollup merge of #111741 - compiler-errors:custom-type-op, r=lcnr | Manish Goregaokar | -60/+66 |
| 2023-05-24 | Auto merge of #111919 - matthiaskrgr:rollup-8qcdp0q, r=matthiaskrgr | bors | -428/+661 |
| 2023-05-24 | Rollup merge of #111903 - GuillaumeGomez:migrate-gui-test-color-6, r=notriddle | Matthias Krüger | -6/+6 |
| 2023-05-24 | Rollup merge of #111863 - compiler-errors:check-more-mir, r=b-naber | Matthias Krüger | -27/+9 |
| 2023-05-24 | Rollup merge of #111862 - compiler-errors:opq, r=lcnr | Matthias Krüger | -305/+303 |