Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
85f6025
Store `Results` in Formatter.
nnethercote Apr 21, 2025
55a80cc
Move `StateDiffCollector`'s use point.
nnethercote Apr 21, 2025
3bd1e14
Remove unused `ResultsCursor` methods.
nnethercote Apr 21, 2025
521b379
Remove unnecessary lifetime on `ResultsVisitor`.
nnethercote Apr 22, 2025
e800bf7
Update `compiler_builtins` to 0.1.156
tgross35 Apr 22, 2025
e827b17
Move make_unclosed_delims_error to lexer/diagonostics.rs
xizheyin Apr 22, 2025
dce5d99
Rename `open_brace` to `open_delimiters`
xizheyin Apr 22, 2025
5d29521
Use `is_lang_item` and `as_lang_item` instead of handrolling their logic
oli-obk Apr 22, 2025
006b7e3
Validate extension in `PathBuf::add_extension`
thaliaarchi Apr 22, 2025
634baf4
Ping Mara when touching format_args!() internals.
m-ou-se Apr 22, 2025
44b19e5
rc and cr more clear error message
Kivooeo Apr 22, 2025
1b9e11e
Rollup merge of #140142 - nnethercote:some-graphviz-tweaks-2, r=compi…
ChrisDenton Apr 23, 2025
538ae99
Rollup merge of #140146 - tgross35:update-builtins, r=tgross35
ChrisDenton Apr 23, 2025
090f6a9
Rollup merge of #140147 - xizheyin:issue-138401-1, r=compiler-errors
ChrisDenton Apr 23, 2025
b03267f
Rollup merge of #140160 - oli-obk:lang-items, r=jieyouxu
ChrisDenton Apr 23, 2025
ed4e167
Rollup merge of #140163 - thaliaarchi:pathbuf-validate-extension, r=C…
ChrisDenton Apr 23, 2025
45b5d8b
Rollup merge of #140173 - m-ou-se:triagebot-config, r=ChrisDenton
ChrisDenton Apr 23, 2025
ecb9775
Rollup merge of #140175 - Kivooeo:new-fix-one, r=compiler-errors
ChrisDenton Apr 23, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,11 @@ cc = ["@ZuseZ4"]
[mentions."compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs"]
cc = ["@ZuseZ4"]

[mentions."library/core/src/fmt/rt.rs"]
cc = ["@m-ou-se"]
[mentions."compiler/rustc_ast_lowering/src/format.rs"]
cc = ["@m-ou-se"]

[assign]
warn_non_default_branch.enable = true
contributing_url = "https://rustc-dev-guide.rust-lang.org/getting-started.html"
Expand Down