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
/
ty
/
flags.rs
Age
Commit message (
Expand
)
Author
Lines
2017-02-03
Add warning for () to ! switch
Andrew Cann
-1
/
+1
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-1
/
+1
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-2
/
+2
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-7
/
+12
2016-11-28
Privatize TraitObject.principal and add a method accessor, returning Option.
Mark-Simulacrum
-1
/
+1
2016-11-12
rustc: move closure upvar types to the closure substs
Ariel Ben-Yehuda
-2
/
+1
2016-10-21
only remove keys that mention skolemized regions
Niko Matsakis
-18
/
+4
2016-10-03
loosen assertion against proj in collector
Niko Matsakis
-0
/
+5
2016-09-08
Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
Vadim Petrochenkov
-1
/
+1
2016-09-03
Add union types
Vadim Petrochenkov
-1
/
+1
2016-08-27
rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.
Eduard Burtescu
-2
/
+2
2016-08-27
rustc: pass ty::Region behind an interned 'tcx reference.
Eduard Burtescu
-3
/
+3
2016-08-27
rustc: use accessors for Substs::{types,regions}.
Eduard Burtescu
-2
/
+5
2016-08-17
rustc: remove ParamSpace from Substs.
Eduard Burtescu
-2
/
+2
2016-08-17
rustc: remove SelfSpace from ParamSpace.
Eduard Burtescu
-2
/
+2
2016-08-17
rustc: reduce Substs and Generics to a simple immutable API.
Eduard Burtescu
-2
/
+2
2016-08-17
rustc: move trait objects from TraitRef to ExistentialTraitRef.
Eduard Burtescu
-13
/
+8
2016-08-17
rustc: force all raw accesses to VecPerParamSpace through as_full_slice.
Eduard Burtescu
-2
/
+2
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+1
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-4
/
+1
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-0
/
+1
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-0
/
+5
2016-06-05
rustc: add ReErased to be used by trait selection, MIR and trans.
Eduard Burtescu
-1
/
+1
2016-05-31
add flag for ReSkolemized
Niko Matsakis
-1
/
+5
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-3
/
+12
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+205
[prev]