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
/
src
/
librustc_ast_lowering
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-24
Use correct span on while (let) lowering
flip1995
-6
/
+2
2020-04-16
Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper
bors
-11
/
+34
2020-04-13
Use clearer message when obligation is caused by await expr
Tyler Mandry
-2
/
+2
2020-04-05
Remove a stack frame from .await calls
Steven Fackler
-11
/
+34
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-6
/
+6
2020-03-21
lowering: bug! -> panic!
Mazdak Farrokhzad
-2
/
+1
2020-03-17
Don't create AST fragments when lowering to HIR
Jonas Schievink
-29
/
+33
2020-03-17
Split up large `FnDecl` expression
Jonas Schievink
-14
/
+13
2020-03-17
Improve comments in HIR lowering code
Jonas Schievink
-2
/
+3
2020-03-17
Format
Jonas Schievink
-7
/
+3
2020-03-17
Make async/await lowering use resume arguments
Jonas Schievink
-19
/
+76
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-1
/
+1
2020-03-01
Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril
Yuki Okushi
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-4
/
+4
2020-02-29
use .copied() instead of .map(|x| *x) on iterators
Matthias Krüger
-1
/
+1
2020-02-27
don't use .into() to convert types into identical types.
Matthias Krüger
-4
/
+3
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-4
/
+4
2020-02-13
IsAsync -> enum Async { Yes { span: Span, .. }, No }
Mazdak Farrokhzad
-1
/
+1
2020-02-04
Update error message with too many parameters
Jonas Schievink
-1
/
+1
2020-02-02
Allow 0 or 1 explicit generator parameters
Jonas Schievink
-2
/
+2
2020-01-21
lowering: cleanup some hofs
Mazdak Farrokhzad
-12
/
+3
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-16
don't clone types that are copy
Matthias Krüger
-3
/
+3
2020-01-10
Fix ICE #68058
Yuki Okushi
-1
/
+6
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-5
/
+13
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-05
simplify reexports in rustc::hir
Mazdak Farrokhzad
-4
/
+4
2019-12-31
Revert "core: add IntoFuture trait and support for await"
Wesley Wiser
-20
/
+4
2019-12-31
nix `lower_label` identity function.
Mazdak Farrokhzad
-21
/
+7
2019-12-31
librustc_ast_lowering: fix misc fallout.
Mazdak Farrokhzad
-9
/
+9
2019-12-31
librustc_ast_lowering: move the files.
Mazdak Farrokhzad
-0
/
+1454