Skip to content
Closed
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
799fa60
llvm-wrapper: adapt for LLVM API change
krasimirgg Dec 24, 2022
13e25b8
Improve the documentation of `black_box`
tgross35 Dec 25, 2022
b467547
Update cc to 1.0.77
glandium Jan 12, 2023
f6d8abf
Re-enable building rust-analyzer on riscv64
cuviper Jan 18, 2023
fa7d17d
Create new bootstrap team
albertlarsan68 Jan 19, 2023
134b2d0
Remove duplicated debug call
spastorino Nov 24, 2022
ee4a4c9
Store relationships on Inherent
spastorino Nov 25, 2022
dc90fb3
Move relationships::update to Inherited::update_infer_var_info
spastorino Jan 20, 2023
3733844
Rename relationships to infer_var_info
spastorino Jan 20, 2023
8742fd9
Label closure captures/generator locals that make opaque types recursive
compiler-errors Jan 8, 2023
dc88761
Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report
Aaron1011 Oct 22, 2022
7a2b5c8
Rollup merge of #103418 - Aaron1011:macro-semicolon-future-incompat, …
compiler-errors Jan 22, 2023
3c10728
Rollup merge of #104926 - spastorino:calculate_diverging_fallback-cle…
compiler-errors Jan 22, 2023
6472f31
Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic
compiler-errors Jan 22, 2023
03a069c
Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum
compiler-errors Jan 22, 2023
f8b287d
Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r…
compiler-errors Jan 22, 2023
cfc1738
Rollup merge of #106749 - glandium:dwarf, r=Mark-Simulacrum
compiler-errors Jan 22, 2023
65e946b
Rollup merge of #107015 - cuviper:ra-riscv64, r=Mark-Simulacrum
compiler-errors Jan 22, 2023
0f1dca8
Rollup merge of #107029 - albertlarsan68:patch-2, r=Mark-Simulacrum
compiler-errors Jan 22, 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
4 changes: 3 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ exclude_labels = [
"T-*",
]

[autolabel."A-bootstrap"]
[autolabel."T-bootstrap"]
trigger_files = [
"x.py",
"x",
Expand Down Expand Up @@ -493,6 +493,8 @@ libs = [
]
bootstrap = [
"@Mark-Simulacrum",
"@albertlarsan68",
"@ozkanonur",
]
infra-ci = [
"@Mark-Simulacrum",
Expand Down