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
2019-04-26
Update handling of Tuple
varkor
-2
/
+2
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-14
/
+24
2019-03-05
Add const type flags
varkor
-8
/
+24
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-2
/
+2
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-10
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-2
/
+2
2018-11-24
Add `HAS_TY_PLACEHOLDER` flag
scalexm
-1
/
+4
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-03
Remove `ReCanonical` in favor of `ReLateBound`
scalexm
-2
/
+0
2018-11-03
Rename `BoundTy` field `level` -> `index`
scalexm
-1
/
+1
2018-11-03
Shift both late bound regions and bound types
scalexm
-2
/
+5
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-2
/
+3
2018-10-20
Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type
Fabian Drinck
-1
/
+1
2018-10-08
Compute flags for `ty::UnnormalizedProjection`
scalexm
-1
/
+4
2018-10-05
rustc/ty: simplify common patterns
ljedrz
-3
/
+1
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+2
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-10
/
+10
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-6
/
+6
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-19
/
+19
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-2
/
+2
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-7
/
+4
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-2
/
+2
2018-05-28
remove use of depth from `TyS` and replace with a debruijn index
Niko Matsakis
-12
/
+24
2018-05-15
Make is_global true for latebound regions
Matthew Jasper
-4
/
+4
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-2
/
+2
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-2
/
+1
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-1
/
+1
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
[next]