| Age | Commit message (Expand) | Author | Lines |
| 2024-05-15 | Rollup merge of #125135 - chenyukang:yukang-fix-116502, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2024-05-15 | Rollup merge of #125132 - mejrs:diag, r=compiler-errors | Matthias Krüger | -0/+58 |
| 2024-05-15 | Fix the dedup error because of spans from suggestion | yukang | -0/+46 |
| 2024-05-15 | Auto merge of #125031 - Oneirical:dynamic-libs, r=jieyouxu | bors | -24/+30 |
| 2024-05-15 | Auto merge of #125084 - Jules-Bertholet:fix-125058, r=Nadrieril | bors | -0/+42 |
| 2024-05-15 | Add `on_unimplemented" typo suggestions | mejrs | -0/+58 |
| 2024-05-14 | Port issue-11908 to rmake | Oneirical | -24/+30 |
| 2024-05-14 | Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errors | bors | -27/+313 |
| 2024-05-14 | Rollup merge of #125118 - GuillaumeGomez:cleanup-run-make, r=jieyouxu | Michael Goulet | -12/+6 |
| 2024-05-14 | Rollup merge of #125100 - compiler-errors:faster, r=nnethercote | Michael Goulet | -0/+247 |
| 2024-05-14 | Rollup merge of #125080 - bvanjoi:fix-124946, r=nnethercote | Michael Goulet | -0/+34 |
| 2024-05-14 | Rollup merge of #125047 - Oneirical:test5, r=jieyouxu | Michael Goulet | -15/+26 |
| 2024-05-14 | only find segs chain for missing methods when no available candidates | bohan | -0/+34 |
| 2024-05-14 | Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoerister | bors | -241/+920 |
| 2024-05-14 | Use new utility functions/methods in run-make tests | Guillaume Gomez | -12/+6 |
| 2024-05-14 | Enable v0 mangling tests and add checks for `f16`/`f128` | Trevor Gross | -241/+920 |
| 2024-05-14 | Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstrieb | bors | -0/+3 |
| 2024-05-14 | Auto merge of #124228 - compiler-errors:lint-overcaptures, r=oli-obk | bors | -1/+204 |
| 2024-05-14 | Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxu | bors | -7/+18 |
| 2024-05-13 | And finally add tests | Michael Goulet | -0/+133 |
| 2024-05-13 | Warn against redundant use<...> | Michael Goulet | -1/+71 |
| 2024-05-13 | Add test to make sure suggestions are still quick | Michael Goulet | -0/+247 |
| 2024-05-14 | Auto merge of #125098 - jhpratt:rollup-2qm4gga, r=jhpratt | bors | -0/+109 |
| 2024-05-13 | lto function, static_library call, rename | Oneirical | -4/+4 |
| 2024-05-13 | fix fmt | Oneirical | -2/+1 |
| 2024-05-13 | Rollup merge of #125072 - Darksonn:pin-dyn-dispatch-sound, r=jhpratt | Jacob Pratt | -0/+28 |
| 2024-05-13 | Rollup merge of #124997 - gurry:124848-ice-should-be-sized, r=Nadrieril | Jacob Pratt | -0/+81 |
| 2024-05-14 | Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkov | bors | -8/+2 |
| 2024-05-13 | `rustc_hir_typeck`: Account for `skipped_ref_pats` in `expr_use_visitor` | Jules Bertholet | -0/+42 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -36/+7 |
| 2024-05-13 | Apply nits | Michael Goulet | -36/+7 |
| 2024-05-13 | Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat... | Matthias Krüger | -9/+14 |
| 2024-05-13 | Migrate `run-make/rustdoc-target-spec-json-path` to rmake | Guillaume Gomez | -9/+14 |
| 2024-05-13 | Add test for dynamic dispatch + Pin::new soundness | Alice Ryhl | -0/+28 |
| 2024-05-13 | Auto merge of #125024 - Oneirical:master, r=jieyouxu | bors | -22/+45 |
| 2024-05-13 | Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercote | bors | -1/+1 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -8/+2 |
| 2024-05-12 | Auto merge of #125051 - dtolnay:printletelse, r=compiler-errors | bors | -0/+41 |
| 2024-05-12 | Pretty-print let-else with added parenthesization when needed | David Tolnay | -1/+1 |
| 2024-05-12 | Add AST pretty-printer tests for let-else | David Tolnay | -0/+41 |
| 2024-05-12 | Auto merge of #124639 - Jules-Bertholet:match-ergonomics-2024-migration-lint,... | bors | -47/+223 |
| 2024-05-12 | fix function call and import | Oneirical | -2/+2 |
| 2024-05-12 | make tidy happy | Oneirical | -9/+4 |
| 2024-05-12 | rewrite issue-14500 to rmake | Oneirical | -15/+31 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -8/+28 |
| 2024-05-12 | Apply nits | Michael Goulet | -0/+4 |
| 2024-05-12 | Try structurally resolve | Michael Goulet | -0/+15 |
| 2024-05-12 | Match ergonomics 2024: migration lint | Jules Bertholet | -47/+223 |
| 2024-05-12 | Rollup merge of #125030 - saethlin:ui-test-false-positives, r=compiler-errors | Guillaume Gomez | -38/+13 |
| 2024-05-12 | Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde... | Guillaume Gomez | -5/+55 |