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-09-03
rewrite metadata indexing
Ariel Ben-Yehuda
-1
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-22
/
+55
2015-08-17
Create "platform-intrinsic" ABI for SIMD/platform intrinsics.
Huon Wilson
-1
/
+1
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-20
/
+151
2015-08-10
syntax: Add a new unstable #[linked_from] attribute
Alex Crichton
-73
/
+77
2015-08-06
Cache a linear search for the #[staged_api] attribute.
Brian Anderson
-0
/
+13
2015-08-01
Store and use crate-local paths to extern crates
mitaa
-1
/
+5
2015-08-01
Split off `LocalCrateReader` from `CrateReader`
mitaa
-123
/
+140
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
[next]