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
/
middle
/
expr_use_visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-27
Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister
bors
-2
/
+1
2019-04-25
Update rvalue_promotable_map
John Kåre Alsaker
-2
/
+1
2019-04-25
Introduce hir::ExprKind::Use and employ in for loop desugaring.
Mazdak Farrokhzad
-0
/
+4
2019-04-20
Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk
bors
-5
/
+1
2019-04-16
refactor Adjustment to use new PointerCast enum
Saleem Jaffer
-5
/
+1
2019-04-14
HirIdify hir::Def
ljedrz
-3
/
+3
2019-04-01
Allow closure to unsafe fn coercion
Taiki Endo
-1
/
+1
2019-03-28
Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk
Mazdak Farrokhzad
-2
/
+1
2019-03-24
Re-order fields in `Def::Ctor`.
David Wood
-1
/
+1
2019-03-24
Move `CtorOf` into `hir::def`.
David Wood
-2
/
+2
2019-03-24
Separate variant id and variant constructor id.
David Wood
-4
/
+10
2019-03-16
Add def getting methods to librustc/ty/context
Tomas Koutsky
-2
/
+1
2019-03-10
Make migrate mode work at item level granularity
Matthew Jasper
-2
/
+6
2019-03-07
hir: remove NodeId from PatKind
ljedrz
-1
/
+1
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-3
/
+2
2019-03-02
hir: remove NodeId from Pat and FieldPat
ljedrz
-4
/
+2
2019-02-24
hir: remove NodeId from Expr
ljedrz
-23
/
+24
2019-02-24
hir: remove NodeId from Block
ljedrz
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-05
move librustc to 2018
Mark Mansi
-9
/
+9
2019-01-17
Remove `hir::StmtKind::Decl`.
Nicholas Nethercote
-10
/
+6
2019-01-17
Make `hir::Stmt` a separate struct.
Nicholas Nethercote
-3
/
+3
2019-01-02
rename `type_moves_by_default` to `type_is_copy_modulo_regions`
Niko Matsakis
-1
/
+1
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-1
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-4
/
+4
2018-11-14
capture_disjoint_fields(rust-lang#53488)
Blitzerr
-1
/
+1
2018-10-09
Point to variable in `asm!` macro when failing borrowck
Esteban Küber
-9
/
+14
2018-10-06
rustc/middle: whitespace & formatting fixes
ljedrz
-9
/
+10
2018-10-06
rustc/middle: improve some patterns
ljedrz
-4
/
+2
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-2
/
+2
2018-09-15
Make rustc::middle::region::Scope's fields public
Marshall Bowers
-3
/
+13
2018-09-01
Auto merge of #53815 - F001:if-let-guard, r=petrochenkov
bors
-1
/
+3
2018-08-30
introduce Guard enum
F001
-1
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-5
/
+5
2018-07-16
ExprKind
csmoe
-29
/
+29
2018-07-16
DeclKind
csmoe
-2
/
+2
2018-07-16
StmtKind
csmoe
-3
/
+3
2018-07-02
Add more safeguards to "missing binding mode" errors
varkor
-25
/
+28
2018-07-01
use HirId in middle::mem_categorization::cmt_, and consequences of that
Zack M. Davis
-5
/
+5
2018-06-23
Rename ExprAgain to ExprContinue
varkor
-1
/
+1
2018-06-21
use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments
Niko Matsakis
-1
/
+2
2018-05-31
change `PointerKind::Implicit` to a note
Niko Matsakis
-2
/
+9
2018-05-28
scrap `find_node_for_hir_id` in favor of `hir_to_node_id`
Zack M. Davis
-2
/
+1
2018-05-28
operate on `HirId` in `hir::Pat::each_binding`, and consequences of that
Zack M. Davis
-3
/
+4
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-1
/
+1
2018-05-16
label-break-value: Parsing and AST/HIR changes
est31
-1
/
+1
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-2
/
+2
2018-05-03
Avoid many `cmt` allocations.
Nicholas Nethercote
-30
/
+30
[next]