about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-04-10Reduce size of `ModifierInfo`Veera-3/+3
2024-04-10Rollup merge of #123701 - compiler-errors:only-assert-after-checking, r=Waffl...Guillaume Gomez-1/+8
2024-04-10Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obkGuillaume Gomez-2/+24
2024-04-10Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obkGuillaume Gomez-34/+37
2024-04-10Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnrGuillaume Gomez-35/+175
2024-04-10Only assert for child/parent projection compatibility AFTER checking that the...Michael Goulet-1/+8
2024-04-10Only avoid anon consts during instantiationOli Scherer-3/+6
2024-04-10Rollup merge of #123668 - oli-obk:by_move_body_golfing, r=compiler-errorsMatthias Krüger-51/+43
2024-04-10Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQKMatthias Krüger-21/+56
2024-04-10Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxuMatthias Krüger-25/+23
2024-04-10Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebankMatthias Krüger-45/+13
2024-04-09Iterate over parent captures first, as there is a 1:N mapping of parent captu...Oli Scherer-71/+63
2024-04-09Add a FIXMEOli Scherer-0/+1
2024-04-09Handle const generic pattern typesSantiago Pastorino-2/+24
2024-04-09Add a helper for extending a span to include any trailing whitespaceMichael Goulet-25/+16
2024-04-09Don't use bytepos offsets when computing semicolon span for removalMichael Goulet-2/+9
2024-04-09Clarifying commentMichael Goulet-3/+9
2024-04-09Split back out unused_lifetimes -> redundant_lifetimesMichael Goulet-4/+26
2024-04-09Lint redundant lifetimes in impl headerMichael Goulet-5/+6
2024-04-09Move check to wfcheckMichael Goulet-183/+131
2024-04-09Fix stage 2Michael Goulet-1/+1
2024-04-09Add commentsMichael Goulet-6/+34
2024-04-09Actually, just reuse the UNUSED_LIFETIMES lintMichael Goulet-38/+8
2024-04-09Add redundant_lifetime_args lintMichael Goulet-8/+173
2024-04-09driver: unconditionally show update nightly hint许杰友 Jieyou Xu (Joe)-45/+13
2024-04-09Auto merge of #123676 - GuillaumeGomez:rollup-1hurixy, r=GuillaumeGomezbors-55/+65
2024-04-09Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obkGuillaume Gomez-36/+48
2024-04-09Rollup merge of #123658 - compiler-errors:stop-assuming, r=oli-obkGuillaume Gomez-19/+17
2024-04-09Auto merge of #123631 - oli-obk:fail_slow, r=jieyouxubors-22/+20
2024-04-09Shrink a loop to its looping part and move out the part that runs after the loopOli Scherer-50/+50
2024-04-09prefer `expect` over `let else bug!`Oli Scherer-3/+2
2024-04-09Split out a complex if condition into a named functionOli Scherer-18/+18
2024-04-09Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillotbors-68/+111
2024-04-09Pass value and valueLen to create a StringRefLevi Zim-10/+10
2024-04-09Auto merge of #123663 - matthiaskrgr:rollup-1qnj9j3, r=matthiaskrgrbors-853/+986
2024-04-09Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errorsMatthias Krüger-39/+49
2024-04-09Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errorsMatthias Krüger-2/+2
2024-04-09Rollup merge of #123648 - oli-obk:pattern_types_syntax, r=compiler-errorsMatthias Krüger-2/+6
2024-04-09Rollup merge of #123620 - rcvalle:rust-create-rustc-sanitizers, r=davidtwcoMatthias Krüger-781/+899
2024-04-09Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkinMatthias Krüger-29/+30
2024-04-09Set target-abi module flag for RISC-V targetskxxt-21/+56
2024-04-09Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkovbors-54/+46
2024-04-08Don't rely on upvars being assigned just because coroutine-closure kind is as...Michael Goulet-36/+48
2024-04-09Auto merge of #122387 - DianQK:re-enable-early-otherwise-branch, r=cjgillotbors-119/+53
2024-04-08Add support to intrinsics fallback bodyCelina G. Val-34/+34
2024-04-08Actually, stop making any assumption about the projections applied to the upvarMichael Goulet-19/+17
2024-04-08Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnrbors-234/+265
2024-04-08Remove unimplemented!() from BinOp::ty() functionCelina G. Val-39/+49
2024-04-08KCFI: Use legal charset in shim encodingMatthew Maurer-2/+2
2024-04-08Avoid ICEing without the `pattern_types` feature gateOli Scherer-1/+5