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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_lowering
/
src
/
item.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-04
Avoid explicitly handling res when is not needed
Santiago Pastorino
-4
/
+1
2022-08-04
Remove captured_lifetimes and LifetimeCaptureContext and make create_lifetime...
Santiago Pastorino
-1
/
+0
2022-08-04
Completely remove captures flag
Santiago Pastorino
-49
/
+20
2022-08-04
Add captures flag to capture or not while lowering
Santiago Pastorino
-20
/
+49
2022-08-04
Make lower_generic_bound_predicate receive AST bounds instead of HIR bounds
Santiago Pastorino
-3
/
+7
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-19
/
+18
2022-07-07
Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister
bors
-23
/
+7
2022-07-06
Use DefIdTree instead of re-implementing it.
Camille GILLOT
-7
/
+2
2022-07-06
Remove `sess` field from LoweringContext.
Camille GILLOT
-2
/
+1
2022-07-06
Make AST lowering a query.
Camille GILLOT
-17
/
+7
2022-07-02
ast: Add span to `Extern`
Nixon Enraght-Moony
-2
/
+2
2022-06-19
Leave the responsibility to create `Fresh` lifetimes to lowering.
Camille GILLOT
-4
/
+7
2022-06-15
Consume resolutions for lowering separately.
Camille GILLOT
-5
/
+4
2022-06-14
Do not modify the resolver outputs.
Camille GILLOT
-17
/
+19
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-3
/
+11
2022-06-11
Address comments
Michael Goulet
-2
/
+0
2022-06-11
Handle empty where-clause better
Michael Goulet
-2
/
+4
2022-06-07
Instrument important fns in AST lowering
Santiago Pastorino
-3
/
+4
2022-06-04
Auto merge of #97717 - matthiaskrgr:rollup-lalaii2, r=matthiaskrgr
bors
-4
/
+4
2022-06-03
Remove useless LocalDefId in ImplTraitContext::Universal.
Camille GILLOT
-4
/
+4
2022-06-02
Make params be SmallVec as originally was
Santiago Pastorino
-1
/
+2
2022-06-01
Always assert that impl_trait_def|bounds are empty at start
Santiago Pastorino
-7
/
+2
2022-06-01
Split extend + inner chain into to extend calls
Santiago Pastorino
-8
/
+5
2022-05-31
Fix lower_generics rustdocs
Santiago Pastorino
-3
/
+2
2022-05-31
Inline lower_generics_mut and remove GenericsCtor
Santiago Pastorino
-54
/
+29
2022-05-31
Remove ImplTraitContext::reborrow
Santiago Pastorino
-2
/
+2
2022-05-31
Move lower_generics definition to item.rs
Santiago Pastorino
-0
/
+38
2022-05-31
Rename add_implicit_generics to lower_generics
Santiago Pastorino
-17
/
+16
2022-05-31
Replace calls to lower_generics with calls to add_implicit_generics
Santiago Pastorino
-89
/
+87
2022-05-31
Add itctx: ImplTraitContext arg to add_implicit_generics
Santiago Pastorino
-7
/
+12
2022-05-31
Move defs and bounds from Universal to LoweringContext
Santiago Pastorino
-16
/
+12
2022-05-22
rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`
Vadim Petrochenkov
-3
/
+0
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-07
Track if a where bound comes from a impl Trait desugar
flip1995
-3
/
+11
2022-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-1
/
+1
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-15
/
+93
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-12
/
+14
2022-04-30
Box HIR Generics and Impl.
Camille GILLOT
-7
/
+7
2022-04-27
Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov
bors
-118
/
+49
2022-04-27
Collect extra lifetime parameters during late resolution.
Camille GILLOT
-63
/
+22
2022-04-27
Refactor generic collection.
Camille GILLOT
-4
/
+4
2022-04-27
Handle TAIT.
Camille GILLOT
-13
/
+3
2022-04-27
Use LifetimeRes during lowering.
Camille GILLOT
-60
/
+42
2022-04-23
Drop vis in Item.
Camille GILLOT
-90
/
+10
2022-04-23
Drop vis in ImplItem.
Camille GILLOT
-1
/
+1
2022-04-23
Drop vis from ForeignItem.
Camille GILLOT
-1
/
+1
2022-04-23
Drop vis in FieldDef.
Camille GILLOT
-1
/
+1
2022-03-31
remove find_use_placement
Fausto
-5
/
+8
2022-03-31
Record item-likes in ItemLowerer.
Camille GILLOT
-48
/
+57
2022-03-31
Create a new LoweringContext for each item-like.
Camille GILLOT
-92
/
+91
[next]