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-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
2022-03-31
Make lowering pull-based.
Camille GILLOT
-46
/
+62
2022-03-31
Implement with_parent_item_lifetime_defs on ItemLowerer.
Camille GILLOT
-70
/
+62
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-15
Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber
bors
-1
/
+1
2022-03-12
Identify anonymous lifetimes by their DefId in HIR.
Camille GILLOT
-8
/
+16
2022-03-05
Fallback to other where clause if preferred is missing
Jack Huey
-8
/
+24
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-9
/
+34
2022-03-03
Adjusted diagnostic output so that if there is no `use` in a item sequence,
Felix S. Klock II
-1
/
+1
2022-03-03
refactor: prepare to associate multiple spans with a module.
Felix S. Klock II
-1
/
+1
2022-03-01
compiler: fix some typos
cuishuang
-1
/
+1
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-2
/
+2
2022-02-24
Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obk
bors
-5
/
+1
2022-02-20
Avoid call to lower_node_id when not needed
Santiago Pastorino
-1
/
+1
2022-02-20
Make node_id_to_hir_id owner-local.
Camille GILLOT
-4
/
+0
2022-02-20
Rollup merge of #94146 - est31:let_else, r=cjgillot
Matthias Krüger
-3
/
+2
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-17
Add more information to `impl Trait` deny error
Michael Goulet
-45
/
+103
2022-02-09
Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis
Yuki Okushi
-4
/
+0
2022-02-03
Remove defaultness from ImplItem.
Camille GILLOT
-4
/
+0
2022-02-02
More let_else adoptions
est31
-3
/
+1
2022-01-27
Store def_id_to_hir_id as variant in hir_owner.
Camille GILLOT
-6
/
+11
2022-01-08
Link impl items to corresponding trait items in late resolver.
Camille GILLOT
-0
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-07
Store impl_trait_fn inside OpaqueTyOrigin.
Camille GILLOT
-7
/
+2
2021-11-23
Do not visit attributes in `ItemLowerer`.
Camille GILLOT
-0
/
+5
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-23
/
+23
2021-10-21
Use SortedMap in HIR.
Camille GILLOT
-2
/
+1
2021-10-18
Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister
bors
-9
/
+13
2021-10-09
Perform indexing during lowering.
Camille GILLOT
-1
/
+1
2021-10-09
Use an IndexVec for bodies.
Camille GILLOT
-1
/
+2
2021-10-09
Store lowering outputs per owner.
Camille GILLOT
-9
/
+12
2021-10-08
clippy::complexity fixes
Matthias Krüger
-2
/
+1
2021-09-30
Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillot
Manish Goregaokar
-25
/
+38
[next]