about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-07only emit pointer-like metadata for BZST-allocator BoxMichael Goulet-1/+24
2022-03-08:arrow_up: rust-analyzerLaurențiu Nicola-18/+17
2022-03-07update MiriRalf Jung-10/+7
2022-03-07Statically compile libstdc++ everywhere if askedJon Gjengset-12/+12
2022-03-07Bless testJack Huey-3/+12
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-266/+266
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-689/+1014
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-50/+248
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-159/+790
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-266/+471
2022-03-07copy over `std::path::absolute` instead of adding `canonicalize` hacksJoshua Nelson-26/+138
2022-03-07fix weird bug when `out` would get overridden by unit testsJoshua Nelson-10/+27
2022-03-07Don't depend on python for RUST_BOOTSTRAP_CONFIGJoshua Nelson-21/+21
2022-03-07Move some more bootstrap logic from python to rustJoshua Nelson-23/+16
2022-03-07placate rustfmt in rustfmt.Felix S. Klock II-9/+3
2022-03-07placate rustfmt in rustfmt.Felix S. Klock II-9/+3
2022-03-07Bless issue-91130 testJack Huey-1/+12
2022-03-07Try to normalize associated types before processing obligationsJack Huey-205/+265
2022-03-07Handle `#[expect(unfulfilled_lint_expectations)]` with a lint messagexFrednet-0/+77
2022-03-07fixouz-a-0/+92
2022-03-07Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgrbors-733/+147
2022-03-07diagnostics: only talk about `Cargo.toml` if running under CargoMichael Howell-24/+114
2022-03-07Update clippy to new ExprUseVisitor delegateEric Holk-5/+5
2022-03-07Move test to right placeEric Holk-0/+22
2022-03-07Rollup merge of #94700 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2022-03-07Rollup merge of #94696 - GuillaumeGomez:align-line-numbers-right, r=notriddleMatthias Krüger-8/+8
2022-03-07Update testsEric Holk-7/+5
2022-03-07Stabilize const_impl_trait as wellEric Holk-33/+2
2022-03-07Update and fix clippy testsEric Holk-5/+24
2022-03-07Update tests after feature stabilizationEric Holk-659/+107
2022-03-07Stabilize const_fn_fn_ptr_basics and const_fn_trait_boundEric Holk-21/+1
2022-03-07Do not allow `#[rustc_legacy_const_generics]` on methodsChayim Refael Friedman-3/+16
2022-03-07Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-deadbors-6/+6
2022-03-07Gather more profile data for LLVM PGOJakub Beránek-10/+28
2022-03-07Update minifier versionGuillaume Gomez-1/+1
2022-03-07Add GUI test to ensure that line numbers text is aligned to the rightGuillaume Gomez-0/+3
2022-03-07Remove unneeded whitespace generation and use CSS instead instead to align li...Guillaume Gomez-8/+5
2022-03-07Rollup merge of #94688 - compiler-errors:free-regions-in-copy-predicate-check...Matthias Krüger-0/+31
2022-03-07Rollup merge of #94553 - lcnr:add-tests, r=Dylan-DPCMatthias Krüger-0/+45
2022-03-07add tests for #94502lcnr-0/+45
2022-03-07Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddleMatthias Krüger-35/+40
2022-03-07Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema...Matthias Krüger-1/+1
2022-03-07Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwcoMatthias Krüger-0/+21
2022-03-06allow referencing impl substs from rustc_on_unimplementedMichael Goulet-0/+28
2022-03-06use impl substs in on_unimplementedMichael Goulet-2/+57
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-6/+6
2022-03-06Erase regions when checking for missing Copy predicatesMichael Goulet-0/+31
2022-03-06Fix rustdoc for GATs with with anonymous bound regionsMichael Goulet-35/+40
2022-03-06Auto merge of #94597 - nnethercote:ConstAllocation, r=fee1-deadbors-3/+3
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-3/+3