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
/
ty
/
flags.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-14
remove defaulting to unit
Andrew Cann
-4
/
+1
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-2
/
+10
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-26
/
+2
2018-03-08
Add a variant to ConstVal for storing miri results
Oliver Schneider
-0
/
+1
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+6
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-1
/
+2
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-0
/
+4
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-1
/
+37
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+4
2017-08-14
remove the "defaulted unit" type bit during writeback
Ariel Ben-Yehuda
-1
/
+4
2017-08-09
Initial pass review comments
Alex Crichton
-1
/
+1
2017-07-28
Move a FIXME around
John Kåre Alsaker
-2
/
+0
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+9
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-2
/
+2
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-2
/
+1
2017-05-22
remove the cell from type flags completely
Niko Matsakis
-1
/
+1
2017-04-30
intern CodeExtents
Niko Matsakis
-1
/
+1
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-5
/
+5
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