about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-09-16Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obkMatthias Krüger-6/+20
2023-09-16Auto merge of #115733 - Zoxc:group-dep-node-kinds, r=cjgillotbors-8/+28
2023-09-16Auto merge of #115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgrbors-148/+144
2023-09-16make ty::Const debug printing less verboseRalf Jung-6/+20
2023-09-16Rollup merge of #115867 - Zalathar:debug, r=oli-obkMatthias Krüger-146/+141
2023-09-16Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkinMatthias Krüger-2/+3
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-8/+11
2023-09-16Auto merge of #115889 - matthiaskrgr:rollup-kfmauvh, r=matthiaskrgrbors-7/+55
2023-09-16Rollup merge of #115866 - RalfJung:interpret-debug, r=compiler-errorsMatthias Krüger-7/+55
2023-09-16Fix invalid markdown codeblock labelGuillaume Gomez-6/+6
2023-09-16Auto merge of #115740 - tmiasko:cache-reachable-set, r=cjgillotbors-0/+1
2023-09-16Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obkbors-36/+10
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-24/+41
2023-09-16coverage: Replace an unnecessary map with a setZalathar-7/+7
2023-09-16coverage: Simplify internal representation of debug typesZalathar-135/+131
2023-09-16coverage: Update log module names in debug docsZalathar-2/+2
2023-09-16coverage: Arrange imports in `rustc_mir_transform::coverage::debug`Zalathar-9/+8
2023-09-15special case `TyAndLayout` debug implBoxy-3/+38
2023-09-15Fix incorrect codeblock attributes in docsGuillaume Gomez-2/+2
2023-09-15Implement custom classes for rustdoc code blocks with `custom_code_classes_in...Guillaume Gomez-0/+3
2023-09-15llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-5/+19
2023-09-15Auto merge of #115853 - obeis:hir-analysis-migrate-diagnostics-6, r=compiler-...bors-77/+116
2023-09-15make interpreter type Debug impl independent of Ty debug implRalf Jung-4/+17
2023-09-15Auto merge of #115850 - compiler-errors:effect-canon, r=fee1-deadbors-2/+25
2023-09-15Canonicalize effect vars in new solverMichael Goulet-2/+25
2023-09-15Auto merge of #115861 - clubby789:migrate-remove-semi-diag, r=compiler-errorsbors-19/+36
2023-09-15Make 'remove semi to coerce match' diagnostic translatableclubby789-19/+36
2023-09-15Auto merge of #115859 - compiler-errors:effect-fallback, r=fee1-deadbors-1/+1
2023-09-14Enable varargs support for AAPCS calling conventionSoveu-2/+3
2023-09-14Fallback effects even if types also fall backMichael Goulet-1/+1
2023-09-14Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naberbors-274/+297
2023-09-14Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-77/+116
2023-09-14Auto merge of #115848 - matthiaskrgr:rollup-lsul9dz, r=matthiaskrgrbors-26/+90
2023-09-14Rollup merge of #115844 - oli-obk:opaque_lifetime_ambiguity, r=jackh726Matthias Krüger-1/+9
2023-09-14Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726Matthias Krüger-15/+45
2023-09-14Rollup merge of #115832 - Zalathar:fix-no-coverage, r=oli-obkMatthias Krüger-2/+2
2023-09-14Rollup merge of #115772 - ouz-a:smir_span2, r=oli-obkMatthias Krüger-8/+34
2023-09-14Auto merge of #115804 - RalfJung:valtree-to-const-val, r=oli-obkbors-106/+78
2023-09-14Paper over an accidental regressionOli Scherer-1/+9
2023-09-14Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obkbors-40/+70
2023-09-14Auto merge of #112038 - Nemo157:edition-2024-unsafe_op_in_unsafe_fn, r=RalfJungbors-18/+7
2023-09-14Auto merge of #115764 - RalfJung:const-by-ref-alloc-id, r=oli-obkbors-175/+200
2023-09-14fix clippy (and MIR printing) handling of ConstValue::Indirect slicesRalf Jung-26/+62
2023-09-14don't force all slice-typed ConstValue to be ConstValue::SliceRalf Jung-54/+36
2023-09-14treat host effect params as erased generics in codegenDeadbeef-40/+70
2023-09-14Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errorsbors-0/+9
2023-09-14found another place where we can eval() a const, and go through valtreesRalf Jung-39/+14
2023-09-14always evaluate ConstantKind::Ty through valtreesRalf Jung-16/+12
2023-09-14valtree_to_const_value: add fast-path for Scalar tuples/structsRalf Jung-1/+16
2023-09-14make it more clear which functions create fresh AllocIdRalf Jung-39/+39