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
/
codec.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-05
rustc/ty: whitespace fixes
ljedrz
-14
/
+14
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-2
/
+1
2018-09-28
rustc: keep a Span for each predicate in ty::GenericPredicates.
Eduard-Mihai Burtescu
-4
/
+6
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-2
/
+2
2018-08-22
Rename ty::Slice to ty::List
varkor
-6
/
+6
2018-06-27
Make opaque::Encoder append-only and make it infallible
John Kåre Alsaker
-1
/
+1
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-0
/
+19
2018-03-23
Fixed issues with incremental tests.
David Wood
-0
/
+23
2018-03-08
Remove unused error variants and const eval types
Oliver Schneider
-20
/
+0
2017-11-16
Fix some tidy errors in ty::codec.
Michael Woerister
-8
/
+16
2017-11-16
incr.comp.: Remove some code duplication around TyDecoder by factoring things...
Michael Woerister
-0
/
+137
2017-11-13
incr.comp.: Add position() method to TyEncoder.
Michael Woerister
-2
/
+10
2017-10-24
incr.comp.: Factor some persistence functionality out of crate metadata code.
Michael Woerister
-0
/
+243