about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-05Tweak E0320 overflow error wordingEsteban Küber-17/+17
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-157/+371
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-515/+535
2024-11-05Auto merge of #132626 - workingjubilee:rollup-hbmtbzk, r=workingjubileebors-1397/+1701
2024-11-04Rollup merge of #132609 - NotWearingPants:patch-1, r=AmanieuJubilee-1/+1
2024-11-04Rollup merge of #132608 - mejrs:type_impls_trait, r=compiler-errorsJubilee-0/+18
2024-11-04Rollup merge of #132606 - eduardosm:char-slice-str-pattern-doc, r=tgross35Jubilee-2/+2
2024-11-04Rollup merge of #132601 - rustbot:docs-update, r=ehussJubilee-0/+0
2024-11-04Rollup merge of #132598 - jdonszelmann:move-lints-to-early, r=xFrednetJubilee-112/+122
2024-11-04Rollup merge of #132596 - GuillaumeGomez:show-coverage, r=notriddleJubilee-6/+48
2024-11-04Rollup merge of #132587 - nnethercote:revert-avoid-nested-replacement-ranges,...Jubilee-7/+21
2024-11-04Rollup merge of #132492 - RalfJung:const-intrinsics, r=compiler-errorsJubilee-1268/+1333
2024-11-04Rollup merge of #132303 - nyurik:non-exhaustive-err, r=compiler-errorsJubilee-1/+10
2024-11-04Rollup merge of #132025 - duncpro:E0027, r=compiler-errorsJubilee-0/+95
2024-11-04Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errorsJubilee-0/+51
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-18/+1332
2024-11-05Explain how to evaluate an obligationmejrs-3/+9
2024-11-04when an intrinsic has a const-stable fallback body, we can easily expose it o...Ralf Jung-8/+37
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-58/+46
2024-11-04add new rustc_const_stable_intrinsic attribute for const-stable intrinsicsRalf Jung-68/+80
2024-11-04remove support for extern-block const intrinsicsRalf Jung-224/+118
2024-11-04convert all const-callable intrinsics into the new form (without extern block)Ralf Jung-968/+1110
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-157/+371
2024-11-04Move two attribute lints to be early pass (post expansion)Jonathan Dönszelmann-112/+122
2024-11-04Auto merge of #132594 - lnicola:sync-from-ra, r=lnicolabors-849/+1907
2024-11-04docs: fix grammar in doc comment at unix/process.rsNotWearingPants-1/+1
2024-11-04Improve example of `impl Pattern for &[char]`Eduardo Sánchez Muñoz-2/+2
2024-11-04Auto merge of #132603 - matthiaskrgr:rollup-ikzofgc, r=matthiaskrgrbors-451/+725
2024-11-04Update booksrustbot-0/+0
2024-11-04Rollup merge of #132583 - mejrs:tuples, r=compiler-errorsMatthias Krüger-0/+155
2024-11-04Rollup merge of #132579 - RalfJung:rustc-std-workspace-crates, r=AmanieuMatthias Krüger-0/+62
2024-11-04Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errorsMatthias Krüger-8/+60
2024-11-04Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...Matthias Krüger-431/+433
2024-11-04Rollup merge of #132486 - compiler-errors:no-binder, r=lcnrMatthias Krüger-9/+3
2024-11-04Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLiiMatthias Krüger-3/+12
2024-11-04document `type_implements_trait`mejrs-0/+12
2024-11-04Rename `DocContext::is_json` into `DocContext::is_json_output`Guillaume Gomez-8/+8
2024-11-04Add UI regressions tests for rustdoc `--show-coverage` optionGuillaume Gomez-0/+34
2024-11-04Fix invalid coverage computation when `--output-format=json` is enabledGuillaume Gomez-6/+14
2024-11-04Auto merge of #132275 - compiler-errors:deref-effects, r=fee1-deadbors-141/+140
2024-11-04Suggest creating unary tuplesmejrs-0/+155
2024-11-04Auto merge of #132250 - nnethercote:rustc_borrowck-cleanups, r=compiler-errorsbors-385/+251
2024-11-04Merge pull request #18472 from lnicola/reinterpret-function-casingLaurențiu Nicola-1/+1
2024-11-04Fix feature name casingLaurențiu Nicola-1/+1
2024-11-04Auto merge of #132586 - workingjubilee:rollup-qrmn49a, r=workingjubileebors-1151/+286
2024-11-04update rustc-std-workspace cratesRalf Jung-12/+40
2024-11-04`BorrowckDiags` tweaks.Nicholas Nethercote-13/+5
2024-11-04Simplify `LocalUseMapBuild`.Nicholas Nethercote-48/+14
2024-11-04Merge `BorrowCheckContext` into `TypeChecker`.Nicholas Nethercote-173/+88
2024-11-04Remove unnecessary qualifiers.Nicholas Nethercote-3/+3