Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 9 pull requests #129873

Merged
merged 35 commits into from
Sep 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
315a16f
doc: Fold inline methods from Deref
tesuji Jul 8, 2024
fbc794f
Fix style
GuillaumeGomez Jul 15, 2024
a868b3f
Create new CSS class for "big toggles"
GuillaumeGomez Jul 15, 2024
9855a38
Add tests for new toggle on deref blocks
GuillaumeGomez Jul 15, 2024
016a2e3
Remove unused features.
nnethercote Aug 27, 2024
016a709
Condense `use rustc_*` declarations.
nnethercote Aug 27, 2024
fda52b8
Simplify a provider definition.
nnethercote Aug 27, 2024
2932e09
Simplify creation of a set.
nnethercote Aug 27, 2024
66b3585
Simplify a pattern.
nnethercote Aug 27, 2024
3b6af9a
Use a local variable.
nnethercote Aug 28, 2024
5331280
Merge some `if`s.
nnethercote Aug 28, 2024
d7cb118
Merge `DerefArgVisitor` and `PinArgVisitor`.
nnethercote Aug 28, 2024
408481f
Remove some unnecessary constants.
nnethercote Aug 28, 2024
590a021
Factor out some repetitive code.
nnethercote Aug 28, 2024
243109e
Remove an unnecessary `continue`.
nnethercote Aug 28, 2024
8541b0f
Use `let`/`else` to reduce some indentation.
nnethercote Aug 28, 2024
ac7a293
Avoid repeated interning in `SelfArgVisitor`.
nnethercote Aug 30, 2024
24ad26d
Fixed some typos in the standard library documentation/comments
ranger-ross Aug 31, 2024
92f4590
Fixed typos in btree map docs
ranger-ross Aug 31, 2024
cbf92fc
Fixed more typos in library/core
ranger-ross Aug 31, 2024
f78979e
Actually parse stdout json, instead of using hacky contains logic.
aDotInTheVoid Aug 31, 2024
de7a14e
Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elf
no1wudi Sep 1, 2024
a007310
Mark myself as on vacation for triagebot
tgross35 Sep 1, 2024
7ab44cd
Replace walk with visit so we dont skip outermost expr kind in def co…
compiler-errors Sep 1, 2024
9185445
Deny imports of rustc_type_ir::inherent outside of type ir + new trai…
compiler-errors Aug 28, 2024
0064bd1
add extra linebreaks so rustdoc can identify the first sentence
lolbinarycat Aug 30, 2024
c90991d
Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc
matthiaskrgr Sep 2, 2024
e003917
Rollup merge of #129678 - compiler-errors:type-ir-inherent, r=fmease
matthiaskrgr Sep 2, 2024
dce2665
Rollup merge of #129738 - nnethercote:rustc_mir_transform-cleanups, r…
matthiaskrgr Sep 2, 2024
8c28989
Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workin…
matthiaskrgr Sep 2, 2024
820540a
Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=No…
matthiaskrgr Sep 2, 2024
5c3370d
Rollup merge of #129837 - aDotInTheVoid:test-better-json, r=jieyouxu
matthiaskrgr Sep 2, 2024
efad457
Rollup merge of #129842 - no1wudi:master, r=saethlin
matthiaskrgr Sep 2, 2024
3ea3397
Rollup merge of #129843 - tgross35:triagebot-vacation, r=tgross35
matthiaskrgr Sep 2, 2024
38b6a66
Rollup merge of #129858 - compiler-errors:async-def, r=cjgillot
matthiaskrgr Sep 2, 2024
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
Prev Previous commit
Next Next commit
Mark myself as on vacation for triagebot
  • Loading branch information
tgross35 committed Sep 1, 2024
commit a0073104ad92fe07e9174b47125da19c64fcf621
9 changes: 8 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,14 @@ cc = ["@kobzol"]
[assign]
warn_non_default_branch = true
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
users_on_vacation = ["jyn514", "jhpratt", "oli-obk", "kobzol", "joboet"]
users_on_vacation = [
"jhpratt",
"joboet",
"jyn514",
"kobzol",
"oli-obk",
"tgross35",
]

[assign.adhoc_groups]
compiler-team = [
Expand Down
Loading