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
/
middle
/
ty
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-4
/
+16
2016-02-20
store the normalized types of field accesses
Ariel Ben-Yehuda
-0
/
+7
2016-02-11
[breaking-change] don't glob export ast::{UintTy, IntTy} variants
Oliver Schneider
-20
/
+20
2016-02-11
[breaking-change] don't glob export ast::FloatTy variants
Oliver Schneider
-4
/
+4
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-2
/
+2
2016-02-05
Instrument the AST map so that it registers reads when data is
Niko Matsakis
-1
/
+1
2016-01-26
Implement the translation item collector.
Michael Woerister
-1
/
+1
2016-01-22
Auto merge of #31087 - nikomatsakis:incr-comp-fulfillment-cache, r=arielb1
bors
-2
/
+3
2016-01-21
Revamp the fulfillment cache tracking to only cache trait-refs, which
Niko Matsakis
-2
/
+3
2016-01-21
move more checks out of librustc
Oliver Schneider
-1
/
+1
2016-01-06
Use `memoized` helper more often.
Niko Matsakis
-27
/
+12
2016-01-05
Refactor compiler to make use of dep-tracking-maps. Also, in cases where
Niko Matsakis
-26
/
+86
2016-01-05
Add DepGraph to tcx.
Niko Matsakis
-1
/
+5
2015-12-01
Add some consistency checks for value interning in ty::ctxt.
Michael Woerister
-5
/
+18
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
stop using csearch in librustc and librustc_lint
Ariel Ben-Yehuda
-3
/
+3
2015-11-15
add a global evaluation cache
Ariel Ben-Yehuda
-0
/
+6
2015-11-04
Unwrap the RefCell around DefMap
Jonathan S
-2
/
+2
2015-11-04
Auto merge of #29564 - gereeter:no-freevar-refcell, r=sanxiyn
bors
-2
/
+2
2015-11-03
Remove the RefCell around freevars and freevars_seen in librustc_resolve
Jonathan S
-2
/
+2
2015-11-03
Introduce a "liberated fn sigs" map so that we have easy access to this
Niko Matsakis
-0
/
+8
2015-10-09
Move `for` loop desugaring to lowering
Nick Cameron
-9
/
+6
2015-10-01
convert the creepy case to just return None -- in practice, it would
Niko Matsakis
-2
/
+0
2015-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-12
/
+36
2015-10-01
kill the fake provided method stubs
Ariel Ben-Yehuda
-3
/
+0
2015-09-26
remove the destructors table
Ariel Ben-Yehuda
-4
/
+0
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-29
/
+29
2015-09-14
split ty::util and ty::adjustment
Ariel Ben-Yehuda
-2
/
+2
2015-09-14
split ty.rs into smaller parts
Ariel Ben-Yehuda
-0
/
+964