about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-26/+94
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-8/+31
2023-09-22Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillotbors-3/+43
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-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-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
2023-09-20Rollup merge of #115983 - eopb:confusing-if-chain-indent, r=compiler-errorsMatthias Krüger-3/+3
2023-09-20coverage: Remove vestigial counter/expression debug labelsZalathar-22/+5
2023-09-20coverage: Remove vestigial `format_counter` methodsZalathar-40/+20
2023-09-20coverage: Remove debug code from the instrumentorZalathar-991/+18
2023-09-20the Const::eval_bits methods don't need to be given the TyRalf Jung-48/+35
2023-09-20Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillotbors-30/+73
2023-09-20fix bugs with effects fallbackDeadbeef-8/+10
2023-09-20Enable effects for libcoreDeadbeef-6/+27
2023-09-20rustc_target/loongarch: Fix passing of transparent unions with only one non-Z...WANG Rui-0/+11
2023-09-19Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkinbors-11/+8