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_metadata
Age
Commit message (
Expand
)
Author
Lines
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-3
/
+18
2017-09-20
Fix ICE
scalexm
-0
/
+13
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-14
/
+14
2017-09-18
incr.comp.: Already hash HIR bodies during metadata export so they don't have...
Michael Woerister
-11
/
+51
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-4
/
+8
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-1
/
+2
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-1
/
+1
2017-09-14
bring TyCtxt into scope
Douglas Campos
-2
/
+2
2017-09-13
Auto merge of #44420 - alexcrichton:private-cstore, r=michaelwoerister
bors
-15
/
+1
2017-09-12
rustc: Make `CrateStore` private to `TyCtxt`
Alex Crichton
-15
/
+1
2017-09-12
Auto merge of #44133 - vorner:allocator-kind-autodetect, r=alexcrichton
bors
-36
/
+63
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-4
/
+4
2017-09-12
Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis
bors
-3
/
+25
2017-09-11
Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister
bors
-3
/
+2
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-3
/
+2
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-3
/
+10
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-3
/
+3
2017-09-11
rustc: intern ConstVal's in TyCtxt.
Eduard-Mihai Burtescu
-0
/
+15
2017-09-10
Autodetect the type of allocator crate used
Michal 'vorner' Vaner
-36
/
+63
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-238
/
+95
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-3
/
+8
2017-09-05
Clarify failure condition on tests
Alex Crichton
-3
/
+3
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-10
/
+10
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-2
/
+10
2017-09-05
rustc: Rename item_body query to extern_const_body
Alex Crichton
-9
/
+6
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-56
/
+17
2017-09-05
rustc: Classify two more CrateStore methods untracked
Alex Crichton
-2
/
+2
2017-09-05
rustc: Migrate `visible_parent_map` to a query
Alex Crichton
-66
/
+66
2017-09-05
rustc: Migrate `CrateStore::item_body` to a query
Alex Crichton
-15
/
+8
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-13
/
+3
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-3
/
+4
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-13
/
+24
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-288
/
+325
2017-09-05
rustc: Move implementations_of_trait to a query
Alex Crichton
-20
/
+31
2017-09-05
rustc: Move original_crate_name to a query
Alex Crichton
-6
/
+2
2017-09-05
rustc: Move crate_hash to a query
Alex Crichton
-11
/
+1
2017-09-05
rustc: Move crate_disambiguator to queries
Alex Crichton
-5
/
+3
2017-09-05
rustc: Move {plugin,derive}_registrar_fn to queries
Alex Crichton
-16
/
+10
2017-09-05
rustc: Migrate `CStore::native_libraries` to a query
Alex Crichton
-5
/
+1
2017-09-05
rustc: Migrate `CStore::expored_symbols` to a query
Alex Crichton
-5
/
+1
2017-09-05
rustc: Move `impl_defaultness` to a query
Alex Crichton
-6
/
+1
2017-09-05
rustc: Move a few more cstore methods to queries
Alex Crichton
-23
/
+21
2017-09-03
Auto merge of #44263 - durka:stabilize-discriminant, r=dtolnay
bors
-1
/
+0
2017-09-02
stabilize mem::discriminant (closes #24263)
Alex Burka
-1
/
+0
2017-09-02
rustc_mir: actually "promote" constants' MIR to 'static by removing StorageDe...
Eduard-Mihai Burtescu
-4
/
+7
2017-08-30
Merge branch 'hide-trait-map' into rollup
Alex Crichton
-2
/
+3
2017-08-29
rustc: Make the `export_map` of TyCtxt private
Alex Crichton
-2
/
+3
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-3
/
+3
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-5
/
+2
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-2
/
+2
[next]