| Age | Commit message (Expand) | Author | Lines |
| 2024-10-20 | Rollup merge of #131962 - Zalathar:llvm-set-section, r=Swatinem,workingjubilee | Matthias Krüger | -13/+14 |
| 2024-10-20 | Rollup merge of #131961 - jieyouxu:dirty, r=Zalathar | Matthias Krüger | -9/+7 |
| 2024-10-20 | Rollup merge of #131926 - clubby789:configure-enable, r=Kobzol | Matthias Krüger | -1/+2 |
| 2024-10-20 | Rollup merge of #131843 - workingjubilee:thaw-impossible-reprs, r=lukas-code | Matthias Krüger | -8/+125 |
| 2024-10-20 | Rollup merge of #131647 - jieyouxu:unicode-table-generator, r=Mark-Simulacrum | Matthias Krüger | -12/+43 |
| 2024-10-20 | Rollup merge of #131365 - heiseish:fix-issue-101993, r=Mark-Simulacrum | Matthias Krüger | -5/+79 |
| 2024-10-20 | Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxu | Matthias Krüger | -32/+260 |
| 2024-10-20 | compiler: Reject impossible reprs during enum layout | Jubilee Young | -4/+121 |
| 2024-10-20 | compiler: pre-move code for fixing enum layout ICEs | Jubilee Young | -4/+4 |
| 2024-10-20 | compiletest: disambiguate between `tidy` and `tidy` (html version) | 许杰友 Jieyou Xu (Joe) | -9/+7 |
| 2024-10-20 | Make `llvm::set_section` take a `&CStr` | Zalathar | -13/+14 |
| 2024-10-20 | Auto merge of #131957 - GuillaumeGomez:rm-unused, r=notriddle | bors | -21/+9 |
| 2024-10-20 | Auto merge of #131958 - Zalathar:rollup-gkuk3n1, r=Zalathar | bors | -113/+189 |
| 2024-10-20 | Rollup merge of #131945 - aDotInTheVoid:footnote-time, r=notriddle | Stuart Cook | -79/+118 |
| 2024-10-20 | Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicola | Stuart Cook | -6/+30 |
| 2024-10-20 | Rollup merge of #131941 - lolbinarycat:compiletest-need-html-tidy, r=clubby789 | Stuart Cook | -1/+1 |
| 2024-10-20 | Rollup merge of #131876 - workingjubilee:llvm-c-c-c-comdat, r=Zalathar | Stuart Cook | -27/+40 |
| 2024-10-20 | Remove unused `recoverable` argument in collect_intra_doc_links | Guillaume Gomez | -21/+9 |
| 2024-10-20 | Auto merge of #131911 - lcnr:probe-no-more-leak-2, r=compiler-errors | bors | -124/+175 |
| 2024-10-19 | Auto merge of #131948 - matthiaskrgr:rollup-c9rvzu6, r=matthiaskrgr | bors | -374/+437 |
| 2024-10-19 | Rollup merge of #131939 - compiler-errors:predicate-filter, r=fmease | Matthias Krüger | -95/+61 |
| 2024-10-19 | Rollup merge of #131936 - jalil-salame:rustdoc-types-rustc-hash, r=aDotInTheVoid | Matthias Krüger | -6/+14 |
| 2024-10-19 | Rollup merge of #131932 - usamoi:tracked-path, r=Nadrieril | Matthias Krüger | -2/+3 |
| 2024-10-19 | Rollup merge of #131931 - compiler-errors:constness-valid, r=fmease | Matthias Krüger | -45/+16 |
| 2024-10-19 | Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxu | Matthias Krüger | -12/+22 |
| 2024-10-19 | Rollup merge of #131921 - klensy:statx_all, r=ChrisDenton | Matthias Krüger | -5/+5 |
| 2024-10-19 | Rollup merge of #131920 - clubby789:108395-test, r=jieyouxu | Matthias Krüger | -0/+27 |
| 2024-10-19 | Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril | Matthias Krüger | -82/+48 |
| 2024-10-19 | Rollup merge of #131789 - compiler-errors:capture-more, r=fmease | Matthias Krüger | -69/+102 |
| 2024-10-19 | Rollup merge of #131772 - GnomedDev:remove-proc_macro-todo, r=petrochenkov | Matthias Krüger | -20/+11 |
| 2024-10-19 | Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkov | Matthias Krüger | -12/+37 |
| 2024-10-19 | Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=... | Matthias Krüger | -26/+91 |
| 2024-10-19 | Auto merge of #131907 - saethlin:update-compiler-builtins, r=tgross35 | bors | -4/+4 |
| 2024-10-19 | rustdoc: Refractor footnote handling | Alona Enraght-Moony | -36/+67 |
| 2024-10-19 | compiletest: disambiguate html-tidy from rust tidy tool | binarycat | -1/+1 |
| 2024-10-19 | rust-analyzer: Nest `LayoutCalculatorError` in `hir_ty::LayoutError` | Jubilee Young | -5/+4 |
| 2024-10-19 | compiler: Adopt rust-analyzer impls for `LayoutCalculatorError` | Jubilee Young | -1/+26 |
| 2024-10-19 | Make sure that outer opaques capture inner opaques's lifetimes even with prec... | Michael Goulet | -69/+102 |
| 2024-10-19 | Use PredicateFilter instead of OnlySelfBounds | Michael Goulet | -95/+61 |
| 2024-10-19 | llvm: Delete LLVMRustSetComdat | Jubilee Young | -10/+0 |
| 2024-10-19 | cg_llvm: Reuse LLVM-C Comdat support | Jubilee Young | -10/+32 |
| 2024-10-19 | Auto merge of #131934 - matthiaskrgr:rollup-pd3dwxu, r=matthiaskrgr | bors | -176/+396 |
| 2024-10-19 | feat(rustdoc-json-types): introduce rustc-hash feature | Jalil David Salamé Messina | -6/+14 |
| 2024-10-19 | Update `compiler-builtins` to 0.1.134 | Ben Kimock | -4/+4 |
| 2024-10-19 | Rollup merge of #131919 - RalfJung:zero-sized-accesses, r=jhpratt | Matthias Krüger | -13/+16 |
| 2024-10-19 | Rollup merge of #131916 - RalfJung:interpret-err, r=jieyouxu | Matthias Krüger | -95/+108 |
| 2024-10-19 | Rollup merge of #131908 - aDotInTheVoid:rustdoc-gamer-hashing, r=notriddle,Gu... | Matthias Krüger | -15/+16 |
| 2024-10-19 | Rollup merge of #131899 - compiler-errors:placeholder, r=lqd | Matthias Krüger | -1/+1 |
| 2024-10-19 | Rollup merge of #131890 - printfn:precise-capturing-docs, r=traviscross | Matthias Krüger | -7/+39 |
| 2024-10-19 | Rollup merge of #131838 - jieyouxu:boopjob, r=onur-ozkan | Matthias Krüger | -3/+73 |