about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-14coverage: Simplify counter expressions using simple algebraZalathar-1315/+845
2024-05-14coverage: Memoize newly-created counter expressionsZalathar-5/+23
2024-05-14coverage: Store expression operands as `BcbCounter`Zalathar-4/+24
2024-05-14Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkovbors-190/+182
2024-05-13Auto merge of #125076 - compiler-errors:alias-term, r=lcnrbors-458/+695
2024-05-14Remove `NtIdent` and `NtLifetime`.Nicholas Nethercote-104/+131
2024-05-13Apply nitsMichael Goulet-137/+73
2024-05-13Auto merge of #125086 - matthiaskrgr:rollup-xob4lof, r=matthiaskrgrbors-19/+60
2024-05-13Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat...Matthias Krüger-10/+28
2024-05-13Rollup merge of #125063 - tbu-:pr_set_ice_hook_env, r=michaelwoeristerMatthias Krüger-2/+3
2024-05-13Rollup merge of #123817 - slanterns:seek_relative, r=dtolnayMatthias Krüger-2/+1
2024-05-13Rollup merge of #119959 - fmease:triagebot-prioritization-alert-label, r=apir...Matthias Krüger-1/+1
2024-05-13Rollup merge of #119515 - joshtriplett:style-guide-gat-where-clause-same-line...Matthias Krüger-4/+27
2024-05-13split out AliasTy -> AliasTermMichael Goulet-387/+688
2024-05-13Auto merge of #125074 - bjorn3:sync_cg_clif-2024-05-13, r=bjorn3bors-166/+481
2024-05-13Reword formatting for where clausesJosh Triplett-1/+1
2024-05-13style-guide: Also format where clauses on one line for short function declsJosh Triplett-5/+15
2024-05-13style-guide: Not all where clauses can be written as inline boundsJosh Triplett-1/+1
2024-05-13style-guide: Give a second example for associated type formattingJosh Triplett-0/+1
2024-05-13style-guide: Format single associated type `where` clauses on the same lineJosh Triplett-1/+13
2024-05-13Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202...bjorn3-166/+481
2024-05-13Auto merge of #125061 - RalfJung:interpret-error, r=cjgillotbors-132/+126
2024-05-13Rustup to rustc 1.80.0-nightly (ef0027897 2024-05-12)bjorn3-1/+1
2024-05-13Migrate `run-make/rustdoc-target-spec-json-path` to rmakeGuillaume Gomez-10/+14
2024-05-13Add `library_search_path` to `Rustdoc`Guillaume Gomez-0/+8
2024-05-13Add `target` method to `Rustdoc` typeGuillaume Gomez-0/+6
2024-05-13Auto merge of #125024 - Oneirical:master, r=jieyouxubors-25/+45
2024-05-13Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercotebors-22/+26
2024-05-13Don't call `env::set_var` in `rustc_driver::install_ice_hook`Tobias Bucher-2/+3
2024-05-13Auto merge of #125055 - nnethercote:Comment-FIXME, r=compiler-errorsbors-29/+43
2024-05-13interpret: move error macros into error.rsRalf Jung-132/+126
2024-05-13Remove a `Span` from `TokenKind::Interpolated`.Nicholas Nethercote-97/+62
2024-05-13Make `Comments::next` consume a comment.Nicholas Nethercote-9/+7
2024-05-13Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlinbors-81/+281
2024-05-13Make handling of `Comments` more iterator-like.Nicholas Nethercote-24/+40
2024-05-13Remove `extern crate rustc_middle` from `rustc_ty_utils`.Nicholas Nethercote-2/+12
2024-05-13Remove `extern crate rustc_middle` from `rustc_trait_selection`.Nicholas Nethercote-2/+29
2024-05-13Remove `extern crate rustc_middle` from `rustc_query_impl`.Nicholas Nethercote-6/+4
2024-05-13Remove `extern crate rustc_middle` from `rustc_mir_transform`.Nicholas Nethercote-2/+31
2024-05-13Remove `extern crate rustc_middle` from `rustc_mir_build`.Nicholas Nethercote-8/+24
2024-05-13Remove `extern crate rustc_middle` from `rustc_metadata`.Nicholas Nethercote-3/+6
2024-05-13Remove `extern crate rustc_middle` from `rustc_infer`.Nicholas Nethercote-2/+21
2024-05-13Remove `extern crate rustc_middle` from `rustc_hir_typeck`.Nicholas Nethercote-3/+25
2024-05-12Auto merge of #125051 - dtolnay:printletelse, r=compiler-errorsbors-1/+46
2024-05-13Remove `extern crate rustc_middle` from `rustc_hir_analysis`.Nicholas Nethercote-4/+27
2024-05-13Remove `extern crate rustc_middle` from `rustc_const_eval`.Nicholas Nethercote-48/+101
2024-05-13Remove a stray backtick in an error explanation.Nicholas Nethercote-1/+1
2024-05-12Pretty-print let-else with added parenthesization when neededDavid Tolnay-2/+6
2024-05-12Add AST pretty-printer tests for let-elseDavid Tolnay-0/+41
2024-05-12Auto merge of #124639 - Jules-Bertholet:match-ergonomics-2024-migration-lint,...bors-116/+409