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
/
relate.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-26
Update handling of Tuple
varkor
-1
/
+3
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-5
/
+5
2019-03-15
rustc: remove fmt::{Debug,Display} from ty::TyKind.
Eduard-Mihai Burtescu
-4
/
+2
2019-03-05
Handle const generics elsewhere
varkor
-0
/
+3
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-3
/
+3
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-11
/
+11
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-15
/
+15
2019-01-05
Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis
bors
-45
/
+4
2019-01-04
Revert "add coherence future-compat warnings for marker-only trait objects"
Ariel Ben-Yehuda
-45
/
+4
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-14
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-4
/
+45
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-4
/
+5
2018-11-29
Implement `ResolventOps`
scalexm
-0
/
+278
2018-11-29
Handle inference variables in `nll_relate` and use it for chalk
scalexm
-2
/
+15
2018-10-03
rustc/ty: simplify some patterns
ljedrz
-21
/
+18
2018-10-03
rustc/ty: whitespace fixes
ljedrz
-3
/
+4
2018-09-29
Improve bug! message for impossible case in Relate
Philipp Hansch
-1
/
+6
2018-09-25
Handle impl trait in MIR type checked for assignments.
Matthew Jasper
-1
/
+1
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-2
/
+2
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
-24
/
+24
2018-08-22
Rename ty::Slice to ty::List
varkor
-2
/
+2
2018-07-12
Fix ICE when using a pointer cast as array size
varkor
-1
/
+6
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-2
/
+2
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-05-21
rustc: avoid using intern_*(it.collect()) when mk_*(it) works better.
Eduard-Mihai Burtescu
-3
/
+4
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-11
/
+8
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-2
/
+4
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-12
/
+11
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-5
/
+4
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-3
/
+3
2018-03-14
remove defaulting to unit
Andrew Cann
-3
/
+2
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-2
/
+1
2018-03-13
add `TypeRelation` and `Lift` impls for `Kind`
Niko Matsakis
-10
/
+23
2018-03-13
improve TypeFoldable/Lift macros and make a bunch of stuff use them
Niko Matsakis
-8
/
+3
2018-03-08
Prepare for using miri in trans
Alexander Regueiro
-10
/
+22
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-4
/
+0
2018-03-08
Produce instead of pointers
Oliver Schneider
-0
/
+9
2018-02-23
Introduce UnpackedKind
varkor
-7
/
+9
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-2
/
+42
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+6
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-6
/
+40
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-3
/
+7
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
[next]