| 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 | Rollup merge of #109856 - bvanjoi:fix-issue-109304, r=compiler-errors | Matthias Krüger | -76/+5 |
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -76/+5 |
| 2023-04-03 | Auto merge of #109770 - jyn514:run-make-fulldeps, r=Mark-Simulacrum | bors | -95/+226 |
| 2023-04-02 | Move some UI tests into subdirectories | jyn | -0/+0 |
| 2023-04-02 | try to fix test-various | jyn | -1/+4 |
| 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 | -113/+607 |
| 2023-03-31 | Rollup merge of #109818 - GuillaumeGomez:test-collapsed-item, r=notriddle | Guillaume Gomez | -0/+21 |
| 2023-03-31 | Rollup merge of #109798 - est31:ftl_test_note, r=davidtwco | Guillaume Gomez | -10/+6 |
| 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 | -56/+81 |
| 2023-03-31 | Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-int... | Guillaume Gomez | -47/+460 |
| 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 | Add tests to check that collapsed content is expanded when jumping to it | Guillaume Gomez | -0/+21 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -8/+26 |
| 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-31 | Don't emit the OS error in a note | est31 | -10/+6 |
| 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 | -56/+57 |
| 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 | Auto merge of #108576 - megakorre:rustdock_additional_typecheck_before_clean,... | bors | -29/+480 |
| 2023-03-30 | Closures always implement FnOnce in new solver | Michael Goulet | -0/+11 |
| 2023-03-30 | rustdoc: tidy excess whitespace | Patrik Kårlin | -4/+4 |
| 2023-03-30 | ignore failing cross-compiled run-make tests | Joshua Nelson | -0/+127 |
| 2023-03-30 | fix `sysroot-crates-are-unstable` for cross-compilation | Joshua Nelson | -0/+1 |
| 2023-03-30 | move `tools.mk` to run-make | Joshua Nelson | -88/+88 |
| 2023-03-30 | rustdoc: add error messages to the test | Patrik Kårlin | -60/+74 |
| 2023-03-30 | rustdoc: remove other redundant item | Patrik Kårlin | -11/+0 |
| 2023-03-30 | rustdoc: remove excess from rustdoc test | Patrik Kårlin | -6/+2 |
| 2023-03-30 | rustdoc: remove redundant test | Patrik Kårlin | -13/+0 |
| 2023-03-30 | rustdoc: update with --bless and change expected errors | Patrik Kårlin | -30/+352 |
| 2023-03-30 | rustdoc: run more HIR validation to mirror rustc | Patrik Kårlin | -0/+143 |
| 2023-03-30 | Auto merge of #109769 - JohnTitor:rollup-7n2bnpg, r=JohnTitor | bors | -10/+59 |
| 2023-03-30 | fix wrong includes | Joshua Nelson | -7/+7 |
| 2023-03-30 | Move almost all run-make-fulldeps to run-make | Joshua Nelson | -2/+2 |
| 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 |