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
/
cstore_impl.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-20
Fix path attribute in rustdoc
Guillaume Gomez
-1
/
+1
2018-03-25
Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis
kennytm
-3
/
+0
2018-03-23
Stabilize the copy_closures and clone_closures features
Simon Sapin
-3
/
+0
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-4
/
+18
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-0
/
+2
2018-03-18
Auto merge of #48917 - petrochenkov:import, r=oli-obk
bors
-1
/
+1
2018-03-17
Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`
Vadim Petrochenkov
-1
/
+1
2018-03-12
Make CrateMetadata thread-safe
John Kåre Alsaker
-7
/
+17
2018-03-06
Fix export level of plugin and procmacro registrars.
Michael Woerister
-4
/
+3
2018-03-06
Don't recompute SymbolExportLevel for upstream crates.
Michael Woerister
-1
/
+31
2018-03-06
Clean up handling of symbol export information.
Michael Woerister
-4
/
+3
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-4
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-21
/
+21
2018-02-18
Replace dummy spans with empty spans
Seiichi Uchida
-1
/
+1
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-1
/
+2
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-1
/
+0
2018-01-08
Use different DefIndex representation that is better suited for variable leng...
Michael Woerister
-1
/
+1
2017-12-19
Followup for #46112.
Felix S. Klock II
-1
/
+12
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-2
/
+2
2017-12-13
Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1
bors
-5
/
+19
2017-12-12
Fix #46112: visible_parent_map construction needs a BFS over whole crate forest.
Felix S. Klock II
-5
/
+19
2017-12-05
Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...
Jeffrey Seyfried
-3
/
+3
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-3
/
+2
2017-11-18
remove the `generator_sigs` map, query, and plumbing
Niko Matsakis
-1
/
+0
2017-11-18
kill the `closure_kind` query
Niko Matsakis
-1
/
+0
2017-11-12
rustc_driver: base extern query providers on local ones.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-08
incr.comp.: Provide session to some more decoding contexts.
Michael Woerister
-1
/
+1
2017-11-07
incr.comp.: Always require Session when decoding Spans (as to avoid silently ...
Michael Woerister
-13
/
+15
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-3
/
+2
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-1
/
+2
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-3
/
+18
2017-09-20
Fix ICE
scalexm
-0
/
+3
2017-09-18
incr.comp.: Already hash HIR bodies during metadata export so they don't have...
Michael Woerister
-1
/
+1
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-1
/
+1
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-1
/
+1
2017-09-12
rustc: Make `CrateStore` private to `TyCtxt`
Alex Crichton
-15
/
+1
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-4
/
+4
2017-09-11
Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister
bors
-1
/
+1
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-1
/
+1
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-32
/
+20
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-2
/
+7
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-2
/
+1
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
-5
/
+2
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-12
/
+13
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
-63
/
+65
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
[next]