| Age | Commit message (Expand) | Author | Lines |
| 2024-06-03 | Stop passing empty args to check_expr_path | Michael Goulet | -4/+4 |
| 2024-06-03 | Remove a bunch of redundant args from report_method_error | Michael Goulet | -62/+64 |
| 2024-06-03 | Auto merge of #125383 - Oneirical:bundle-them-up, r=jieyouxu | bors | -111/+130 |
| 2024-06-03 | Auto merge of #125864 - compiler-errors:opt-in-error-reporting, r=lcnr | bors | -328/+478 |
| 2024-06-03 | Nits and formatting | Michael Goulet | -142/+130 |
| 2024-06-03 | Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w... | Michael Goulet | -64/+42 |
| 2024-06-03 | Move FulfillmentErrorCode to rustc_trait_selection too | Michael Goulet | -52/+51 |
| 2024-06-03 | Use ScrubbedTraitError in more places | Michael Goulet | -22/+25 |
| 2024-06-03 | Opt-in diagnostics reporting to avoid doing extra work in the new solver | Michael Goulet | -106/+199 |
| 2024-06-03 | Make TraitEngines generic over error | Michael Goulet | -157/+253 |
| 2024-06-03 | Remove unnecessary extension trait | Michael Goulet | -27/+20 |
| 2024-06-03 | Auto merge of #125912 - nnethercote:rustfmt-tests-mir-opt, r=oli-obk | bors | -563/+630 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -88/+89 |
| 2024-06-03 | Auto merge of #125904 - workingjubilee:test-packed-simd-more, r=calebzulawski | bors | -0/+44 |
| 2024-06-03 | rustfmt `tests/mir-opt`. | Nicholas Nethercote | -236/+251 |
| 2024-06-03 | Reformat `mir!` macro invocations to use braces. | Nicholas Nethercote | -327/+379 |
| 2024-06-03 | Auto merge of #125397 - gurry:125303-wrong-builder-suggestion, r=compiler-errors | bors | -26/+141 |
| 2024-06-02 | Test codegen for repr(packed,simd) -> repr(simd) | Jubilee Young | -0/+44 |
| 2024-06-02 | Remove some allowed-makefiles | Oneirical | -75/+79 |
| 2024-06-03 | Auto merge of #125057 - nnethercote:rustc_lint-cleanups, r=cjgillot | bors | -106/+117 |
| 2024-06-03 | Tweak `CheckLintNameResult::Tool`. | Nicholas Nethercote | -53/+46 |
| 2024-06-03 | Reduce some `pub` exposure. | Nicholas Nethercote | -2/+2 |
| 2024-06-03 | Fix up comments. | Nicholas Nethercote | -51/+69 |
| 2024-06-02 | Auto merge of #125902 - workingjubilee:rollup-f8x6iif, r=workingjubilee | bors | -69/+218 |
| 2024-06-02 | Rollup merge of #125898 - RalfJung:typo, r=Nilstrieb | Jubilee | -2/+2 |
| 2024-06-02 | Rollup merge of #125896 - jieyouxu:compiletest-rmake-comment, r=compiler-errors | Jubilee | -5/+5 |
| 2024-06-02 | Rollup merge of #125890 - Nilstrieb:gay-compiletest, r=jieyouxu | Jubilee | -6/+34 |
| 2024-06-02 | Rollup merge of #125884 - Rua:integer_sign_cast, r=Mark-Simulacrum | Jubilee | -0/+48 |
| 2024-06-02 | Rollup merge of #125808 - GuillaumeGomez:migrate-run-make-c-link-to-rust-dyli... | Jubilee | -34/+67 |
| 2024-06-02 | Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472 | Jubilee | -22/+62 |
| 2024-06-02 | Auto merge of #125828 - vincenzopalazzo:macros/performance-regression, r=fmease | bors | -1/+1 |
| 2024-06-02 | Wording of the documentation | Rua | -4/+4 |
| 2024-06-02 | typo: depending from -> on | Ralf Jung | -2/+2 |
| 2024-06-02 | Auto merge of #125577 - devnexen:netbsd_stack_min, r=joboet | bors | -1/+10 |
| 2024-06-02 | compiletest: fix outdated rmake.rs comment | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2024-06-02 | Auto merge of #125892 - workingjubilee:rollup-gytt1q7, r=workingjubilee | bors | -57/+222 |
| 2024-06-02 | Improve compiletest expected/not found formatting | Nilstrieb | -6/+34 |
| 2024-06-02 | Rollup merge of #125851 - scottmcm:moar-validate, r=compiler-errors | Jubilee | -7/+94 |
| 2024-06-02 | Rollup merge of #125849 - GuillaumeGomez:migrate-emit-named-files, r=jieyouxu | Jubilee | -34/+25 |
| 2024-06-02 | Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workin... | Jubilee | -16/+103 |
| 2024-06-02 | Auto merge of #125887 - lnicola:sync-from-ra, r=lnicola | bors | -191/+1715 |
| 2024-06-02 | Test codegen for repr(packed,simd) | Jubilee Young | -0/+44 |
| 2024-06-02 | Migrate `run-make/c-link-to-rust-dylib` to `rmake.rs` | Guillaume Gomez | -22/+41 |
| 2024-06-02 | Implement feature `integer_sign_cast` | Rua | -0/+48 |
| 2024-06-02 | Add `dynamic_lib_extension` and `read_dir` functions to `run-make-support` li... | Guillaume Gomez | -12/+26 |
| 2024-06-02 | Auto merge of #125827 - jieyouxu:rmake-separate-tmp-dir, r=onur-ozkan | bors | -9/+24 |
| 2024-06-02 | Auto merge of #17328 - Veykril:derive-helper-completions, r=Veykril | bors | -98/+209 |
| 2024-06-02 | feat: Enable completions within derive helper attributes | Lukas Wirth | -98/+209 |
| 2024-06-02 | Avoid checking the edition as much as possible | Vincenzo Palazzo | -1/+1 |
| 2024-06-02 | compiletest: split rmake executable from scratch dir | 许杰友 Jieyou Xu (Joe) | -9/+24 |