index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
Age
Commit message (
Expand
)
Author
Lines
2024-03-28
Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202...
bjorn3
-292
/
+841
2024-03-28
fix few more
klensy
-5
/
+5
2024-03-28
Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err...
bors
-181
/
+285
2024-03-28
change BuiltinDeriveFn type to get ExtCtxt by immutable ref and fix signatures
klensy
-13
/
+13
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-20
/
+20
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-23
/
+19
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-15
/
+15
2024-03-28
remove `def_id_to_node_id` in ast lowering
bohan
-2
/
+0
2024-03-28
compiler: fix few needless_pass_by_ref_mut clippy lints
klensy
-8
/
+8
2024-03-28
compiler: fix some clippy needless_pass_by_ref_mut
klensy
-2
/
+4
2024-03-28
compiler: fix unused_peekable clippy lint
klensy
-2
/
+2
2024-03-28
simplify check_unique
Ali MJ Al-Nasrawy
-70
/
+25
2024-03-28
reject external lifetimes as invalid arguments
Ali MJ Al-Nasrawy
-4
/
+10
2024-03-28
rework opaque types region inference
Ali MJ Al-Nasrawy
-87
/
+72
2024-03-28
convert all named regions in opaque types to nll vars
Ali MJ Al-Nasrawy
-0
/
+16
2024-03-28
favor placeholders over existentials when choosing SCC representatives
Ali MJ Al-Nasrawy
-12
/
+20
2024-03-28
check RPITs for invalid args
Ali MJ Al-Nasrawy
-11
/
+1
2024-03-28
ignore error params
Ali MJ Al-Nasrawy
-0
/
+8
2024-03-28
except equal parameters from the uniqueness check
Ali MJ Al-Nasrawy
-1
/
+97
2024-03-28
Auto merge of #122832 - oli-obk:no_ord_def_id3, r=michaelwoerister
bors
-201
/
+119
2024-03-28
Auto merge of #121833 - kornelski:parent_include, r=estebank
bors
-46
/
+164
2024-03-27
CFI: Fix methods as function pointer cast
Ramon de C Valle
-27
/
+39
2024-03-27
Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmease
Matthias Krüger
-5
/
+5
2024-03-27
Rollup merge of #123130 - oli-obk:missing_type_taint, r=compiler-errors
Matthias Krüger
-53
/
+57
2024-03-27
Rollup merge of #123101 - Bryanskiy:delegation-fixes-2, r=petrochenkov
Matthias Krüger
-0
/
+11
2024-03-27
Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler...
Matthias Krüger
-2
/
+30
2024-03-27
Use `create_or_subcandidates` for all or-pattern expansions
Nadrieril
-46
/
+37
2024-03-27
CFI: Fix drop and drop_in_place
Ramon de C Valle
-2
/
+30
2024-03-27
Avoid recursion in creating and merging or-patterns
Nadrieril
-21
/
+3
2024-03-27
Feature gate
Jules Bertholet
-0
/
+8
2024-03-27
Suggest correct path in include_bytes!
Kornel
-32
/
+142
2024-03-27
Helper function for resolve_path
Kornel
-14
/
+22
2024-03-27
chore: fix some comments
xiaoxiangxianzi
-5
/
+5
2024-03-27
Int constants must be valtrees in pattern lowering
Oli Scherer
-5
/
+1
2024-03-27
Remove TypeVariableOriginKind::OpaqueInference
Michael Goulet
-2
/
+1
2024-03-27
Stop doing expensive work in opt_suggest_box_span eagerly
Michael Goulet
-191
/
+217
2024-03-27
Ensure no one re-adds `Partial/Ord` impls for `DefId`
Oli Scherer
-0
/
+6
2024-03-27
Remove `DefId`'s `Partial/Ord` impls
Oli Scherer
-19
/
+1
2024-03-27
Stop sorting `DefId`s in the compiler
Oli Scherer
-1
/
+1
2024-03-27
Sort somem diagnostics by `DefPathStr` instead of `DefId`
Oli Scherer
-2
/
+2
2024-03-27
Sort a diagnostic by `DefPathStr` instead of `DefId`
Oli Scherer
-26
/
+4
2024-03-27
Sort method suggestions by `DefPath` instead of `DefId`
Oli Scherer
-2
/
+5
2024-03-27
Don't sort `DefId`s in suggestions
Oli Scherer
-3
/
+8
2024-03-27
Do not sort `DefId`s in diagnostics
Oli Scherer
-11
/
+9
2024-03-27
Remove `Partial/Ord` from `EarlyParamRegion`
Oli Scherer
-1
/
+1
2024-03-27
Remove `Partial/Ord` from `AdtDef`
Oli Scherer
-16
/
+1
2024-03-27
Remove `Partial/Ord` from `BoundRegion`
Oli Scherer
-18
/
+18
2024-03-27
Remove `Ord` from `BoundTy`
Oli Scherer
-9
/
+9
2024-03-27
Remove `Ord` from `Binder`
Oli Scherer
-1
/
+1
2024-03-27
Remove `Ord` from `Ty`, `Const`, and `Region`
Oli Scherer
-86
/
+51
[prev]
[next]