| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Rollup merge of #123943 - saethlin:less-sysroot-libc, r=workingjubilee | Michael Goulet | -17/+4 |
| 2024-04-15 | Use the rustc_private libc less in tests | Ben Kimock | -17/+4 |
| 2024-04-13 | Auto merge of #122603 - estebank:clone-o-rama, r=lcnr | bors | -1/+34 |
| 2024-04-12 | Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2024-04-12 | Better account for more cases involving closures | Esteban Küber | -1/+7 |
| 2024-04-12 | Improve diagnostic by suggesting to remove visibility qualifier | morine0122 | -2/+2 |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -0/+12 |
| 2024-04-11 | More move error suggestions to clone | Esteban Küber | -0/+4 |
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -0/+11 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-11 | Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebank | bors | -20/+0 |
| 2024-04-11 | Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril | León Orell Valerian Liehr | -5/+5 |
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -9/+9 |
| 2024-04-10 | move test | Kalle Wachsmuth | -20/+0 |
| 2024-04-10 | Use `fn` ptr signature instead of `{closure@..}` in infer error | Esteban Küber | -5/+5 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -1/+1 |
| 2024-04-09 | Silence some follow-up errors on trait impls in case the trait has conflictin... | Oli Scherer | -42/+5 |
| 2024-04-08 | Fix UI tests with dist-vendored dependencies | Josh Stone | -1/+1 |
| 2024-04-08 | Auto merge of #123577 - Urgau:prep-work-for-compiletest-check-cfg, r=oli-obk | bors | -7/+7 |
| 2024-04-07 | Move tests | Caio | -394/+0 |
| 2024-04-07 | Unify all the always-false cfgs under the `FALSE` cfg | Urgau | -7/+7 |
| 2024-03-31 | Move some tests | Caio | -177/+0 |
| 2024-03-27 | Sort method suggestions by `DefPath` instead of `DefId` | Oli Scherer | -17/+17 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -26/+26 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -2/+2 |
| 2024-03-22 | Auto merge of #120926 - fmease:astconv-no-mo, r=oli-obk | bors | -1/+1 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -1/+1 |
| 2024-03-21 | Stop sorting via `DefId`s in region resolution | Oli Scherer | -12/+12 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -2/+11 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -23/+4 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -2/+11 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -1/+4 |
| 2024-03-17 | review comment: `str` -> string in messages | Esteban Küber | -1/+1 |
| 2024-03-17 | Use shorter span for existing `'` -> `"` structured suggestion | Esteban Küber | -1/+1 |
| 2024-03-14 | Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errors | bors | -9/+9 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -11/+7 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -9/+9 |
| 2024-03-11 | Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubilee | bors | -0/+2 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -11/+7 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -9/+9 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -0/+2 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -3/+3 |
| 2024-03-08 | Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkov | bors | -26/+11 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -26/+11 |
| 2024-03-07 | Rollup merge of #122114 - saethlin:cant-find-crate-spam, r=WaffleLapkin | Guillaume Gomez | -16/+2 |
| 2024-03-07 | Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=... | Guillaume Gomez | -12/+1 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -2/+15 |
| 2024-03-06 | Make not finding core a fatal error | Ben Kimock | -16/+2 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -4/+4 |