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