| Age | Commit message (Expand) | Author | Lines |
| 2023-04-04 | Rollup merge of #109896 - Nilstrieb:integers-are-not-fn-ptrs-remember-this-de... | Yuki Okushi | -0/+10 |
| 2023-04-03 | Never consider int and float vars for `FnPtr` candidates | Nilstrieb | -0/+10 |
| 2023-04-03 | Rollup merge of #109873 - jyn514:subdirectories, r=compiler-errors | Matthias Krüger | -0/+0 |
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -76/+5 |
| 2023-04-02 | Move some UI tests into subdirectories | jyn | -0/+0 |
| 2023-04-02 | Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwco | bors | -0/+16 |
| 2023-04-01 | Fix `non_exhaustive_omitted_patterns` on arguments | clubby789 | -1/+32 |
| 2023-04-01 | Auto merge of #109801 - aliemjay:test-implied-normalization, r=petrochenkov | bors | -0/+57 |
| 2023-03-31 | Auto merge of #109165 - aliemjay:fix-ice-annotation, r=davidtwco | bors | -0/+40 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -12/+72 |
| 2023-03-31 | Rollup merge of #109680 - clubby789:array-subslice-2229, r=davidtwco | Guillaume Gomez | -0/+39 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -12/+33 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -0/+311 |
| 2023-03-31 | allow ReError in CanonicalUserTypeAnnotation | Ali MJ Al-Nasrawy | -0/+40 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -2/+16 |
| 2023-03-30 | Disable the ui panic test on wasm32-bare | Ben Kimock | -0/+1 |
| 2023-03-31 | add test for normalization in implied bounds query | Ali MJ Al-Nasrawy | -0/+57 |
| 2023-03-30 | Auto merge of #109791 - compiler-errors:rollup-c3o710k, r=compiler-errors | bors | -24/+67 |
| 2023-03-30 | Add test to ensure doc(primitive) is not recognized anymore | Guillaume Gomez | -0/+24 |
| 2023-03-30 | Update tests for rustc_doc_primitive | Guillaume Gomez | -12/+9 |
| 2023-03-30 | Rollup merge of #109739 - compiler-errors:new-solver-closure-fnonce, r=lcnr | Michael Goulet | -0/+11 |
| 2023-03-30 | Rollup merge of #109704 - petrochenkov:effvisclean, r=jackh726 | Michael Goulet | -24/+37 |
| 2023-03-30 | Rollup merge of #109347 - cjgillot:issue-109305, r=WaffleLapkin | Michael Goulet | -0/+19 |
| 2023-03-30 | Auto merge of #109740 - compiler-errors:new-solver-deep-reject-placeholder-co... | bors | -0/+37 |
| 2023-03-30 | Closures always implement FnOnce in new solver | Michael Goulet | -0/+11 |
| 2023-03-30 | Auto merge of #109769 - JohnTitor:rollup-7n2bnpg, r=JohnTitor | bors | -10/+59 |
| 2023-03-30 | Rollup merge of #109749 - compiler-errors:new-solver-float-var, r=lcnr | Yuki Okushi | -0/+8 |
| 2023-03-30 | Rollup merge of #109748 - compiler-errors:new-solver-discr-kind-ice, r=lcnr | Yuki Okushi | -10/+51 |
| 2023-03-30 | Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-Simulacrum | Yuki Okushi | -0/+0 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -9/+5 |
| 2023-03-30 | Auto merge of #109499 - spastorino:new-rpitit-19, r=compiler-errors | bors | -9/+41 |
| 2023-03-30 | canonicalize float var as float in new solver | Michael Goulet | -0/+8 |
| 2023-03-30 | Check pointee metadata correctly in ui test | Michael Goulet | -10/+8 |
| 2023-03-30 | Don't ICE on DiscriminantKind projection in new solver | Michael Goulet | -0/+43 |
| 2023-03-29 | Don't ICE on placeholder consts in deep reject | Michael Goulet | -0/+37 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -9/+5 |
| 2023-03-29 | Rollup merge of #109675 - compiler-errors:object-heck, r=lcnr | Matthias Krüger | -6/+21 |
| 2023-03-29 | Rollup merge of #109554 - MU001999:master, r=WaffleLapkin | Matthias Krüger | -0/+35 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -0/+51 |
| 2023-03-29 | Do not consider elaborated projection predicates for objects in new solver | Michael Goulet | -6/+21 |
| 2023-03-29 | Bless some extra working tests under -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -3/+24 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -1/+1 |
| 2023-03-29 | Walk return-position impl trait in trait deeply in associated_item_def_ids | Michael Goulet | -5/+16 |
| 2023-03-29 | Use #[cfg(target_thread_local)] on items | John Kåre Alsaker | -2/+4 |
| 2023-03-29 | Rollup merge of #109683 - compiler-errors:self-ty-overflow, r=lcnr | Dylan DPC | -0/+52 |
| 2023-03-29 | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | -15/+88 |
| 2023-03-29 | Rollup merge of #109708 - spastorino:new-rpitit-20, r=compiler-errors | Matthias Krüger | -2/+38 |
| 2023-03-29 | Rollup merge of #109548 - pommicket:better-column-numbers-with-hard-tabs, r=p... | Matthias Krüger | -0/+32 |
| 2023-03-29 | Rollup merge of #109149 - mj10021:issue-108713-fix, r=compiler-errors,WaffleL... | Matthias Krüger | -3/+83 |
| 2023-03-29 | Test that TLS access works outside of the dylib it's defined in | John Kåre Alsaker | -0/+49 |