about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-19Register change infoJieyou Xu-0/+5
2024-11-19Default-enable `llvm_tools_enabled` when no `config.toml` is presentJieyou Xu-0/+4
2024-11-19Auto merge of #133193 - fmease:rollup-v38ayvk, r=fmeasebors-208/+570
2024-11-19Rollup merge of #133192 - aDotInTheVoid:changelog-cleanup, r=fmeaseLeón Orell Valerian Liehr-7/+0
2024-11-19Rollup merge of #133191 - aDotInTheVoid:whoops-thats-not-stable-and-might-nev...León Orell Valerian Liehr-29/+33
2024-11-19Rollup merge of #133187 - ehuss:reference-diagnostic, r=jieyouxuLeón Orell Valerian Liehr-147/+170
2024-11-19Rollup merge of #133186 - uweigand:s390x-maintainer, r=wesleywiserLeón Orell Valerian Liehr-2/+200
2024-11-19Rollup merge of #133185 - notriddle:notriddle/roaringbitmap, r=notriddleLeón Orell Valerian Liehr-10/+55
2024-11-19Rollup merge of #133182 - RalfJung:const-panic-inline, r=tgross35León Orell Valerian Liehr-1/+1
2024-11-19Rollup merge of #133181 - rustbot:docs-update, r=ehussLeón Orell Valerian Liehr-0/+0
2024-11-19Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddleLeón Orell Valerian Liehr-4/+33
2024-11-19Rollup merge of #132758 - nnethercote:improve-get_key_value-docs, r=cuviperLeón Orell Valerian Liehr-8/+78
2024-11-19Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnrbors-65/+458
2024-11-18RELEASES.md: Don't document unstable `--test-build-wrapper`Alona Enraght-Moony-7/+0
2024-11-18rustdoc book: Move `--test-builder(--wrapper)?` docs to unstable section.Alona Enraght-Moony-29/+33
2024-11-18Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errorsbors-1341/+1745
2024-11-18rustdoc-search: add descriptive comments to bitmap classMichael Howell-0/+23
2024-11-18Update src/doc/rustc/src/platform-support/s390x-unknown-linux-gnu.mdUlrich Weigand-0/+1
2024-11-18Update booksrustbot-0/+0
2024-11-18Add reference annotations for diagnostic attributesEric Huss-147/+170
2024-11-18Document s390x-unknown-linux targetsUlrich Weigand-2/+199
2024-11-18rustdoc-search: use smart binary search in bitmapsMichael Howell-10/+32
2024-11-18Auto merge of #133179 - GuillaumeGomez:rollup-ro5rtts, r=GuillaumeGomezbors-45/+31
2024-11-18const_panic: inline in bootstrap builds to avoid f16/f128 crashesRalf Jung-1/+1
2024-11-18Add regression test for jump to def links on items with genericsGuillaume Gomez-0/+14
2024-11-18Fix items with generics not having their jump to def link generatedGuillaume Gomez-3/+18
2024-11-18Rollup merge of #133171 - binchengqu:master, r=jieyouxuGuillaume Gomez-1/+1
2024-11-18Rollup merge of #133169 - jieyouxu:update-triagebot-labels, r=WaffleLapkinGuillaume Gomez-6/+21
2024-11-18Rollup merge of #133163 - RalfJung:cold, r=saethlinGuillaume Gomez-3/+1
2024-11-18Rollup merge of #133157 - RalfJung:skip_stability_check_due_to_privacy, r=com...Guillaume Gomez-34/+7
2024-11-18Rollup merge of #133156 - tshepang:patch-5, r=jieyouxuGuillaume Gomez-1/+1
2024-11-18Fix typoGuillaume Gomez-1/+1
2024-11-18Auto merge of #133160 - jhpratt:rollup-wzj9q15, r=jhprattbors-217/+378
2024-11-18Add the missing quotation mark in commentbinchengqu-1/+1
2024-11-18Tag `src/build_helper` with `T-bootstrap`Jieyou Xu-6/+7
2024-11-18Tag more test suite changes with `T-compiler`Jieyou Xu-0/+14
2024-11-18reviewlcnr-6/+11
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-1340/+1739
2024-11-18remove pointless cold_path impl in interpreterRalf Jung-3/+1
2024-11-18Rollup merge of #133158 - lnicola:sync-from-ra, r=lnicolaJacob Pratt-15/+32
2024-11-18Rollup merge of #133145 - kornelski:static-mutex, r=traviscrossJacob Pratt-0/+6
2024-11-18Rollup merge of #133142 - RalfJung:naming-is-hard, r=compiler-errorsJacob Pratt-54/+54
2024-11-18Rollup merge of #132934 - Zalathar:native-libs, r=jieyouxuJacob Pratt-148/+286
2024-11-18Auto merge of #128219 - connortsui20:rwlock-downgrade, r=tgross35bors-261/+662
2024-11-18stability: remove skip_stability_check_due_to_privacyRalf Jung-34/+7
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-54/+54
2024-11-18Improve `{BTreeMap,HashMap}::get_key_value` docs.Nicholas Nethercote-8/+78
2024-11-18typo in config.example.tomlTshepang Mbambo-1/+1
2024-11-18Overhaul the `-l` option parser (for linking to native libs)Zalathar-122/+225
2024-11-18Move `-l` option parsing into its own submoduleZalathar-140/+144