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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-08
Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb
kennytm
-0
/
+21
2017-10-06
implement pattern-binding-modes RFC
Tobias Schottdorf
-1
/
+34
2017-10-05
Fix infinite recursion in <DepNode as Debug>.
Michael Woerister
-0
/
+21
2017-09-27
Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez
bors
-1
/
+1
2017-09-24
Point at parameter type on E0301
Esteban Küber
-1
/
+1
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-0
/
+20
2017-09-22
Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...
bors
-8
/
+19
2017-09-20
Fix ICE
scalexm
-0
/
+8
2017-09-20
incr.comp.: Add some comments.
Michael Woerister
-0
/
+4
2017-09-20
incr.comp.: Store result fingerprints in DepGraph.
Michael Woerister
-0
/
+6
2017-09-20
incr.comp.: Make sure traits_in_scope results are hashed in a stable way.
Michael Woerister
-8
/
+9
2017-09-19
apply various nits
Niko Matsakis
-5
/
+4
2017-09-19
rework the README.md for rustc and add other readmes
Niko Matsakis
-3
/
+5
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-2
/
+11
2017-09-18
incr.comp.: Make the StableHashingContext mostly independent of the tcx.
Michael Woerister
-2
/
+2
2017-09-18
incr.comp.: Use StableHash impls instead of functions for hashing most maps.
Michael Woerister
-23
/
+20
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-12
/
+13
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-0
/
+10
2017-09-17
rustc: Attach an mpsc channel to TyCtxt
Alex Crichton
-0
/
+11
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-6
/
+0
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-0
/
+6
2017-09-12
rustc: Make `CrateStore` private to `TyCtxt`
Alex Crichton
-8
/
+63
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-4
/
+16
2017-09-12
Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis
bors
-26
/
+74
2017-09-11
Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister
bors
-36
/
+78
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-36
/
+78
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-12
/
+0
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-2
/
+10
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-1
/
+3
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-22
/
+36
2017-09-11
rustc: intern ConstVal's in TyCtxt.
Eduard-Mihai Burtescu
-1
/
+37
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-3
/
+4
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-2
/
+6
2017-09-07
Add some more with_ignore to get tests passing
Alex Crichton
-4
/
+6
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-5
/
+24
2017-09-05
rustc: Hide `maybe_unused_*` fields in queries
Alex Crichton
-4
/
+19
2017-09-05
rustc: Convert `freevars` to a query
Alex Crichton
-3
/
+5
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-1
/
+11
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-4
/
+8
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-8
/
+4
2017-09-05
rustc: Hide the `named_region_map` behind queries
Alex Crichton
-15
/
+30
2017-09-05
rustc: Move original_crate_name to a query
Alex Crichton
-8
/
+0
2017-09-05
rustc: Move crate_disambiguator to queries
Alex Crichton
-8
/
+0
2017-09-03
Auto merge of #44195 - alexcrichton:remove-used-unsafe, r=nikomatsakis
bors
-5
/
+0
2017-08-30
rustc: Remove the `used_unsafe` field on TyCtxt
Alex Crichton
-5
/
+0
2017-08-30
Merge branch 'hide-trait-map' into rollup
Alex Crichton
-6
/
+27
2017-08-29
rustc: Make the `export_map` of TyCtxt private
Alex Crichton
-3
/
+12
2017-08-29
rustc: Make the `trait_map` of TyCtxt private
Alex Crichton
-3
/
+15
2017-08-29
rustc: Remove `specailization_cache` in favor of a query
Alex Crichton
-3
/
+0
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-0
/
+3
[next]