about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-13Panic if `PathBuf::set_extension` would add a path separatorTobias Bucher-0/+36
2024-05-13Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercotebors-22/+26
2024-05-13Auto merge of #125055 - nnethercote:Comment-FIXME, r=compiler-errorsbors-29/+43
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
2024-05-12Auto merge of #124902 - compiler-errors:mem-cat-but-better, r=lcnrbors-1105/+1183
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-208/+252
2024-05-12Apply nitsMichael Goulet-49/+105
2024-05-12Try structurally resolveMichael Goulet-29/+77
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-61/+59
2024-05-12Introduce TypeInformationCtxt to abstract over LateCtxt/FnCtxtMichael Goulet-134/+160
2024-05-12Remove unncessary mut refMichael Goulet-2/+38
2024-05-12Inline MemCategorization into ExprUseVisitorMichael Goulet-924/+778
2024-05-12Assert that MemCategorizationVisitor actually errors when it bails ungracefullyMichael Goulet-1/+17
2024-05-12Auto merge of #125040 - ickk:patch-1, r=notriddlebors-1/+1
2024-05-12Match ergonomics 2024: migration lintJules Bertholet-116/+409
2024-05-12Auto merge of #125045 - GuillaumeGomez:rollup-em6qdzw, r=GuillaumeGomezbors-99/+173
2024-05-12Rollup merge of #125036 - lcnr:new-solver-trace, r=compiler-errorsGuillaume Gomez-53/+56
2024-05-12Rollup merge of #125030 - saethlin:ui-test-false-positives, r=compiler-errorsGuillaume Gomez-38/+13
2024-05-12Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde...Guillaume Gomez-7/+102
2024-05-12Rollup merge of #125021 - joshlf:patch-11, r=RalfJungGuillaume Gomez-1/+2
2024-05-12Auto merge of #124798 - devnexen:illumos_memalign_fix, r=RalfJungbors-2/+0
2024-05-12Migrate `rustdoc-scrape-examples-ordering` to `rmake`Guillaume Gomez-11/+61
2024-05-12Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubileebors-13/+26
2024-05-12fix hidden title in command-line-arguments docsickk-1/+1
2024-05-12Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrumbors-590/+635
2024-05-11Make `index_by_increasing_offset` return one item for primitivesScott McMurray-12/+8
2024-05-11Unify `Rvalue::Aggregate` paths in cg_ssaScott McMurray-23/+31
2024-05-12Auto merge of #119427 - dtolnay:maccall, r=compiler-errorsbors-57/+517
2024-05-12structurally important functions to `debug`lcnr-10/+13
2024-05-12solve: replace all `debug` with `trace`lcnr-63/+63
2024-05-12Auto merge of #125001 - compiler-errors:uplift-trait-predicate, r=lcnrbors-813/+886
2024-05-11Fix redundant parens around braced macro call in match armsDavid Tolnay-7/+54
2024-05-11Add classify::expr_is_completeDavid Tolnay-98/+60