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 11 pull requests #129879

Closed
wants to merge 43 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
43 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
a763f96
Pin memchr to 2.5.0 in the library rather than rustc_ast
tgross35 Aug 26, 2024
dcbe15c
Run `cargo update` in the root, library, and rustbook
tgross35 Aug 26, 2024
a57c399
Adjust allowed dependencies from the latest `cargo update`
tgross35 Aug 26, 2024
f8739f0
Port std library to RTEMS
thesummer Aug 21, 2023
55f3b01
rtems: Add spec file for arm_rtems6_eabihf
thesummer Jan 23, 2024
01b57cb
Add documentation for target armv7-rtems-eabihf
thesummer Jun 26, 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
2d58ed9
Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-ar…
workingjubilee Sep 2, 2024
766102f
Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc
workingjubilee Sep 2, 2024
5680d4e
Rollup merge of #129624 - tgross35:cargo-update, r=Mark-Simulacrum
workingjubilee Sep 2, 2024
8934019
Rollup merge of #129678 - compiler-errors:type-ir-inherent, r=fmease
workingjubilee Sep 2, 2024
5377160
Rollup merge of #129738 - nnethercote:rustc_mir_transform-cleanups, r…
workingjubilee Sep 2, 2024
3126ef7
Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workin…
workingjubilee Sep 2, 2024
189efee
Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=No…
workingjubilee Sep 2, 2024
e7f163d
Rollup merge of #129837 - aDotInTheVoid:test-better-json, r=jieyouxu
workingjubilee Sep 2, 2024
05c0de7
Rollup merge of #129842 - no1wudi:master, r=saethlin
workingjubilee Sep 2, 2024
efe8d64
Rollup merge of #129843 - tgross35:triagebot-vacation, r=tgross35
workingjubilee Sep 2, 2024
d82fa13
Rollup merge of #129858 - compiler-errors:async-def, r=cjgillot
workingjubilee 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
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