Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fb500c3
add two old crash tests
cyrgani Jan 25, 2025
d810d42
unrelated cleanup
kadiwa4 Jun 17, 2024
9e316f3
remove `clippy::double_neg`
kadiwa4 Oct 29, 2024
c1dcbeb
implement lint `double_negations`
kadiwa4 Sep 1, 2024
68e983f
Move `std::io::pipe` code into its own file
tbu- Jan 17, 2025
ad28cbb
Update `std::io::{pipe, PipeReader, PipeWriter}` docs the new location
tbu- Jan 17, 2025
6144468
rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹
yotamofek Jan 26, 2025
4febbd5
bootstrap: avoid glob imports in `main` binary
jieyouxu Jan 25, 2025
761bda1
bootstrap: adjust tracing style
jieyouxu Jan 25, 2025
71703bb
bootstrap: adjust config file cascading fallback comment
jieyouxu Jan 26, 2025
2e1a532
bootstrap: add more logging
jieyouxu Jan 25, 2025
97efda6
rustc-dev-guide: update bootstrap tracing docs
jieyouxu Jan 25, 2025
504d574
triagebot: set myself on vacation
jieyouxu Jan 26, 2025
cef97bc
Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one
FedericoBruzzone Jan 6, 2025
9c972c0
compiler_fence: fix example
RalfJung Jan 26, 2025
3c58b2f
Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercote
fmease Jan 27, 2025
b634bb9
Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-code
fmease Jan 27, 2025
2949f2a
Rollup merge of #135635 - tbu-:pr_io_pipe, r=joboet
fmease Jan 27, 2025
f7b58ea
Rollup merge of #136072 - cyrgani:old-crash-tests, r=WaffleLapkin
fmease Jan 27, 2025
bd2f6d7
Rollup merge of #136079 - RalfJung:compiler-fence-example, r=jhpratt
fmease Jan 27, 2025
e72e49a
Rollup merge of #136091 - jieyouxu:core-tracing, r=clubby789
fmease Jan 27, 2025
ef54721
Rollup merge of #136097 - yotamofek:check-len-and-index, r=petrochenkov
fmease Jan 27, 2025
03cc387
Rollup merge of #136101 - jieyouxu:away, r=jieyouxu
fmease Jan 27, 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
3 changes: 2 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,8 @@ users_on_vacation = [
"nnethercote",
"spastorino",
"workingjubilee",
"kobzol"
"kobzol",
"jieyouxu",
]

[[assign.warn_non_default_branch.exceptions]]
Expand Down
Loading