about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-12/+12
2023-09-22Auto merge of #115690 - ShE3py:Z-treat-err-as-bug, r=petrochenkovbors-14/+19
2023-09-22Allow `-Z treat-err-as-bug=0`Lieselotte-14/+19
2023-09-22Rollup merge of #116049 - RalfJung:future-incompat, r=NilstriebMatthias Krüger-30/+77
2023-09-22Rollup merge of #116041 - compiler-errors:rigid-note, r=RalfJungMatthias Krüger-0/+5
2023-09-22Rollup merge of #116039 - estebank:nested-tait, r=compiler-errorsMatthias Krüger-2/+7
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-8/+31
2023-09-22make the reason: field mandatory for @future_incompatible lintsRalf Jung-19/+51
2023-09-22give FutureIncompatibilityReason variants more explicit namesRalf Jung-19/+34
2023-09-22Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillotbors-3/+43
2023-09-22Add note to is_known_rigidMichael Goulet-0/+5
2023-09-22Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillotbors-518/+508
2023-09-21Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errorsbors-268/+229
2023-09-21Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebankbors-29/+185
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-12/+12
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-4/+63
2023-09-21Suggest desugaring to RPITIT when AFIT is required to be an auto traitMichael Goulet-0/+137
2023-09-21Record asyncness span in HIRMichael Goulet-29/+48
2023-09-21Account for nested `impl Trait` in TAITEsteban Küber-2/+7
2023-09-21Auto merge of #114399 - Zalathar:no-renumber, r=jackh726bors-180/+130
2023-09-21added support for GNU/HurdSamuel Thibault-4/+63
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-518/+508
2023-09-21Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obkbors-188/+202
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-470/+438
2023-09-21Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJungGuillaume Gomez-20/+23
2023-09-21Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=NilstriebGuillaume Gomez-11/+62
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-20/+23
2023-09-21coverage: Don't bother renumbering expressions on the Rust sideZalathar-167/+64
2023-09-21coverage: Explicitly simplify coverage expressions in codegenZalathar-1/+57
2023-09-21coverage: Make the zero counter a constantZalathar-15/+12
2023-09-21Improve invalid UTF-8 lint by finding the expression initializerUrgau-11/+14
2023-09-21reviewlcnr-78/+75
2023-09-21wlcnr-1/+1
2023-09-21slight refactor, add commentlcnr-11/+20
2023-09-21HACK: avoid hang in structurally_normalizelcnr-3/+9
2023-09-21proof trees: use for `intercrate_ambiguity_causes`lcnr-221/+757
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-426/+407
2023-09-21try to avoid some layout_of callsRalf Jung-37/+42
2023-09-21Auto merge of #115549 - saethlin:include-bytes-resilient, r=jackh726bors-2/+58
2023-09-20Add unit tests based on files that return odd sizes to statBen Kimock-0/+27
2023-09-20Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLapkinbors-214/+113
2023-09-20PR feedbackBen Kimock-36/+55
2023-09-20stronger consistency check in ImmTy::from_immediateRalf Jung-3/+11
2023-09-20interpret: less debug-printing of typesRalf Jung-39/+29
2023-09-20interpret: more consistently use ImmTy in operators and castsRalf Jung-124/+135
2023-09-20Auto merge of #115987 - loongarch-rs:fix-transparent-union-abi, r=bjorn3bors-0/+11
2023-09-20Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obkbors-62/+74
2023-09-20Rollup merge of #115962 - Zalathar:debug, r=oli-obkGuillaume Gomez-1048/+38
2023-09-20Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to-predica...Guillaume Gomez-58/+23
2023-09-20Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJungbors-4/+18