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-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-7
/
+5
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-8
/
+8
2015-05-22
Lazy-load filemaps from external crates.
Eduard Burtescu
-5
/
+5
2015-04-29
rollup merge of #24711: alexcrichton/fs2.1
Alex Crichton
-3
/
+4
2015-04-29
Fix zero-normalization of the pos of a `MultiByteChar`.
Felix S. Klock II
-1
/
+1
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-3
/
+4
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-1
/
+4
2015-03-27
rustc: Remove support for hyphens in crate names
Alex Crichton
-15
/
+5
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-12
/
+20
2015-03-09
remove uses of as_slice where deref coercions can be used
Richo Healey
-1
/
+1
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-0
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-3
/
+5
2015-03-04
Encode codemap and span information in crate metadata.
Michael Woerister
-3
/
+133
2015-02-23
Rollup merge of #22664 - lfairy:just-say-no, r=alexcrichton
Manish Goregaokar
-0
/
+2
2015-02-22
Disallow crate names with leading hyphens
Chris Wong
-1
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-11
/
+11
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-6
/
+6
2015-02-12
creader: Clean up macro/plugin API
Keegan McAllister
-47
/
+29
2015-02-11
rustc: Do not link to plugins
Alex Crichton
-1
/
+1
2015-02-09
Use a crate attribute to load plugins
Keegan McAllister
-4
/
+4
2015-02-07
Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichton
bors
-1
/
+3
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-2
/
+2
2015-02-06
librustc has been updated
GuillaumeGomez
-6
/
+6
2015-02-06
Improve error message, when found staticlib instead crate
Potpourri
-1
/
+3
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-01-30
rustc: Use --extern to always override
Alex Crichton
-0
/
+1
2015-01-21
rustc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-31
/
+25
2015-01-16
rustc: Fix a leak in dependency= paths
Alex Crichton
-26
/
+38
2015-01-09
Make the metadata loader use the appropriate Target structure
John Kåre Alsaker
-0
/
+3
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
[next]