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
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-05
Make `hir::PathSegment::res` non-optional.
Nicholas Nethercote
-3
/
+5
2022-09-02
Refactor and re-use BindingAnnotation
Cameron Steffen
-4
/
+3
2022-09-01
Directly use the `instrument` macro instead of its full path
Oli Scherer
-9
/
+9
2022-09-01
Auto merge of #100707 - dzvon:fix-typo, r=davidtwco
bors
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-31
Rollup merge of #101049 - JeanCASPAR:remove-span_fatal-from-ast_lowering, r=d...
Matthias Krüger
-0
/
+2
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-29
Use `&'hir Ty` everywhere.
Nicholas Nethercote
-1
/
+1
2022-08-27
remove span_fatal from ast_lowering
Jean CASPAR
-0
/
+2
2022-08-26
Rollup merge of #100724 - JeanCASPAR:migrate-ast_lowering-to-session-diagnost...
Michael Goulet
-26
/
+13
2022-08-23
Remove the symbol from `ast::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2022-08-22
Changes made in response to feedback
Jean CASPAR
-2
/
+2
2022-08-22
Migrate ast_lowering::lib and ast_lowering::item to SessionDiagnostic
Jean CASPAR
-26
/
+12
2022-08-22
Migrate ast_lowering::path to SessionDiagnostic
Jean CASPAR
-0
/
+1
2022-08-17
Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov
Matthias Krüger
-1
/
+1
2022-08-16
Auto merge of #100441 - nnethercote:shrink-ast-Attribute, r=petrochenkov
bors
-6
/
+7
2022-08-16
Auto merge of #100611 - matthiaskrgr:rollup-rxj10ur, r=matthiaskrgr
bors
-2
/
+2
2022-08-16
Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errors
Matthias Krüger
-2
/
+2
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-1
/
+1
2022-08-16
Auto merge of #100237 - cjgillot:no-special-hash-hir, r=nagisa
bors
-4
/
+2
2022-08-16
Shrink `ast::Attribute`.
Nicholas Nethercote
-6
/
+7
2022-08-16
suggest adding an array length if possible
Takayuki Maeda
-2
/
+2
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-08-09
Add docs for get_remapped_def_id
Santiago Pastorino
-0
/
+13
2022-08-09
Iterate def_ids map backwards to try first the latest mappings (it's a stack)
Santiago Pastorino
-1
/
+1
2022-08-07
Remove unused hashing infra.
Camille GILLOT
-4
/
+2
2022-08-07
Use start_point instead of next_point to point to elided lifetime ampersand.
Camille GILLOT
-1
/
+1
2022-08-04
Fix typo
Santiago Pastorino
-1
/
+1
2022-08-04
Improve opt_local_def_id docs
Santiago Pastorino
-7
/
+9
2022-08-04
Improve record_def_id_remap docs
Santiago Pastorino
-1
/
+4
2022-08-04
Use span_bug instead of panic
Santiago Pastorino
-4
/
+8
2022-08-04
Move new_remapping inside with_hir_id_owner
Santiago Pastorino
-1
/
+2
2022-08-04
Add documentation for create_lifetime_defs
Santiago Pastorino
-0
/
+4
2022-08-04
Add more debug calls
Santiago Pastorino
-4
/
+5
2022-08-04
Add documentation about lifetime args
Santiago Pastorino
-0
/
+2
2022-08-04
Add documentation about lifetime_defs
Santiago Pastorino
-0
/
+3
2022-08-04
Move hir_bounds after lifetime_defs
Santiago Pastorino
-5
/
+4
2022-08-04
captures -> collected_lifetimes
Santiago Pastorino
-9
/
+10
2022-08-04
Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_asy...
Santiago Pastorino
-5
/
+14
2022-08-04
Move lifetimes_in_bounds call to outside with_hir_id_owner block in lower_opa...
Santiago Pastorino
-18
/
+23
2022-08-04
Document what collected_lifetimes vec containts
Santiago Pastorino
-0
/
+3
2022-08-04
Document lower_opaque_impl_trait
Santiago Pastorino
-0
/
+29
2022-08-04
with_lifetime_binder is now lower_lifetime_binder and doesn't need a closure
Santiago Pastorino
-23
/
+21
2022-08-04
Add comments on with_remapping
Santiago Pastorino
-0
/
+10
2022-08-04
Document opt_local_def_id
Santiago Pastorino
-0
/
+11
2022-08-04
Document generics_def_id_map field and record/get methods on it
Santiago Pastorino
-0
/
+4
2022-08-04
Add comments about lifetime collect and create lifetime defs for RPITs
Santiago Pastorino
-0
/
+8
2022-08-04
Avoid explicitly handling res when is not needed
Santiago Pastorino
-27
/
+45
2022-08-04
create_and_capture_lifetime_defs -> create_lifetime_defs
Santiago Pastorino
-3
/
+3
2022-08-04
Remove captured_lifetimes and LifetimeCaptureContext and make create_lifetime...
Santiago Pastorino
-81
/
+43
[prev]
[next]