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-08-13
Rename empty/bang to never
Andrew Cann
-3
/
+3
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-2
/
+3
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-2
/
+3
2016-08-12
rustc: always normalize projections in ty::layout regardless where they appear.
Eduard Burtescu
-1
/
+0
2016-08-12
rustc: rename ProjectionMode and its variant to be more memorable.
Eduard Burtescu
-4
/
+3
2016-08-06
Rewrite TypeId computation to not miss anything and work cross-crate.
Eduard Burtescu
-143
/
+146
2016-07-31
Suppress unused type parameter error when type has error field
Seo Sanghyeon
-0
/
+15
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-9
/
+6
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-05
rustc: add ReErased to be used by trait selection, MIR and trans.
Eduard Burtescu
-1
/
+1
2016-06-03
Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch
bors
-0
/
+2
2016-05-28
Refactor away some functions from hir::pat_util
Vadim Petrochenkov
-2
/
+2
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-0
/
+2
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