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
about
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-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-986
/
+0
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-25
/
+30
2015-11-26
remove csearch from the rest of rustc
Ariel Ben-Yehuda
-2
/
+2
2015-11-26
Consider a crate staged if it has `stable` or `unstable` in its root
Vadim Petrochenkov
-10
/
+2
2015-11-25
Remove `#[staged_api]`
Vadim Petrochenkov
-4
/
+11
2015-11-20
rustc: Fix `extern crate` being order dependent
Alex Crichton
-4
/
+29
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-5
/
+4
2015-10-02
Merge branch 'master' into metadiet
Ariel Ben-Yehuda
-1
/
+6
2015-10-01
add a cross-reference index
Ariel Ben-Yehuda
-0
/
+1
2015-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-1
/
+6
2015-09-29
Auto merge of #28702 - arielb1:metadata-versioning, r=nrc
bors
-0
/
+21
2015-09-29
store the rustc version in metadata and check it
Ariel Ben-Yehuda
-0
/
+21
2015-09-29
Fill in some missing parts in the default HIR visitor
Vadim Petrochenkov
-0
/
+6
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-1
/
+1
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-3
/
+3
2015-09-16
Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth
bors
-11
/
+15
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-7
/
+4
2015-09-13
Add part of new error codes in librustc
Guillaume Gomez
-11
/
+15
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
[next]