| Age | Commit message (Expand) | Author | Lines |
| 2025-01-17 | Auto merge of #135605 - jieyouxu:temp-require-force-rustdoc-js, r=clubby789 | bors | -4/+1 |
| 2025-01-17 | compiletest: require `COMPILETEST_FORCE_STAGE0` for `./x test rustdoc-js --st... | 许杰友 Jieyou Xu (Joe) | -4/+1 |
| 2025-01-16 | Auto merge of #135592 - matthiaskrgr:rollup-4t69l7i, r=matthiaskrgr | bors | -2046/+2607 |
| 2025-01-16 | Auto merge of #134504 - oli-obk:push-rltsvnyttwll, r=compiler-errors | bors | -8/+72 |
| 2025-01-16 | Rollup merge of #135588 - ferrocene:add-license-json-to-source-tarball, r=Kobzol | Matthias Krüger | -0/+1 |
| 2025-01-16 | Rollup merge of #135585 - onur-ozkan:135554, r=Kobzol | Matthias Krüger | -1/+15 |
| 2025-01-16 | Rollup merge of #135574 - marcoieni:docker-ghcr-mirror, r=Kobzol | Matthias Krüger | -0/+57 |
| 2025-01-16 | Rollup merge of #135561 - Zalathar:link-dead-code, r=saethlin | Matthias Krüger | -13/+6 |
| 2025-01-16 | Rollup merge of #135504 - veluca93:target-feature-cast-to-fn-ptr, r=oli-obk | Matthias Krüger | -23/+114 |
| 2025-01-16 | Rollup merge of #135481 - Zalathar:node-flow, r=oli-obk | Matthias Krüger | -1967/+2040 |
| 2025-01-16 | Rollup merge of #134754 - frank-king:feature/import_trait_associated_function... | Matthias Krüger | -42/+374 |
| 2025-01-16 | Add license-metadata.json to rustc-src tarball. | Jonathan Pallant | -0/+1 |
| 2025-01-16 | Auto merge of #135587 - matthiaskrgr:rollup-851qgnh, r=matthiaskrgr | bors | -40/+629 |
| 2025-01-16 | Rollup merge of #135556 - AeonSolstice:patch-1, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-01-16 | Rollup merge of #135251 - oli-obk:push-lmpyvvyrtplk, r=ytmimi | Matthias Krüger | -0/+0 |
| 2025-01-16 | Rollup merge of #135249 - s-cerevisiae:fix-overflowing-literals-help, r=cheny... | Matthias Krüger | -16/+94 |
| 2025-01-16 | Rollup merge of #134496 - DiuDiu777:fix-doc, r=ibraheemdev | Matthias Krüger | -2/+6 |
| 2025-01-16 | Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplett | Matthias Krüger | -21/+528 |
| 2025-01-16 | resolve symlinks of LLVM tool binaries before copying them | onur-ozkan | -1/+15 |
| 2025-01-16 | coverage: Make `yank_to_spantree_root` iterative instead of recursive | Zalathar | -19/+36 |
| 2025-01-16 | coverage: Completely overhaul counter assignment, using node-flow graphs | Zalathar | -1967/+1924 |
| 2025-01-16 | Auto merge of #135344 - scottmcm:safe-dangling, r=joboet | bors | -457/+272 |
| 2025-01-16 | ci: mirror ubuntu:22.04 to ghcr.io | MarcoIeni | -0/+57 |
| 2025-01-16 | Coerce safe-to-call target_feature functions to fn pointers. | Luca Versari | -23/+114 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -42/+374 |
| 2025-01-16 | fix typo in library/alloc/src/sync.rs | ClearLove | -1/+1 |
| 2025-01-16 | Auto merge of #135484 - nikic:llvm-19.1.7, r=cuviper | bors | -0/+0 |
| 2025-01-15 | Less unsafe in `dangling`/`without_provenance` | Scott McMurray | -457/+272 |
| 2025-01-16 | Update docs for `-Clink-dead-code` to discourage its use | Zalathar | -13/+6 |
| 2025-01-16 | Auto merge of #135458 - jieyouxu:migrate-extern-fn-reachable, r=lqd | bors | -27/+61 |
| 2025-01-15 | Auto merge of #135555 - matthiaskrgr:rollup-jnqdbuu, r=matthiaskrgr | bors | -29/+71 |
| 2025-01-15 | Clarify note in `std::sync::LazyLock` example | Aeon | -1/+1 |
| 2025-01-15 | Rollup merge of #135541 - oli-obk:push-lqlmstussztp, r=compiler-errors | Matthias Krüger | -12/+13 |
| 2025-01-15 | Rollup merge of #135535 - GuillaumeGomez:gui-test-135499, r=notriddle | Matthias Krüger | -0/+6 |
| 2025-01-15 | Rollup merge of #135523 - RalfJung:wrong-known-bug, r=compiler-errors | Matthias Krüger | -15/+10 |
| 2025-01-15 | Rollup merge of #135522 - lqd:issue-135514, r=compiler-errors | Matthias Krüger | -0/+40 |
| 2025-01-15 | Rollup merge of #135497 - DJMrTV:master, r=jhpratt | Matthias Krüger | -2/+2 |
| 2025-01-15 | Auto merge of #135540 - GuillaumeGomez:rollup-40lfb7l, r=GuillaumeGomez | bors | -464/+604 |
| 2025-01-15 | fix typo in typenames of pin documentation | DJMrTV | -2/+2 |
| 2025-01-15 | Methods of const traits are const | Oli Scherer | -12/+13 |
| 2025-01-15 | Add GUI test for #135499 | Guillaume Gomez | -0/+6 |
| 2025-01-15 | Auto merge of #133461 - ferrocene:add-copyright-files-to-dist, r=Kobzol | bors | -396/+84 |
| 2025-01-15 | Rollup merge of #135529 - onur-ozkan:outdated-fixme, r=jieyouxu | Guillaume Gomez | -2/+0 |
| 2025-01-15 | Rollup merge of #135507 - chriskrycho:trpl-edition-updates-stable, r=ehuss | Guillaume Gomez | -0/+0 |
| 2025-01-15 | Rollup merge of #135498 - compiler-errors:dyn-upcasting-completeness, r=lcnr | Guillaume Gomez | -6/+54 |
| 2025-01-15 | Rollup merge of #135428 - camelid:attr-cleanup, r=GuillaumeGomez | Guillaume Gomez | -148/+119 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -108/+229 |
| 2025-01-15 | Rollup merge of #132654 - joboet:lazy_main, r=ChrisDenton | Guillaume Gomez | -200/+202 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -120/+319 |
| 2025-01-15 | remove outdated FIXME | onur-ozkan | -2/+0 |