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_metadata
/
tyencode.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-4
/
+4
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-2
/
+2
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-2
/
+2
2016-05-03
change the newly-added errors to warnings
Ariel Ben-Yehuda
-0
/
+3
2016-04-13
Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis
bors
-0
/
+8
2016-04-06
Replace consider_unification_despite_ambiguity with obligation variant
Masood Malekghassemi
-0
/
+8
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-31
librustc_metadata: use bug!(), span_bug!()
Benjamin Herr
-2
/
+2
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-4
/
+4
2016-03-27
rustc: move middle::subst into middle::ty.
Eduard Burtescu
-2
/
+2
2016-03-25
CrateStore: Allow for custom def_id_to_string mappings in encode_type().
Michael Woerister
-11
/
+11
2016-03-24
remove ErasedRegions from substitutions
Niko Matsakis
-14
/
+2
2016-03-09
Track fn type and lifetime parameters in TyFnDef.
Eduard Burtescu
-1
/
+2
2016-03-09
Split TyBareFn into TyFnDef and TyFnPtr.
Eli Friedman
-2
/
+2
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
Oliver Schneider
-10
/
+10
2016-02-11
[breaking-change] don't glob export ast::FloatTy variants
Oliver Schneider
-2
/
+2
2015-12-28
Use a more efficient encoding for opaque data in RBML.
Michael Woerister
-146
/
+168
2015-12-28
rewrite the method-receiver matching code
Ariel Ben-Yehuda
-2
/
+1
2015-12-18
Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis
Manish Goregaokar
-4
/
+4
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-4
/
+4
2015-12-15
Ensure borrows of fn/closure params do not outlive invocations.
Felix S. Klock II
-0
/
+2
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-0
/
+479