about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-16Auto merge of #115829 - notriddle:notriddle/rustdoc-theme-css-merge, r=Guilla...bors-448/+808
2023-09-15Auto merge of #115878 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-09-16Update cargoWeihang Lo-0/+0
2023-09-15rustdoc: avoid calling `document.write` after the page loadsMichael Howell-2/+12
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-448/+798
2023-09-15Auto merge of #115871 - krasimirgg:llvm-18-en, r=durin42bors-5/+19
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 #115851 - Alexendoo:clippy-doc-hidden-headers, r=flip1995bors-1/+20
2023-09-15Auto merge of #115850 - compiler-errors:effect-canon, r=fee1-deadbors-2/+47
2023-09-15Canonicalize effect vars in new solverMichael Goulet-2/+47
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-2/+9
2023-09-14Auto merge of #115857 - notriddle:notriddle/gui-test-themes, r=GuillaumeGomezbors-1/+149
2023-09-14Fallback effects even if types also fall backMichael Goulet-2/+9
2023-09-14rusdoc: add gui test for custom CSS themesMichael Howell-1/+149
2023-09-14Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naberbors-2017/+2205
2023-09-14Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-77/+116
2023-09-14Ignore `#[doc(hidden)]` functions in clippy doc lintsAlex Macleod-1/+20
2023-09-14Auto merge of #115848 - matthiaskrgr:rollup-lsul9dz, r=matthiaskrgrbors-41/+133
2023-09-14Rollup merge of #115844 - oli-obk:opaque_lifetime_ambiguity, r=jackh726Matthias Krüger-15/+24
2023-09-14Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726Matthias Krüger-15/+72
2023-09-14Rollup merge of #115832 - Zalathar:fix-no-coverage, r=oli-obkMatthias Krüger-3/+3
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-15/+24
2023-09-14Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obkbors-41/+71
2023-09-14Auto merge of #112038 - Nemo157:edition-2024-unsafe_op_in_unsafe_fn, r=RalfJungbors-18/+40
2023-09-14Auto merge of #115764 - RalfJung:const-by-ref-alloc-id, r=oli-obkbors-220/+422
2023-09-14add regression test for something we fixedRalf Jung-0/+31
2023-09-14fix clippy (and MIR printing) handling of ConstValue::Indirect slicesRalf Jung-44/+71
2023-09-14bless allRalf Jung-0/+152
2023-09-14don't force all slice-typed ConstValue to be ConstValue::SliceRalf Jung-54/+36
2023-09-14Auto merge of #115828 - clubby789:clubby-off-vacation, r=lqdbors-1/+1
2023-09-14treat host effect params as erased generics in codegenDeadbeef-41/+71
2023-09-14Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errorsbors-0/+24
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-45/+45
2023-09-14cleanup op_to_const a bit; rename ConstValue::ByRef → IndirectRalf Jung-47/+40
2023-09-14use AllocId instead of Allocation in ConstValue::ByRefRalf Jung-63/+80
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/+72