about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorLines
2025-05-29triagebot: add doc backlink for `[no-mentions]`Jieyou Xu-0/+2
2025-05-29triagebot: enable note functionalityJieyou Xu-0/+4
2025-05-29triagebot: enable issue transferJieyou Xu-0/+4
2025-05-29triagebot: enable PR review status flipping and its shortcutsJieyou Xu-0/+19
2025-05-29triagebot: apply `needs-triage` label for new issuesJieyou Xu-0/+10
2025-05-29triagebot: adjust `allow-unauthenticated` labelsJieyou Xu-4/+15
2025-05-26Merge pull request #2416 from rust-lang/tshepang-patch-1León Orell Valerian Liehr-1/+0
diagnostic translations work is on pause
2025-05-26diagnostic translations work is on pauseTshepang Mbambo-1/+0
2025-05-26Merge pull request #2415 from rust-lang/aDotInTheVoid-patch-1Alona Enraght-Moony-1/+0
Remove rustdoc askama migration from getting started
2025-05-26Remove rustdoc askama migration from getting startedAlona Enraght-Moony-1/+0
This effort is blocked, so pointing new contributors here would be setting them up for failure. https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/about.3A.20status.20of.20askama.20migration/with/497389045
2025-05-26Merge pull request #2407 from smanilov/patch-14Tshepang Mbambo-2/+5
Add time reference and tracking info for trait system refactor
2025-05-26Merge pull request #2414 from smanilov/patch-15Boxy-1/+2
Link normalization chapter
2025-05-26Add time reference and tracking info for trait system refactorStan Manilov-2/+5
2025-05-26Link normalization chapterStan Manilov-1/+2
2025-05-26Merge pull request #2413 from fmease/glacier-no-crashes-tests-yesLeón Orell Valerian Liehr-11/+26
Flesh out sections about crashes tests and update mentions of glacier
2025-05-26Flesh out sections about crashes tests and update mentions of glacierLeón Orell Valerian Liehr-11/+26
2025-05-25Merge pull request #2357 from mejrs/diag许杰友 Jieyou Xu (Joe)-61/+101
Update `rustc_on_unimplemented` docs
2025-05-24Update `rustc_on_unimplemented` docsmejrs-61/+101
2025-05-24Merge pull request #2405 from Kobzol/remove-mentions-of-rust-lang-ciJakub Beránek-10/+6
Remove mentions of rust-lang-ci/rust
2025-05-24Merge pull request #2410 from rust-lang/tshepang-patch-1Tshepang Mbambo-1/+1
typo
2025-05-24typoTshepang Mbambo-1/+1
2025-05-24Merge pull request #2408 from chenyukang/yukang-add-llvm-link许杰友 Jieyou Xu (Joe)-0/+1
2025-05-24Add LLVM link in appendixyukang-0/+1
2025-05-23Merge pull request #2404 from lolbinarycat/patch-1nora-4/+4
rustdoc.md: reorder list so test suites are not split up
2025-05-23Merge pull request #2406 from jyn514/rustdoc-bodiesGuillaume Gomez-0/+22
document why rustdoc cannot look at function bodies
2025-05-23document why rustdoc cannot look at function bodiesjyn-0/+22
2025-05-23Merge pull request #2403 from rust-lang/tshepang-patch-1许杰友 Jieyou Xu (Joe)-4/+5
2025-05-23Remove mentions of rust-lang-ci/rustJakub Beránek-10/+6
Now that CI has been finally migrated to `rust-lang/rust`.
2025-05-22rustdoc.md: reorder list so test suites are not split uplolbinarycat-4/+4
2025-05-22~? annotation type is specialTshepang Mbambo-4/+5
It does not do any line matching, so it should be separated from the other types.
2025-05-20Merge pull request #2400 from smanilov/patch-13Boxy-1/+2
Make it clear we talk about early bound params
2025-05-20Merge pull request #2398 from smanilov/patch-12Boxy-7/+9
Update links between ty-module and binders
2025-05-20Make it clear we talk about early bound paramsStan Manilov-1/+2
2025-05-20Merge pull request #2399 from steffahn/fix-tenv-linkLeón Orell Valerian Liehr-2/+2
Fix misdirected link for `TypingEnv`
2025-05-20Fix misdirected link for `TypingEnv`Frank Steffahn-2/+2
2025-05-20Update links between ty-module and bindersStan Manilov-7/+9
The order might have been reversed at some point, leading to the two chapters talking about each other in the wrong order.
2025-05-20Merge pull request #2396 from smanilov/patch-11nora-4/+5
Small typo and style fixes in binders.md
2025-05-20Small typo and style fixes in binders.mdStan Manilov-4/+5
Normally I refrain from nit picking, but this seamed worth it.
2025-05-20Merge pull request #2392 from rust-lang/rustc-pullTshepang Mbambo-10587/+15509
Rustc pull update
2025-05-19Merge pull request #2395 from smanilov/patch-10许杰友 Jieyou Xu (Joe)-1/+1
2025-05-19Update link to Forge guide on new flagsStan Manilov-1/+1
2025-05-19Merge pull request #2394 from smanilov/patch-9nora-1/+1
Make run instructions first
2025-05-19Merge pull request #2393 from smanilov/patch-8nora-9/+3
Remove unused references and simplify one
2025-05-19Make run instructions firstStan Manilov-1/+1
Better, because then one knows how to run the examples.
2025-05-19Remove unused references and simplify oneStan Manilov-9/+3
2025-05-19Merge pull request #2389 from fuzzypixelz/typosnora-14/+13
Fix typos in "Libraries and Metadata"
2025-05-19Merge from rustcThe rustc-dev-guide Cronjob Bot-10586/+15508
2025-05-19Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-05-18Auto merge of #140154 - Berrysoft:cygwin-host, r=jieyouxubors-8/+20
Cygwin support in rustc This PR builds host rustc targeting cygwin. - [x] https://github.com/rust-lang/stacker/pull/122 - [x] https://github.com/nagisa/rust_libloading/pull/173 - [x] https://github.com/Detegr/rust-ctrlc/pull/131 - [x] https://github.com/rust-random/getrandom/pull/654 - [x] https://github.com/msys2/MSYS2-packages/issues/5350 - [x] https://github.com/rust-lang/rust/pull/140886 - [x] https://github.com/rust-lang/rust/pull/140921 - [x] https://github.com/rust-lang/rust/pull/140973 Currently supported: * rustc * rustdoc * rustfmt * clippy Blocking: * cargo: blocked by https://github.com/rust-lang/socket2/pull/568 * rust-analyzer: needs `cargo update`, fixed upstream ``` $ rustc --version --verbose rustc 1.88.0-dev binary: rustc commit-hash: unknown commit-date: unknown host: x86_64-pc-cygwin release: 1.88.0-dev LLVM version: 20.1.4 ```
2025-05-18Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrumbors-86/+647
Add `f16` formatting and parsing Use the same algorithms as for `f32` and `f64` to implement `f16` parsing and printing. try-job: x86_64-gnu-aux