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
/
src
/
librustc
/
middle
/
expr_use_visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-27
Distinguish argument from local variable
Seo Sanghyeon
-1
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-3
/
+3
2015-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-1
/
+1
2015-10-01
Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use
Niko Matsakis
-5
/
+3
2015-10-01
Rename `node_id` to `var_id` and limit to the cases that are actually used
Niko Matsakis
-2
/
+2
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-2
/
+2
2015-09-30
sacrifice a few bytes for the euv demon
Ariel Ben-Yehuda
-2
/
+2
2015-09-24
Remove the deprecated box(PLACE) syntax.
Eduard Burtescu
-14
/
+3
2015-09-22
Use Names in hir::{Field, ExprMethodCall, ExprField}
Vadim Petrochenkov
-1
/
+1
2015-09-18
address Niko's comments
Jorge Aparicio
-6
/
+3
2015-09-18
Overloaded augmented assignments
Jorge Aparicio
-5
/
+11
2015-09-17
Remove hir::ExprParen
Nick Cameron
-7
/
+0
2015-09-14
split ty::util and ty::adjustment
Ariel Ben-Yehuda
-7
/
+8
2015-09-06
fix EUV delegate to take advantage of defaults. This also
Niko Matsakis
-1
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-108
/
+90
2015-08-25
move destructors_for_type into AdtDef
Ariel Ben-Yehuda
-2
/
+3
2015-08-24
Use a Vec instead of an HashMap for the scope hierarchy
Ariel Ben-Yehuda
-5
/
+5
2015-08-24
fallout from moving def-id
Niko Matsakis
-2
/
+3
2015-08-12
expr_use_visitor: Remove FIXME that is no longer needed (and in fact
Niko Matsakis
-1
/
+0
2015-08-12
Add FIXME for apparent stage0 regression
Niko Matsakis
-1
/
+3
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-1
/
+1
2015-08-07
rename ADTDef to AdtDef etc.
Ariel Ben-Yehuda
-1
/
+1
2015-08-06
use VariantDef instead of struct_fields
Ariel Ben-Yehuda
-27
/
+23
2015-08-06
introduce an ADTDef struct for struct/enum definitions
Ariel Ben-Yehuda
-3
/
+2
2015-07-24
Auto merge of #27087 - nikomatsakis:closure-exploration, r=nrc
bors
-1
/
+4
2015-07-24
Add some debugging to help identify when errors get reported.
Niko Matsakis
-1
/
+4
2015-07-22
prototype Placer protocol for unstable overloaded-box and placement-in.
Felix S. Klock II
-0
/
+5
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-1
/
+1
2015-07-04
rustc: simplify ty::MethodOrigin and avoid trait item indices.
Eduard Burtescu
-45
/
+6
2015-07-04
rustc: remove unused MethodStaticClosure variant of MethodOrigin.
Eduard Burtescu
-15
/
+0
2015-06-30
Remove Typer and ClosureTyper
Jared Roesch
-7
/
+6
2015-06-30
Remove Typer + ClosureTyper impls for BlockS
Jared Roesch
-7
/
+8
2015-06-27
Begin refactor type checking state
Jared Roesch
-3
/
+6
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-20
/
+17
2015-06-26
rustc: move some functions in middle::ty working on Ty to methods.
Eduard Burtescu
-1
/
+1
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-38
/
+37
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-25
/
+25
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-4
/
+4
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-4
/
+0
2015-05-04
Changing Vec to Box<[T]>
Carol Nichols
-1
/
+1
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-1
/
+1
2015-04-23
Get associated consts working in match patterns.
Sean Patrick Santos
-1
/
+2
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-1
/
+2
2015-04-14
Reviewer comments
Nick Cameron
-19
/
+9
2015-04-14
Better explanation of AutoDerefRef
Nick Cameron
-2
/
+1
2015-04-14
Rebased
Nick Cameron
-46
/
+21
2015-04-14
eddyb's refactoring of coercions/adjustments
Eduard Burtescu
-59
/
+29
2015-04-08
Modify the ExprUseVisitor to walk each part of an AutoRef, and in
Niko Matsakis
-28
/
+145
2015-04-01
Fallout out rustc
Niko Matsakis
-7
/
+7
[next]