about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-20fmtThe Miri Cronjob Bot-2/+7
2024-10-20Merge from rustcThe Miri Cronjob Bot-4838/+10397
2024-10-21test: Add test for trait in FQS cast, issue #98565Jan Cibulka-0/+24
2024-10-20Auto merge of #131970 - matthiaskrgr:rollup-nr32ksd, r=matthiaskrgrbors-83/+606
2024-10-20Rollup merge of #131965 - ChrisDenton:outdated-comment, r=jieyouxuMatthias Krüger-3/+0
2024-10-20Rollup merge of #131964 - matthiaskrgr:crashes2010, r=jieyouxuMatthias Krüger-0/+76
2024-10-20Rollup merge of #131962 - Zalathar:llvm-set-section, r=Swatinem,workingjubileeMatthias Krüger-13/+14
2024-10-20Rollup merge of #131961 - jieyouxu:dirty, r=ZalatharMatthias Krüger-9/+7
2024-10-20Rollup merge of #131926 - clubby789:configure-enable, r=KobzolMatthias Krüger-1/+2
2024-10-20Rollup merge of #131843 - workingjubilee:thaw-impossible-reprs, r=lukas-codeMatthias Krüger-8/+125
2024-10-20Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-SimulacrumMatthias Krüger-12/+43
2024-10-20Rollup merge of #131365 - heiseish:fix-issue-101993, r=Mark-SimulacrumMatthias Krüger-5/+79
2024-10-20Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxuMatthias Krüger-32/+260
2024-10-20compiler: Reject impossible reprs during enum layoutJubilee Young-4/+121
2024-10-20compiler: pre-move code for fixing enum layout ICEsJubilee Young-4/+4
2024-10-20Remove outdated commentChris Denton-3/+0
2024-10-20add latest crash testsMatthias Krüger-0/+76
2024-10-20compiletest: disambiguate between `tidy` and `tidy` (html version)许杰友 Jieyou Xu (Joe)-9/+7
2024-10-20Make `llvm::set_section` take a `&CStr`Zalathar-13/+14
2024-10-20Auto merge of #131957 - GuillaumeGomez:rm-unused, r=notriddlebors-21/+9
2024-10-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-10-20Auto merge of #131958 - Zalathar:rollup-gkuk3n1, r=Zalatharbors-113/+189
2024-10-20Rollup merge of #131945 - aDotInTheVoid:footnote-time, r=notriddleStuart Cook-79/+118
2024-10-20Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicolaStuart Cook-6/+30
2024-10-20Rollup merge of #131941 - lolbinarycat:compiletest-need-html-tidy, r=clubby789Stuart Cook-1/+1
2024-10-20Rollup merge of #131876 - workingjubilee:llvm-c-c-c-comdat, r=ZalatharStuart Cook-27/+40
2024-10-20Remove unused `recoverable` argument in collect_intra_doc_linksGuillaume Gomez-21/+9
2024-10-20Auto merge of #131911 - lcnr:probe-no-more-leak-2, r=compiler-errorsbors-124/+175
2024-10-19Auto merge of #131948 - matthiaskrgr:rollup-c9rvzu6, r=matthiaskrgrbors-374/+437
2024-10-19Rollup merge of #131939 - compiler-errors:predicate-filter, r=fmeaseMatthias Krüger-95/+61
2024-10-19Rollup merge of #131936 - jalil-salame:rustdoc-types-rustc-hash, r=aDotInTheVoidMatthias Krüger-6/+14
2024-10-19Rollup merge of #131932 - usamoi:tracked-path, r=NadrierilMatthias Krüger-2/+3
2024-10-19Rollup merge of #131931 - compiler-errors:constness-valid, r=fmeaseMatthias Krüger-45/+16
2024-10-19Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxuMatthias Krüger-12/+22
2024-10-19Rollup merge of #131921 - klensy:statx_all, r=ChrisDentonMatthias Krüger-5/+5
2024-10-19Rollup merge of #131920 - clubby789:108395-test, r=jieyouxuMatthias Krüger-0/+27
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-82/+48
2024-10-19Rollup merge of #131789 - compiler-errors:capture-more, r=fmeaseMatthias Krüger-69/+102
2024-10-19Rollup merge of #131772 - GnomedDev:remove-proc_macro-todo, r=petrochenkovMatthias Krüger-20/+11
2024-10-19Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkovMatthias Krüger-12/+37
2024-10-19Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=...Matthias Krüger-26/+91
2024-10-19Auto merge of #131907 - saethlin:update-compiler-builtins, r=tgross35bors-4/+4
2024-10-19rustdoc: Refractor footnote handlingAlona Enraght-Moony-36/+67
2024-10-19compiletest: disambiguate html-tidy from rust tidy toolbinarycat-1/+1
2024-10-19rust-analyzer: Nest `LayoutCalculatorError` in `hir_ty::LayoutError`Jubilee Young-5/+4
2024-10-19compiler: Adopt rust-analyzer impls for `LayoutCalculatorError`Jubilee Young-1/+26
2024-10-19Make sure that outer opaques capture inner opaques's lifetimes even with prec...Michael Goulet-69/+102
2024-10-19Use PredicateFilter instead of OnlySelfBoundsMichael Goulet-95/+61
2024-10-19llvm: Delete LLVMRustSetComdatJubilee Young-10/+0
2024-10-19cg_llvm: Reuse LLVM-C Comdat supportJubilee Young-10/+32