Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0899efe
[DO NOT MERGE] update target feature following LLVM API change
krasimirgg Dec 4, 2023
43baf5d
[DO NOT MERGE] update target feature following LLVM API change
krasimirgg Dec 4, 2023
4ac3274
adapt llvm_util for the rename
krasimirgg Dec 6, 2023
0104620
update llvm version
krasimirgg Dec 6, 2023
5d3a294
Only check principal trait ref for object safety
compiler-errors Dec 6, 2023
281b65a
Add method to get type of an Rvalue in StableMIR
celinval Dec 6, 2023
e16ebdb
Simplify StaticDef to Instance conversion
celinval Dec 6, 2023
77d7e44
Update compiler/stable_mir/src/mir/body.rs
celinval Dec 7, 2023
4616b9f
Add sanity check to `BinOp::ty()`
celinval Dec 7, 2023
ec0110b
coverage: Merge refined spans in a separate final pass
Zalathar Dec 7, 2023
9089d28
coverage: Inline `push_refined_span`
Zalathar Dec 7, 2023
9a43215
coverage: Simplify code that pushes to `refined_spans`
Zalathar Dec 7, 2023
c0be10c
Ping GuillaumeGomez for changes in rustc_codegen_gcc
GuillaumeGomez Dec 7, 2023
cf1cecc
fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before use
oksbsb Dec 7, 2023
399cd6c
targets: remove not-added {i386,i486}-unknown-linux-gnu
davidtwco Dec 7, 2023
78aedc7
Rollup merge of #118610 - krasimirgg:llvm-18-dec, r=nikic
matthiaskrgr Dec 7, 2023
309487a
Rollup merge of #118686 - compiler-errors:object-safety, r=lcnr
matthiaskrgr Dec 7, 2023
69f13c2
Rollup merge of #118688 - celinval:smir-rvalue-ty, r=compiler-errors
matthiaskrgr Dec 7, 2023
b64b2d5
Rollup merge of #118695 - Zalathar:push-refined, r=davidtwco
matthiaskrgr Dec 7, 2023
2079ccb
Rollup merge of #118707 - GuillaumeGomez:ping-cg_gcc, r=antoyo
matthiaskrgr Dec 7, 2023
e97a3fa
Rollup merge of #118709 - oksbsb:fix-job-server, r=petrochenkov
matthiaskrgr Dec 7, 2023
be7630e
Rollup merge of #118712 - davidtwco:targets-remove-i386-i486, r=compi…
matthiaskrgr Dec 7, 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
Prev Previous commit
Next Next commit
Ping GuillaumeGomez for changes in rustc_codegen_gcc
  • Loading branch information
GuillaumeGomez committed Dec 7, 2023
commit c0be10c3d121deb1d889a58798686da68c933657
2 changes: 1 addition & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ changelog-branch = "master"
cc = ["@bjorn3"]

[mentions."compiler/rustc_codegen_gcc"]
cc = ["@antoyo"]
cc = ["@antoyo", "@GuillaumeGomez"]

[mentions."compiler/rustc_const_eval/src/interpret"]
message = "Some changes occurred to the CTFE / Miri engine"
Expand Down