Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6d45529
Fix #103451, find_width_of_character_at_span return width with 1 when…
chenyukang Oct 25, 2022
a2f3649
Add support for custom MIR parsing
JakobDegen Aug 3, 2022
a2037e3
Check for substs compatibility for RPITITs
compiler-errors Nov 1, 2022
32dae91
Remap RPITIT substs properly
compiler-errors Nov 1, 2022
0f632c8
Fix ICE in default impl error reporting
compiler-errors Nov 1, 2022
cf6efe8
Add test case
wesleywiser Oct 25, 2022
296489c
Fix Access Violation when using lld & ThinLTO on windows-msvc
wesleywiser Oct 20, 2022
f8e2cef
Move intra-doc link checks to a separate function.
ehuss Nov 4, 2022
57b2290
Remove reference from the intra-doc link checker.
ehuss Nov 4, 2022
e49d10d
first move on a nested span_label
AndyJado Oct 26, 2022
13d4c61
Place config.toml in current working directory if config not found
ted-tanner Nov 5, 2022
17044c1
disable btree size tests on Miri
RalfJung Nov 7, 2022
780952f
run alloc benchmarks in Miri and fix UB
RalfJung Nov 7, 2022
29d451c
fmt
RalfJung Nov 7, 2022
4c3cad0
Add --print=split-debuginfo
kamirr Nov 7, 2022
66e8a29
Only set config.config to None when using default path
ted-tanner Nov 7, 2022
1f21b96
add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed'
chenyukang Nov 3, 2022
465ac26
deprecate unchecked_claim_error_was_emitted in error_reported
chenyukang Nov 4, 2022
3320879
code cleanup with err.emit_unless
chenyukang Nov 4, 2022
667b15b
fix #103587, Recover from common if let syntax mistakes/typos
chenyukang Oct 27, 2022
9e7d228
use subdiagnostic for sugesting add let
chenyukang Nov 8, 2022
9eb977b
Add llvm-main to triagebot.toml
Manishearth Nov 8, 2022
b760d04
Rollup merge of #103353 - wesleywiser:fix_lld_thinlto_msvc, r=michael…
Manishearth Nov 8, 2022
eac2f83
Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obk
Manishearth Nov 8, 2022
71b8f42
Rollup merge of #103521 - chenyukang:yukang/fix-103451-avoid-hang, r=…
Manishearth Nov 8, 2022
80ef19c
Rollup merge of #103559 - AndyJado:var_span_label, r=davidtwco
Manishearth Nov 8, 2022
0dfd52b
Rollup merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r…
Manishearth Nov 8, 2022
04defb6
Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wes…
Manishearth Nov 8, 2022
45cd0c6
Rollup merge of #103928 - chenyukang:yukang/fix-103874-add-ty_error_w…
Manishearth Nov 8, 2022
f2a7d56
Rollup merge of #103952 - ehuss:dont-intra-linkcheck-reference, r=Mar…
Manishearth Nov 8, 2022
2b70c6a
Rollup merge of #104027 - ted-tanner:issue-103697-fix, r=jyn514
Manishearth Nov 8, 2022
7871ede
Rollup merge of #104093 - RalfJung:test-sizes, r=thomcc
Manishearth Nov 8, 2022
62dd898
Rollup merge of #104097 - RalfJung:miri-alloc-benches, r=thomcc
Manishearth Nov 8, 2022
925045b
Rollup merge of #104104 - kamirr:master, r=lcnr
Manishearth Nov 8, 2022
4468412
Rollup merge of #104165 - Manishearth:triagebot-llvm, r=Mark-Simulacrum
Manishearth Nov 8, 2022
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
Add llvm-main to triagebot.toml
  • Loading branch information
Manishearth committed Nov 8, 2022
commit 9eb977bec440cf8610b9e687146c510f8a2fbf7c
1 change: 1 addition & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ allow-unauthenticated = [
"T-*",
"WG-*",
"const-hack",
"llvm-main",
"needs-fcp",
"relnotes",
"requires-nightly",
Expand Down