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
2015-01-08
Add test for -Z extra-plugins
Manish Goregaokar
-2
/
+2
2015-01-08
libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman...
Manish Goregaokar
-2
/
+2
2015-01-08
librustc_driver: Add support for loading plugins via command line (fixes #15446)
Manish Goregaokar
-1
/
+1
2015-01-08
librustc::plugin : make PluginLoader usable for loading argument-specified pl...
Manish Goregaokar
-0
/
+1
2015-01-08
librustc::metadata : Allow passing a string to read_plugin_metadata
Manish Goregaokar
-7
/
+24
2015-01-07
use slicing sugar
Jorge Aparicio
-20
/
+20
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-07
fallout
Nick Cameron
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-16
/
+18
2015-01-06
rustc: Turn off multiple versions of crate warning
Alex Crichton
-25
/
+0
2015-01-05
Allow selective macro import
Keegan McAllister
-1
/
+4
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-0
/
+1
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-6
/
+1
2015-01-05
creader: Load parts of plugin metadata on demand
Keegan McAllister
-50
/
+98
2015-01-05
Reformat metadata for exported macros
Keegan McAllister
-4
/
+36
2015-01-05
creader: Use a single struct
Keegan McAllister
-53
/
+41
2015-01-05
creader: Convert free functions to Env methods
Keegan McAllister
-264
/
+267
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-2
/
+2
2014-12-31
rustc: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-8
/
+13
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-20
/
+20
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-2
/
+4
2014-12-06
librustc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-2
/
+2
2014-12-03
Replace `equiv` method calls with `==` operator sugar
Jorge Aparicio
-9
/
+9
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-5
/
+4
2014-11-18
rollup merge of #19000: IvanUkhov/doc-link-dylib
Jakub Bukaj
-0
/
+2
2014-11-17
Fallout from deprecation
Aaron Turon
-1
/
+1
2014-11-17
Bring back the dylib kind of the link attribute
Ivan Ukhov
-0
/
+2
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-2
/
+2
2014-11-04
Implement flexible target specification
Corey Richardson
-9
/
+7
2014-11-03
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-11-03
rollup merge of #18519 : Gankro/collect-smash
Alex Crichton
-1
/
+1
2014-11-03
rollup merge of #18470 : alexcrichton/dash-l
Alex Crichton
-17
/
+33
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-10-31
DSTify Hash
Jorge Aparicio
-1
/
+1
2014-10-30
rustc: Implement -l and include! tweaks
Alex Crichton
-17
/
+33
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-09-24
handling fallout from entry api
Alexis Beingessner
-1
/
+5
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-14
auto merge of #17189 : bkoropoff/rust/extern-existing-crate, r=alexcrichton
bors
-2
/
+2
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-6
/
+6
2014-09-11
Fix check for existing crate when using --extern
Brian Koropoff
-1
/
+1
2014-09-11
Make debug message about resolving `extern crate` statements more helpful
Brian Koropoff
-1
/
+1
2014-08-15
Properly canonicalize crate paths specified via --extern
Björn Steinbrink
-1
/
+2
2014-07-24
rustc: Compare paths with --extern, not bytes
Alex Crichton
-3
/
+6
2014-07-10
rustc: Forbid plugin_registrar in only rlib form
Alex Crichton
-1
/
+9
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-07-05
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
[next]