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
/
rustc_ast_lowering
Age
Commit message (
Expand
)
Author
Lines
2022-08-04
Skip lifetimes in binders when visiting
Santiago Pastorino
-78
/
+67
2022-08-04
Move LifetimeCollectVisitor to rustc_ast_lowering
Santiago Pastorino
-2
/
+67
2022-08-04
Completely remove captures flag
Santiago Pastorino
-193
/
+92
2022-08-04
Do not execute captures code when lowering lifetimes as GenericArg
Santiago Pastorino
-1
/
+1
2022-08-04
Do not execute captures code for async fns
Santiago Pastorino
-1
/
+1
2022-08-04
There's no need to check binders_to_ignore using the old code anymore
Santiago Pastorino
-10
/
+8
2022-08-04
Explicitly gather lifetimes and definitions for bare async fns
Santiago Pastorino
-39
/
+30
2022-08-04
Extract create_and_capture_lifetime_defs function
Santiago Pastorino
-74
/
+81
2022-08-04
Remove NEW_COLLECT_LIFETIMES env var
Santiago Pastorino
-104
/
+82
2022-08-04
Add debug! calls
Santiago Pastorino
-0
/
+5
2022-08-04
Explicitly gather lifetimes and definitions in RPIT
Santiago Pastorino
-41
/
+147
2022-08-04
Unroll while_capturing_lifetimes into lower_opaque_impl_trait
Santiago Pastorino
-5
/
+15
2022-08-04
Add captures flag to capture or not while lowering
Santiago Pastorino
-111
/
+211
2022-08-04
Make lower_generic_bound_predicate receive AST bounds instead of HIR bounds
Santiago Pastorino
-5
/
+9
2022-08-04
Remove old docs on lower_async_fn_ret_ty
Santiago Pastorino
-2
/
+0
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-22
/
+20
2022-07-26
Replace LifetimeRes::Anonymous by LifetimeRes::Infer.
Camille GILLOT
-19
/
+1
2022-07-26
Remove the distinction between LifetimeName::Implicit and LifetimeName::Under...
Camille GILLOT
-6
/
+2
2022-07-25
Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov
bors
-1
/
+0
2022-07-25
Report elision failures on the AST.
Camille GILLOT
-1
/
+0
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-2
/
+1
2022-07-19
Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote
Matthias Krüger
-2
/
+2
2022-07-18
avoid `Symbol` to `&str` conversions
Takayuki Maeda
-2
/
+2
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-15
Correctly handle path stability for 'use tree' items
Aaron Hill
-2
/
+20
2022-07-14
Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC
bors
-15
/
+56
2022-07-14
Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot
Dylan DPC
-15
/
+56
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-14
/
+21
2022-07-12
Lower closure binders to hir & properly check them
Maybe Waffle
-19
/
+29
2022-07-12
Parse closure binders
Maybe Waffle
-0
/
+24
2022-07-11
extract method to read scrutinee conditionally
Ding Xiang Fei
-16
/
+2
2022-07-11
move else block into the `Local` struct
Ding Xiang Fei
-6
/
+28
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-74
/
+23
2022-07-11
Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov
bors
-0
/
+27
2022-07-07
Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister
bors
-166
/
+150
2022-07-07
Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisa
bors
-2
/
+2
2022-07-06
Use DefIdTree instead of re-implementing it.
Camille GILLOT
-7
/
+2
2022-07-06
Remove `sess` field from LoweringContext.
Camille GILLOT
-57
/
+69
2022-07-06
Expand comment in `with_hir_id_owner`.
Camille GILLOT
-2
/
+9
2022-07-06
Do not create a new NodeId when not used.
Camille GILLOT
-2
/
+6
2022-07-06
Remove useless branch.
Camille GILLOT
-7
/
+3
2022-07-06
Make AST lowering a query.
Camille GILLOT
-96
/
+66
2022-07-02
ast: Add span to `Extern`
Nixon Enraght-Moony
-2
/
+2
2022-07-02
Handle fresh lifetimes on bare trait objects.
Camille GILLOT
-0
/
+27
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-3
/
+1
2022-06-27
Update `smallvec` to 1.8.1.
Nicholas Nethercote
-1
/
+1
2022-06-21
Use CreateParameter mode for closures too.
Camille GILLOT
-23
/
+34
2022-06-21
Always create parameters for functions-like types.
Camille GILLOT
-47
/
+64
2022-06-19
Leave the responsibility to create `Fresh` lifetimes to lowering.
Camille GILLOT
-6
/
+20
[prev]
[next]