about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-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-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
2023-09-14cleanup op_to_const a bit; rename ConstValue::ByRef → IndirectRalf Jung-45/+38
2023-09-14use AllocId instead of Allocation in ConstValue::ByRefRalf Jung-38/+52
2023-09-14a bit of cleanup in valtree_to_const_valueRalf Jung-51/+37
2023-09-14Auto merge of #115751 - lcnr:inspect-cleanup, r=compiler-errorsbors-285/+349
2023-09-14Properly consider binder vars in HasTypeFlagsVisitorMichael Goulet-15/+45
2023-09-14Fix the error message for `#![feature(no_coverage)]`Zalathar-2/+2
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-57/+83
2023-09-14span is indexouz-a-8/+34
2023-09-13Visit ExprField for lint levels.Camille GILLOT-0/+9
2023-09-13Auto merge of #115820 - matthiaskrgr:rollup-kyglvpu, r=matthiaskrgrbors-142/+122
2023-09-13Rollup merge of #115815 - bvanjoi:fix-115809, r=oli-obkMatthias Krüger-0/+5
2023-09-13Rollup merge of #115798 - RalfJung:non_1zst_field, r=wesleywiserMatthias Krüger-89/+49
2023-09-13Rollup merge of #115771 - RalfJung:no-more-const-err-lint, r=oli-obkMatthias Krüger-23/+4
2023-09-13Rollup merge of #115736 - Zoxc:time-cleanup, r=wesleywiserMatthias Krüger-30/+64
2023-09-13Auto merge of #115797 - cjgillot:const-prop-noclone, r=oli-obkbors-133/+111
2023-09-13fix: skip opt if body has tainted errorbohan-0/+5
2023-09-13Address review commentsMatthew Jasper-4/+15
2023-09-13Auto merge of #115803 - RalfJung:const-eval, r=oli-obkbors-339/+239
2023-09-13Auto merge of #115269 - bvanjoi:fix-113834, r=petrochenkovbors-11/+18
2023-09-13Bring back `verbose_generic_activity_with_arg`John Kåre Alsaker-0/+19
2023-09-13Generate MIR pass names for profiling on the fly and pass the body DefId as a...John Kåre Alsaker-4/+47