about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-12Fix #12760Caio-10/+20
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 #3575 - devnexen:illumos_part3, r=RalfJungbors-4/+14
2024-05-12Add test of trailing brace in a cast expressionDavid Tolnay-1/+27
2024-05-12Clean up unneeded warnings from let-else syntax testDavid Tolnay-290/+69
2024-05-12further illumos/solaris support.David Carlier-4/+14
2024-05-12Auto merge of #124639 - Jules-Bertholet:match-ergonomics-2024-migration-lint,...bors-116/+409
2024-05-12fix function call and importOneirical-2/+2
2024-05-12Auto merge of #3599 - saethlin:quiet-when-no-change, r=RalfJungbors-21/+35
2024-05-12Don't print unnecessary sysroot messagesBen Kimock-21/+35
2024-05-12make tidy happyOneirical-9/+4
2024-05-12rewrite issue-14500 to rmakeOneirical-16/+45
2024-05-12Auto merge of #124902 - compiler-errors:mem-cat-but-better, r=lcnrbors-1105/+1183
2024-05-12docs: fix typo in platform-support docsFederico Maria Morrone-1/+1
2024-05-12Use the target cpu from the target spec on x86_64 when -Ctarget-cpu isn't usedbjorn3-3/+3
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-13/+17
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-208/+252
2024-05-12Auto merge of #12107 - y21:expr_metavars_in_unsafe, r=xFrednetbors-0/+764
2024-05-12Support naked functionsbjorn3-48/+231
2024-05-12Remove polymorphize calls for statics in a couple more placesbjorn3-2/+2
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-60/+21
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-12Inline MemCategorization into ExprUseVisitorMichael Goulet-3/+3
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-12new lint: `macro_metavars_in_unsafe`y21-0/+764
2024-05-12Auto merge of #11540 - J-ZhengLi:issue11443, r=xFrednetbors-3/+413