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
/
util
Age
Commit message (
Expand
)
Author
Lines
2015-09-14
split ty::util and ty::adjustment
Ariel Ben-Yehuda
-5
/
+5
2015-09-14
split ty.rs into smaller parts
Ariel Ben-Yehuda
-3
/
+152
2015-09-14
move middle::ty and related modules to middle/ty/
Ariel Ben-Yehuda
-3
/
+3
2015-09-06
move fnv hashing support into librustc_data_structures
Niko Matsakis
-37
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-17
/
+59
2015-08-30
fix compilation with RUST_LOG=rustc::middle::traits
Ariel Ben-Yehuda
-2
/
+27
2015-08-25
use the parameter environment when checking dtors
Ariel Ben-Yehuda
-1
/
+1
2015-08-24
split ReInfer into ReVar and ReSkolemized
Ariel Ben-Yehuda
-5
/
+5
2015-08-24
convert to use `is_local` instead of `== LOCAL_CRATE`
Niko Matsakis
-3
/
+3
2015-08-24
fallout from moving def-id
Niko Matsakis
-6
/
+8
2015-08-18
kill the old funky `can_reach` fn
Niko Matsakis
-43
/
+0
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-4
/
+4
2015-08-14
Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc
bors
-0
/
+5
2015-08-12
Add two new kinds of predicates, WellFormed and ObjectSafe.
Niko Matsakis
-0
/
+5
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-27
/
+15
2015-08-10
Stabilize the Duration API
Steven Fackler
-2
/
+2
2015-08-07
rename ADTDef to AdtDef etc.
Ariel Ben-Yehuda
-1
/
+1
2015-08-06
introduce an ADTDef struct for struct/enum definitions
Ariel Ben-Yehuda
-6
/
+14
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-1
/
+2
2015-07-24
Unify the upvar variables found in closures with the actual types of the
Niko Matsakis
-14
/
+24
2015-07-24
Introduce ClosureSubsts rather than just having random fields in the
Niko Matsakis
-2
/
+5
2015-07-24
introduce a Vec<Ty> to TyClosure for storing upvar types
Niko Matsakis
-1
/
+1
2015-07-14
Transition to the new object lifetime defaults, replacing the old
Niko Matsakis
-4
/
+0
2015-07-12
Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis
bors
-2
/
+2
2015-07-10
Rename TypeWithMutability to TypeAndMut
Jared Roesch
-2
/
+2
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-2
/
+2
2015-07-08
Report memory use in time-passes on Windows
Peter Atashian
-5
/
+40
2015-07-04
rustc: simplify ty::MethodOrigin and avoid trait item indices.
Eduard Burtescu
-29
/
+0
2015-07-04
rustc: remove unused MethodStaticClosure variant of MethodOrigin.
Eduard Burtescu
-3
/
+0
2015-07-03
Fix some merge conflicts
Niko Matsakis
-9
/
+10
2015-07-03
Add a boolean flag to ExistentialBounds tracking whether the
Niko Matsakis
-0
/
+4
2015-07-02
Auto merge of #26722 - arielb1:log-deadlock, r=eddyb
bors
-2
/
+9
2015-07-02
Report memory use in time-passes
Nick Cameron
-2
/
+38
2015-07-01
Fix deadlocks with RUST_LOG=rustc::middle::ty
Ariel Ben-Yehuda
-2
/
+9
2015-06-27
Begin refactor type checking state
Jared Roesch
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-6
/
+6
2015-06-26
rustc: move some functions in middle::ty working on Ty to methods.
Eduard Burtescu
-1
/
+1
2015-06-26
rustc: combine type-flag-checking traits and fns and into one trait.
Eduard Burtescu
-3
/
+2
2015-06-23
Remove the mostly unecessary ParamBounds struct
Jared Roesch
-33
/
+0
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-26
/
+4
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-982
/
+476
2015-06-19
Move AST Repr impls to Debug impls in libsyntax.
Eduard Burtescu
-42
/
+12
2015-06-19
rustc: remove some unused UserString and Repr impls.
Eduard Burtescu
-26
/
+1
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-513
/
+571
2015-06-19
rustc: leave only one free top-level function in ppaux, and private.
Eduard Burtescu
-352
/
+193
2015-06-19
rustc: use Repr and UserString instead of ppaux::ty_to_string.
Eduard Burtescu
-13
/
+19
2015-06-19
rustc: reduce ppaux's public footprint to 5 functions.
Eduard Burtescu
-103
/
+67
2015-06-12
Split TyArray into TyArray and TySlice.
Eli Friedman
-6
/
+5
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-26
/
+26
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-5
/
+5
[next]