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