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
/
sty.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-11
rustc: Remove the unnecessary ast_ty_to_ty_cache.
Eduard Burtescu
-4
/
+2
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-18
/
+19
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-11
/
+11
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-7
/
+7
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-18
/
+16
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-3
/
+2
2016-05-11
rustc: Always refer to TyCtxt as tcx.
Eduard Burtescu
-4
/
+4
2016-04-24
syntax: Merge keywords and remaining special idents in one list
Vadim Petrochenkov
-1
/
+1
2016-04-24
syntax: Make static/super/self/Self keywords + special ident cleanup
Vadim Petrochenkov
-2
/
+2
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: replace panic!() with bug!()
Benjamin Herr
-4
/
+4
2016-03-31
librustc: replace unreachable! with bug!()
Benjamin Herr
-2
/
+2
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-2
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+1240