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
/
mem_categorization.rs
Age
Commit message (
Expand
)
Author
Lines
2016-02-20
make *mut T -> *const T a coercion
Ariel Ben-Yehuda
-0
/
+1
2016-02-16
Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path
Vadim Petrochenkov
-9
/
+5
2016-02-14
Rename hir::Pat_ and its variants
Vadim Petrochenkov
-16
/
+16
2016-02-12
Autoderef in librustc
Jonas Schievink
-21
/
+21
2016-01-21
move more checks out of librustc
Oliver Schneider
-4
/
+4
2016-01-20
Rename Def's variants and don't reexport them
Vadim Petrochenkov
-18
/
+18
2016-01-20
Refactor definitions of ADTs in rustc::middle::def
Vadim Petrochenkov
-10
/
+5
2015-12-19
Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis
bors
-0
/
+4
2015-12-16
rustc: Remove def::DefUse
Vadim Petrochenkov
-1
/
+1
2015-12-16
Implement type ascription.
Eduard Burtescu
-0
/
+4
2015-12-11
Make name resolution errors non-fatal
Nick Cameron
-2
/
+4
2015-11-19
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2015-11-03
Auto merge of #29515 - Manishearth:ice-itembody, r=eddyb
bors
-1
/
+12
2015-11-03
Fix ICE with unresolved associated items in closures (fixes #28971)
Manish Goregaokar
-1
/
+12
2015-11-02
Auto merge of #28846 - Ms2ger:categorization, r=nikomatsakis
bors
-81
/
+80
2015-10-31
Remove PatWildMulti
Vadim Petrochenkov
-1
/
+1
2015-10-29
Rename categorization and stop re-exporting its variants.
Ms2ger
-81
/
+80
2015-10-27
Remove NodeArg
Seo Sanghyeon
-1
/
+1
2015-10-27
Distinguish argument from local variable
Seo Sanghyeon
-5
/
+4
2015-10-01
Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use
Niko Matsakis
-2
/
+2
2015-10-01
Remove DefRegion, which is not used
Niko Matsakis
-1
/
+1
2015-09-22
Use Names in the remaining HIR structures with exception of...
Vadim Petrochenkov
-1
/
+1
2015-09-22
Use Names in hir::{Field, ExprMethodCall, ExprField}
Vadim Petrochenkov
-1
/
+1
2015-09-17
Remove hir::ExprParen
Nick Cameron
-4
/
+0
2015-09-14
split ty::util and ty::adjustment
Ariel Ben-Yehuda
-5
/
+6
2015-09-06
track, for each upvar, its index in list of upvars
Niko Matsakis
-1
/
+1
2015-09-03
Fix multiple mutable autoderefs with `Box`
Andrew Paseltiner
-3
/
+3
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-66
/
+53
2015-08-24
store the CodeExtent directly in FreeRegion
Ariel Ben-Yehuda
-2
/
+1
2015-08-24
fallout from moving def-id
Niko Matsakis
-2
/
+3
2015-08-06
use VariantDef instead of struct_fields
Ariel Ben-Yehuda
-1
/
+1
2015-07-24
Add some debugging to help identify when errors get reported.
Niko Matsakis
-1
/
+7
2015-07-24
Introduce ClosureSubsts rather than just having random fields in the
Niko Matsakis
-1
/
+1
2015-07-24
introduce a Vec<Ty> to TyClosure for storing upvar types
Niko Matsakis
-1
/
+1
2015-07-10
Rename TypeWithMutability to TypeAndMut
Jared Roesch
-1
/
+1
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-1
/
+1
2015-06-30
Clean up patch
Jared Roesch
-1
/
+0
2015-06-30
Remove Typer and ClosureTyper
Jared Roesch
-32
/
+1
2015-06-30
Remove Typer + ClosureTyper impls for BlockS
Jared Roesch
-14
/
+12
2015-06-27
Begin refactor type checking state
Jared Roesch
-4
/
+4
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-10
/
+10
2015-06-26
rustc: move some functions in middle::ty working on Ty to methods.
Eduard Burtescu
-7
/
+7
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-39
/
+37
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-53
/
+44
2015-06-19
Clean up unused argument/variable warnings.
Eduard Burtescu
-1
/
+0
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-50
/
+50
2015-06-16
Remove unused type InteriorSafety.
Eli Friedman
-17
/
+4
2015-06-12
Split TyArray into TyArray and TySlice.
Eli Friedman
-5
/
+5
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-16
/
+16
2015-06-10
Auto merge of #26182 - Manishearth:rollup, r=Manishearth
bors
-2
/
+2
[next]