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
/
compiler
/
rustc_middle
/
src
/
ty
/
codec.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-02
Turn a module non-doc comment into a doc comment
bjorn3
-7
/
+7
2021-09-09
rename mir -> thir around abstract consts
Ellen
-2
/
+3
2021-08-30
Remove unused arena macro args
bjorn3
-3
/
+3
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-2
/
+2
2021-07-25
clippy::needless_question_mark
Matthias Krüger
-1
/
+1
2021-06-09
Encode CrateNum using the StableCrateId for incr. comp.
Camille GILLOT
-3
/
+1
2021-03-31
Track bound vars
Jack Huey
-11
/
+26
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-7
/
+7
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-2
/
+2
2021-03-25
Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.
Michael Woerister
-2
/
+2
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-0
/
+5
2021-03-12
Intern valtree field vector
Oli Scherer
-0
/
+10
2021-02-17
remove useless ?s (clippy::needless_question_marks)
Matthias Krüger
-5
/
+3
2021-01-18
Rollup merge of #81100 - lcnr:encode_with_shorthand, r=oli-obk
Ashley Mannix
-3
/
+3
2021-01-17
Don't derive TyEncodable/TyDecodable for Binder
Jack Huey
-8
/
+33
2021-01-17
Impl EncodableWithShorthand for PredicateKind
Jack Huey
-0
/
+31
2021-01-16
Can't use EncodableWithShorthand for Predicate
Jack Huey
-19
/
+2
2021-01-16
Review changes
Jack Huey
-4
/
+4
2021-01-16
Cleanup
Jack Huey
-1
/
+1
2021-01-16
Remove PredicateKind
Jack Huey
-4
/
+4
2021-01-17
prevent potential bug in `encode_with_shorthand`.
Bastian Kauschke
-3
/
+3
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-16
/
+0
2020-12-17
Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis
bors
-3
/
+7
2020-12-14
Remove unused `TyEncoder::tcx` required method
LeSeulArtichaut
-1
/
+0
2020-12-11
Move binder for dyn to each list item
Jack Huey
-3
/
+7
2020-12-03
Combination of commits
Rich Kadel
-2
/
+4
2020-11-12
Add type to `ConstKind::Placeholder`
varkor
-1
/
+1
2020-10-14
Remove unused code from rustc_middle
est31
-8
/
+0
2020-09-18
support const_evaluatable_checked across crate boundaries
Bastian Kauschke
-0
/
+20
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+456