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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_metadata
Age
Commit message (
Expand
)
Author
Lines
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
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-23
Auto merge of #42565 - murarth:rc-from-slice, r=aturon
bors
-1
/
+1
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-41
/
+1
2017-08-19
Implement `From<&[T]>` and others for `Arc`/`Rc`
Murarth
-1
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-41
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-72
/
+72
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-72
/
+72
2017-08-11
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-11
Rollup merge of #43739 - ibabushkin:master, r=eddyb
Guillaume Gomez
-1
/
+1
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-7
/
+6
2017-08-08
Encode proper spans in crate metadata.
Inokentiy Babushkin
-1
/
+1
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-31
async-llvm(18): Instantiate OngoingCrateTranslation before starting translation.
Michael Woerister
-7
/
+5
2017-07-28
syntax: Add `tokens: Option<TokenStream>` to Item
Alex Crichton
-0
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-4
/
+44
[prev]
[next]