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
/
wf.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-26
Update handling of Tuple
varkor
-1
/
+1
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-2
/
+3
2019-03-12
ignore higher-ranked WF requirements for trait objects
Niko Matsakis
-2
/
+1
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-13
HirId-ify hir::BodyId
ljedrz
-5
/
+5
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-6
/
+6
2019-01-05
Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis
bors
-1
/
+1
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-1
/
+1
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-7
/
+4
2018-12-30
Stop well-formedness checking unreachable code.
David Wood
-1
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-03
Shift both late bound regions and bound types
scalexm
-7
/
+7
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-0
/
+1
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-1
/
+1
2018-10-05
Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
bors
-2
/
+3
2018-10-04
rename skolemized to placeholder
Niko Matsakis
-1
/
+1
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+2
2018-10-03
rustc/ty: improve allocations
ljedrz
-0
/
+1
2018-10-03
rustc/ty: whitespace fixes
ljedrz
-2
/
+2
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
-18
/
+18
2018-08-22
Rename ty::Slice to ty::List
varkor
-2
/
+2
2018-07-18
Prepare for using wfcheck on existential types
Oliver Schneider
-1
/
+7
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-13
/
+10
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-3
/
+3
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-2
/
+3
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-24
/
+2
2018-03-08
Add a variant to ConstVal for storing miri results
Oliver Schneider
-0
/
+1
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-4
/
+0
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+1
2017-11-20
extend comment further to explain why we limit wf to `upvar_tys`
Niko Matsakis
-0
/
+9
2017-11-18
comment wf more
Niko Matsakis
-15
/
+27
2017-11-18
move the signature into the closure type
Niko Matsakis
-1
/
+16
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
-1
/
+46
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-2
/
+11
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-5
/
+47
2017-08-25
Change to `Elaborate::None` inside `compute_projection`
scalexm
-1
/
+1
2017-08-23
add a comment
Niko Matsakis
-0
/
+23
2017-08-10
Do not elaborate trait obligations in where clauses
scalexm
-12
/
+21
2017-08-10
Elaborate trait obligations when typechecking impls
scalexm
-7
/
+6
2017-08-10
Fix for the supertrait example in #43784
scalexm
-0
/
+11
2017-07-28
Generator literal support
John Kåre Alsaker
-2
/
+2
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-3
/
+3
[next]