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
/
middle
/
cstore.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-14
Properly parse '--extern-private' with name and path
Aaron Hill
-0
/
+1
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-8
/
+11
2019-02-05
move librustc to 2018
Mark Mansi
-6
/
+6
2019-01-13
remove extern_in_paths.
Mazdak Farrokhzad
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-18
Remove LinkMeta struct
bjorn3
-7
/
+1
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-1
/
+1
2018-08-03
Move unused trait functions to inherent functions
Mark Rousskov
-18
/
+0
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-21
/
+1
2018-08-03
Visibility is now a query
Mark Rousskov
-1
/
+0
2018-08-03
Delete dummy crate store
Mark Rousskov
-63
/
+0
2018-08-03
Move validate_crate_name to rustc_metadata
Mark Rousskov
-27
/
+0
2018-07-18
rustc: Stabilize #[wasm_import_module] as #[link(...)]
Alex Crichton
-1
/
+2
2018-07-14
Remove most of `Hash` impls from AST and HIR structures
Vadim Petrochenkov
-1
/
+1
2018-07-11
Deny bare trait objects in in src/librustc
ljedrz
-1
/
+1
2018-05-17
Keep crate edition in metadata
Vadim Petrochenkov
-0
/
+3
2018-05-13
Add Sync bounds to the crate store
John Kåre Alsaker
-1
/
+3
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-1
/
+1
2018-04-19
Remove HIR inlining
Wesley Wiser
-23
/
+0
2018-04-16
Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov
bors
-10
/
+35
2018-04-13
Move `path_len` to ExternCrate
Shotaro Yamada
-11
/
+8
2018-04-11
Extend `ExternCrate` to cover externs inferred from `use` or paths
Shotaro Yamada
-10
/
+38
2018-04-09
Convert sort_by_key to sort_by_cached_key
varkor
-1
/
+1
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-0
/
+6
2018-03-07
Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...
Alex Crichton
-4
/
+3
2018-03-07
Make metadata references Send + Sync
John Kåre Alsaker
-4
/
+3
2018-03-06
Clean up handling of symbol export information.
Michael Woerister
-5
/
+2
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-4
/
+4
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-8
/
+8
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-1
/
+1
2017-12-13
Resolve absolute paths as extern under a feature flag
Vadim Petrochenkov
-0
/
+1
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-28
/
+2
2017-11-16
incr.comp.: Remove default serialization implementations for things in rustc:...
Michael Woerister
-2
/
+2
2017-11-07
incr.comp.: Always require Session when decoding Spans (as to avoid silently ...
Michael Woerister
-2
/
+2
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-3
/
+3
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-2
/
+2
2017-09-23
incr.comp.: Remove support for loading metadata fingerprints.
Michael Woerister
-0
/
+6
2017-09-18
incr.comp.: Already hash HIR bodies during metadata export so they don't have...
Michael Woerister
-0
/
+22
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-1
/
+1
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-2
/
+3
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-6
/
+5
2017-09-05
rustc: Remove `CrateStore::used_crate*`
Alex Crichton
-6
/
+46
2017-09-05
rustc: Classify two more CrateStore methods untracked
Alex Crichton
-8
/
+4
2017-09-05
rustc: Migrate `visible_parent_map` to a query
Alex Crichton
-7
/
+1
2017-09-05
rustc: Migrate `CrateStore::item_body` to a query
Alex Crichton
-11
/
+0
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-9
/
+0
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-18
/
+28
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-12
/
+0
[next]