Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 2 commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
ad61b31
Correct some grammar in integer documentation
tgross35 Aug 1, 2025
d85a645
Require approval from t-infra instead of t-release on tier bumps
Kobzol Aug 4, 2025
fb04c5e
dec2flt: Provide more valid inputs examples
jstasiak Aug 11, 2025
2f796d9
Make a James Bond reference
jstasiak Aug 11, 2025
0c8485f
suggest using `pub(crate)` for E0364
makai410 Aug 13, 2025
c855a2f
Hide docs for core::unicode
clarfonthey Aug 13, 2025
4d62bf1
All weak lang items have an explicit link name and vice versa
bjorn3 Aug 15, 2025
f3ef465
Combining no_mangle and rustc_std_internal_symbol is not allowed
bjorn3 Aug 15, 2025
460519a
Merge link_name and export_name
bjorn3 Aug 15, 2025
f94a0d0
Remove unused feature gate
bjorn3 Aug 15, 2025
ef3bb6f
Do not strip binaries in bootstrap everytime if they are unchanged
Kobzol Aug 15, 2025
c3c2c23
Extend `QueryStability` to handle `IntoIterator` implementations
smoelius Apr 4, 2025
b79ab44
stabilize const pathbuf osstring new
Kivooeo Aug 15, 2025
eb3e0d4
Properly recover from parenthesized use-bounds (precise capturing)
fmease Aug 15, 2025
e906a59
Fix `unicode_data.rs` mention message
Urgau Aug 16, 2025
3450975
remove `should_render` in `PrintAttribute` derive
fee1-dead Aug 16, 2025
f8f7c27
Clean up parsers related to generic bounds
fmease Aug 15, 2025
e31fed0
run spellcheck as a tidy extra check in ci
lolbinarycat Aug 6, 2025
6c15339
Simplify decode_span.
cjgillot Aug 16, 2025
a843730
Simplify span_data_to_lines_and_cols.
cjgillot Aug 16, 2025
f35d001
Visit and print async_fut local for async drop.
cjgillot Aug 13, 2025
1cb4fd7
tidy now installs typos-cli as-needed via cargo
lolbinarycat Aug 8, 2025
6a51eef
tidy: run typos check in src root, not current dir
lolbinarycat Aug 9, 2025
d73e6b4
tidy: add better error reporting for if typos can't be run
lolbinarycat Aug 8, 2025
0d797d2
typos: allow moreso
lolbinarycat Aug 16, 2025
2050a3b
std: fix more typos
lolbinarycat Aug 16, 2025
8792010
Rust build fails on OpenBSD after using file_lock feature
semarie Aug 16, 2025
3b0ff9c
Add `//@ ignore-stage1` to query_stability.rs test
smoelius Aug 17, 2025
9878616
resolve: debug for block module
bvanjoi Aug 17, 2025
1cd7080
Add -Zindirect-branch-cs-prefix (from draft PR)
Darksonn May 7, 2025
1a29d9c
Add `-Zindirect-branch-cs-prefix` option
ojeda May 7, 2025
cbfa17a
Reorder `lto` options from most to least optimizing
smoelius Aug 17, 2025
75e0263
Rehome tests/ui/issues/ tests [5/?]
Oneirical Jul 13, 2025
c7cd1b3
Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` …
zachs18 Aug 10, 2025
ab19755
bufreader::Buffer::backshift: don't move the uninit bytes
lolbinarycat Aug 17, 2025
479e31e
Don't warn no-mentions on subtree updates
blyxyas Aug 17, 2025
8074d4f
Update rust maintainers in openharmony.md
huaihuaidelulu Aug 18, 2025
dda17c5
Avoid using `()` in `derive(From)` output.
nnethercote Aug 18, 2025
abcfa43
remove myself from some adhoc-groups and pings
davidtwco Aug 18, 2025
f5e43d5
nll-relate: improve hr opaque types support
lcnr Jun 5, 2025
d417503
Allow stability attributes on extern crates
JonathanBrouwer Aug 18, 2025
e31aea8
Remove unused `PartialOrd`/`Ord` from bootstrap
Kobzol Aug 18, 2025
c335d57
ignore frontmatters in `TokenStream::new`
fee1-dead Aug 18, 2025
d2e1264
Add change tracker entry for `--timings`
jieyouxu Aug 18, 2025
aa3008d
implement std::fs::set_permissions_nofollow on unix
lolbinarycat Jun 24, 2025
dc72692
Add tracing to various miscellaneous functions
Stypox Aug 12, 2025
3dfa803
Rollup merge of #139345 - smoelius:into-iter-stability, r=lcnr
jhpratt Aug 18, 2025
06a79ba
Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco
jhpratt Aug 18, 2025
7eddf06
Rollup merge of #142079 - lcnr:opaque-types-universes, r=BoxyUwU
jhpratt Aug 18, 2025
9ce28a7
Rollup merge of #142938 - lolbinarycat:std-set_permissions_nofollow, …
jhpratt Aug 18, 2025
742d0f6
Rollup merge of #144767 - tgross35:doc-grammar, r=ibraheemdev
jhpratt Aug 18, 2025
01ba164
Rollup merge of #144906 - Kobzol:infra-team-tier-bump, r=davidtwco
jhpratt Aug 18, 2025
4d3ed92
Rollup merge of #144983 - Oneirical:uncountable-integer, r=jieyouxu
jhpratt Aug 18, 2025
70172f7
Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol
jhpratt Aug 18, 2025
ec69df2
Rollup merge of #145166 - makai410:teach-pub-crate, r=lcnr
jhpratt Aug 18, 2025
be481d3
Rollup merge of #145255 - lune-climate:dec2flt-doc, r=ibraheemdev
jhpratt Aug 18, 2025
e26872c
Rollup merge of #145306 - Stypox:tracing-misc, r=RalfJung
jhpratt Aug 18, 2025
6f9f1f4
Rollup merge of #145336 - clarfonthey:hidden-unicode, r=ibraheemdev
jhpratt Aug 18, 2025
3d93ac1
Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdo…
jhpratt Aug 18, 2025
1a22086
Rollup merge of #145452 - Kobzol:bootstrap-strip, r=jieyouxu
jhpratt Aug 18, 2025
4b5d96e
Rollup merge of #145464 - Kivooeo:stabilize-const_pathbuf_osstring_ne…
jhpratt Aug 18, 2025
beddf06
Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead
jhpratt Aug 18, 2025
32c45a4
Rollup merge of #145486 - Urgau:unicode-mention, r=lqd
jhpratt Aug 18, 2025
c2d7066
Rollup merge of #145493 - fee1-dead-contrib:push-rsqlqymxyyqp, r=jdon…
jhpratt Aug 18, 2025
b9c967c
Rollup merge of #145505 - cjgillot:tweak-span-cache, r=petrochenkov
jhpratt Aug 18, 2025
f69f408
Rollup merge of #145510 - cjgillot:visit-async-drop, r=davidtwco
jhpratt Aug 18, 2025
87909b3
Rollup merge of #145511 - semarie:push-rnytptsoxrxn, r=joshtriplett
jhpratt Aug 18, 2025
da3929e
Rollup merge of #145532 - bvanjoi:debug-resolve-module, r=petrochenkov
jhpratt Aug 18, 2025
3c9d158
Rollup merge of #145533 - smoelius:patch-2, r=lqd
jhpratt Aug 18, 2025
c27490f
Rollup merge of #145537 - zachs18:metasized-negative-bound-fix, r=dav…
jhpratt Aug 18, 2025
08c7279
Rollup merge of #145538 - lolbinarycat:std-bufreader-buffer-backshift…
jhpratt Aug 18, 2025
7ef6c44
Rollup merge of #145542 - blyxyas:no-mentions-subtree, r=Urgau
jhpratt Aug 18, 2025
aa0291c
Rollup merge of #145549 - huaihuaidelulu:patch-2, r=Amanieu,jieyouxu
jhpratt Aug 18, 2025
c305fc7
Rollup merge of #145550 - nnethercote:derive_from-no-unit, r=Kobzol
jhpratt Aug 18, 2025
31f84d3
Rollup merge of #145556 - JonathanBrouwer:extern-crate-stable, r=jdon…
jhpratt Aug 18, 2025
2686886
Rollup merge of #145560 - Kobzol:bootstrap-remove-ord, r=jieyouxu
jhpratt Aug 18, 2025
76df6ef
Rollup merge of #145568 - fee1-dead-contrib:push-uvsonuzxmkus, r=fmease
jhpratt Aug 18, 2025
112d4a2
Rollup merge of #145571 - davidtwco:davidtwco-remove-from-groups, r=lqd
jhpratt Aug 18, 2025
271430e
Rollup merge of #145576 - jieyouxu:bootstrap-timings, r=Kobzol
jhpratt Aug 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,8 @@ days-threshold = 28
# Prevents mentions in commits to avoid users being spammed
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
[no-mentions]
# Subtree update authors can't fix it, no point in warning.
exclude-titles = ["subtree update"]

# Allow members to formally register concerns (`@rustbot concern my concern`)
# Documentation at: https://forge.rust-lang.org/triagebot/concern.html
Expand Down