Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b1ad229
Allow setting `rla-*` labels via `rustbot`
tgross35 Aug 10, 2023
879c7f9
add pretty_terminator
ouz-a Nov 22, 2023
de27790
add successors and their formatter
ouz-a Nov 24, 2023
e65c060
Detect Python-like slicing and suggest how to fix
hkmatsumoto May 3, 2023
61c3e4d
Make tidy test happy
hkmatsumoto May 3, 2023
730d299
Address review feedbacks
hkmatsumoto May 16, 2023
acec70d
Change help message to make some sense in broader context
hkmatsumoto Nov 27, 2023
7a88458
Added linker_arg(s) Linker trait methods for link-arg to be prefixed …
azhogin Nov 23, 2023
31d9983
QueryContext: rename try_collect_active_jobs -> collect_active_jobs a…
klensy Nov 27, 2023
8221f9c
Account for `!` arm in tail `match` expr
estebank Nov 2, 2023
45fc842
rustc_span: Use correct edit distance start length for suggestions
Enselic Nov 27, 2023
15f9bab
add otherwise into targets
ouz-a Nov 27, 2023
87380cb
Address unused tuple struct fields in the compiler
shepmaster Nov 25, 2023
765a713
Address unused tuple struct fields in rustdoc
shepmaster Nov 25, 2023
203aaf6
Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8Ki
compiler-errors Nov 28, 2023
1742a9f
Rollup merge of #114708 - tgross35:tgross35-patch-1, r=Mark-Simulacrum
compiler-errors Nov 28, 2023
8ff558b
Rollup merge of #117526 - estebank:issue-24157, r=b-naber
compiler-errors Nov 28, 2023
7aa513b
Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinval
compiler-errors Nov 28, 2023
4936b3a
Rollup merge of #118202 - azhogin:azhogin/link_args_wrapping, r=petro…
compiler-errors Nov 28, 2023
7851d98
Rollup merge of #118374 - klensy:collect_active_jobs, r=compiler-errors
compiler-errors Nov 28, 2023
344459e
Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkin
compiler-errors Nov 28, 2023
fa636d0
Rollup merge of #118382 - shepmaster:unused-tuple-struct-field-cleanu…
compiler-errors Nov 28, 2023
2aca724
Rollup merge of #118384 - shepmaster:unused-tuple-struct-field-cleanu…
compiler-errors Nov 28, 2023
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
1 change: 1 addition & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ allow-unauthenticated = [
"relnotes",
"requires-*",
"regression-*",
"rla-*",
"perf-*",
"AsyncAwait-OnDeck",
"needs-triage",
Expand Down