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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-18
change svh to store a u64
Niko Matsakis
-1
/
+1
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-18
/
+19
2016-05-11
rustc_typeck: Generalize over 'tcx != 'gcx.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-3
/
+4
2016-05-11
rustc: Wrap users of InferCtxt in an anonymous scope.
Eduard Burtescu
-32
/
+25
2016-05-11
rustc: Remove the TyCtxt field from ParameterEnvironment.
Eduard Burtescu
-16
/
+16
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-13
/
+16
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-44
/
+45
2016-05-11
typeck: Avoid passing &TyCtxt around where possible.
Eduard Burtescu
-4
/
+8
2016-05-11
infer: Use methods for creating an InferCtxt.
Eduard Burtescu
-10
/
+6
2016-05-11
rustc: Always refer to TyCtxt as tcx.
Eduard Burtescu
-24
/
+24
2016-05-03
change the newly-added errors to warnings
Ariel Ben-Yehuda
-0
/
+1
2016-04-19
Compute LLVM-agnostic type layouts in rustc.
Eduard Burtescu
-0
/
+19
2016-04-16
Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton
bors
-1
/
+1
2016-04-13
Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis
bors
-0
/
+1
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+1
2016-04-06
Replace consider_unification_despite_ambiguity with obligation variant
Masood Malekghassemi
-0
/
+1
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-2
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-2
/
+2
2016-03-31
librustc: replace panic!() with bug!()
Benjamin Herr
-1
/
+1
2016-03-31
librustc: replace unreachable! with bug!()
Benjamin Herr
-3
/
+3
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-2
/
+2
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-37
/
+0
2016-03-30
rename `rustc_const_eval` to `rustc_const_math`
Oliver Schneider
-1
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+786