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
/
loader.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-15
Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis
bors
-3
/
+5
2016-08-14
Get rid of the .note interpretation of rustc dylib metadata.
Eduard Burtescu
-23
/
+18
2016-08-11
Add the notion of a dependency tracking status to commandline arguments.
Michael Woerister
-3
/
+5
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-12
/
+4
2016-07-02
add a encoding version to the actual metadata
Ariel Ben-Yehuda
-2
/
+24
2016-07-02
make the metadata lock more robust and bump the metadata encoding version
Ariel Ben-Yehuda
-5
/
+30
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-2
/
+2
2016-05-18
change svh to store a u64
Niko Matsakis
-1
/
+1
2016-05-03
Remove unused trait imports flagged by lint
Seo Sanghyeon
-1
/
+0
2016-05-02
replace fileline_{help,note} with {help,note}
Niko Matsakis
-16
/
+10
2016-04-14
Deduplicate libraries on hash instead of filename.
JP Sugarbroad
-55
/
+43
2016-04-07
Do not rely on file extensions after path canonicalization.
Vadim Chugunov
-11
/
+29
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-31
librustc_metadata: use bug!(), span_bug!()
Benjamin Herr
-8
/
+3
2016-01-29
trans: Upgrade LLVM
Alex Crichton
-1
/
+1
2016-01-16
Change name when outputting staticlibs on Windows
Peter Atashian
-2
/
+10
2015-12-30
Rebasing and review comments
Nick Cameron
-4
/
+5
2015-12-30
use structured errors
Nick Cameron
-46
/
+60
2015-12-29
Add a hint when given --extern with an indeterminate type
Corey Richardson
-0
/
+2
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-3
/
+3
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-7
/
+6
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-0
/
+854