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
/
creader.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-02
make the metadata lock more robust and bump the metadata encoding version
Ariel Ben-Yehuda
-21
/
+2
2016-05-20
Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturon
bors
-49
/
+80
2016-05-20
rustc: Fix again order-dependence in extern crate
Alex Crichton
-49
/
+80
2016-05-20
Auto merge of #33553 - alexcrichton:cdylibs, r=brson
bors
-0
/
+1
2016-05-19
rustc: Add a new crate type, cdylib
Alex Crichton
-0
/
+1
2016-05-18
allow retracing paths across crates
Niko Matsakis
-0
/
+1
2016-05-11
Make LocalCrateReader private to creader.
Ms2ger
-8
/
+19
2016-05-10
Correct typo in LocalCrateReader::definitions.
Ms2ger
-4
/
+4
2016-05-10
Store a reference rather than a RefCell in LocalCrateReader.
Ms2ger
-5
/
+4
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-30
/
+122
2016-05-02
replace fileline_{help,note} with {help,note}
Niko Matsakis
-2
/
+2
2016-04-20
debugging, misc fixes
Nick Cameron
-4
/
+7
2016-04-20
def_collector and crate reader operate on AST instead of HIR
Nick Cameron
-54
/
+26
2016-04-20
Trivial refactoring
Nick Cameron
-9
/
+8
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-4
/
+4
2016-03-31
librustc_metadata: use bug!(), span_bug!()
Benjamin Herr
-3
/
+3
2016-03-25
renumber error from E0522 to E0523
Niko Matsakis
-1
/
+1
2016-03-25
pacify the merciless tidy: s/E0521/E0522
Niko Matsakis
-1
/
+1
2016-03-25
renumber diagnostic to avoid conflict
Niko Matsakis
-1
/
+1
2016-03-25
track the extern-crate def-id rather than path
Niko Matsakis
-27
/
+59
2016-03-25
store krate information more uniformly
Niko Matsakis
-1
/
+1
2016-03-25
Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.
Michael Woerister
-2
/
+2
2016-03-25
Make the compiler emit an error if the crate graph contains two crates with t...
Michael Woerister
-4
/
+44
2016-03-08
Add help for E0514
ggomez
-8
/
+10
2016-02-12
Autoderef in librustc_metadata
Jonas Schievink
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::Item_ variants
Oliver 'ker' Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-2
/
+2
2016-02-05
Instrument a bunch of tasks that employ the HIR map in one way or
Niko Matsakis
-1
/
+5
2016-02-01
Implemented macro referencing for save analysis
Daniel Campbell
-3
/
+5
2016-01-22
The war on abort_if_errors
Nick Cameron
-11
/
+8
2015-12-30
use structured errors
Nick Cameron
-1
/
+5
2015-11-26
fix tidy
Ariel Ben-Yehuda
-4
/
+5
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-0
/
+963