about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-04Explain why `tests/ui/` is unformatted.Nicholas Nethercote-1/+1
2024-06-04Explain why `tests/rustdoc-ui/` is unformatted.Nicholas Nethercote-1/+1
2024-06-04rustfmt `tests/rustdoc-js-std/`.Nicholas Nethercote-1/+0
2024-06-04rustfmt `tests/rustdoc-json/`.Nicholas Nethercote-13/+18
2024-06-04rustfmt `tests/rustdoc-js/`.Nicholas Nethercote-133/+240
2024-06-04Explain why `tests/rustdoc-gui/` is unformatted.Nicholas Nethercote-1/+1
2024-06-04Auto merge of #125380 - compiler-errors:wc-obj-safety, r=oli-obkbors-209/+92
2024-06-04Include trailing commas in functionsSergi-Ferrez-10/+12
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-36/+46
2024-06-04Auto merge of #122597 - pacak:master, r=bjorn3bors-1/+140
2024-06-04Explain why `tests/rustdoc/` is unformatted.Nicholas Nethercote-1/+1
2024-06-04rustfmt `tests/run-pass-valgrind/`.Nicholas Nethercote-27/+57
2024-06-04rustfmt `tests/run-make-fulldeps/`.Nicholas Nethercote-9/+30
2024-06-04Explain why `tests/pretty/` is unformatted.Nicholas Nethercote-1/+1
2024-06-03feat(opt-dist): new flag `--benchmark-cargo-config`Weihang Lo-2/+25
2024-06-03Auto merge of #125383 - Oneirical:bundle-them-up, r=jieyouxubors-111/+130
2024-06-03Update fuchsia maintainersJulia Ryan-2/+2
2024-06-03Update booksrustbot-0/+0
2024-06-03Fix typo in the docs of `HashMap::raw_entry_mut`Tim Kurdov-1/+1
2024-06-03Auto merge of #125864 - compiler-errors:opt-in-error-reporting, r=lcnrbors-328/+478
2024-06-03chore: update src/tools/rustc-perfWeihang Lo-0/+0
2024-06-03Nits and formattingMichael Goulet-142/+130
2024-06-03check_is_object_safe -> is_object_safeMichael Goulet-18/+18
2024-06-03Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violationMichael Goulet-191/+74
2024-06-03Provide previous generic arguments to `provided_kind`Oli Scherer-17/+6
2024-06-03Always provide previous generic argumentsOli Scherer-34/+24
2024-06-03Explain some code duplicationOli Scherer-0/+4
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-03Mark all extraneous generic args as errorsOli Scherer-63/+77
2024-06-03Mark all missing generic args as errorsOli Scherer-68/+63
2024-06-03Store indices of generic args instead of spans, as the actual entries are unu...Oli Scherer-16/+5
2024-06-03Avoid an `Option` that is always `Some`Oli Scherer-23/+22
2024-06-03Hide some follow-up errorsOli Scherer-6/+8
2024-06-03Add regression testOli Scherer-0/+50
2024-06-03Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targetsLukas Wirth-0/+1
2024-06-03Fix ICE caused by ignoring EffectVars in type inferenceAndrew Wock-11/+98
2024-06-03Auto merge of #125912 - nnethercote:rustfmt-tests-mir-opt, r=oli-obkbors-563/+630
2024-06-03Remove stray "this"Tobias Bucher-2/+1
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-02Add "OnceList" example to motivate OnceLockJubilee Young-0/+55
2024-06-02Move first OnceLock example to LazyLockJubilee Young-58/+14
2024-06-02Differ LazyLock vs. OnceLock in std::sync overviewJubilee Young-1/+4
2024-06-02Explain LazyCell in core::cell overviewJubilee Young-0/+15
2024-06-03rustfmt `tests/mir-opt`.Nicholas Nethercote-236/+251