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
2014-03-28
auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton
bors
-3
/
+4
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-28
De-@ IdentInterner.
Eduard Burtescu
-3
/
+4
2014-03-23
iter: remove `to_owned_vec`
Daniel Micay
-2
/
+2
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-14
/
+9
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-1
/
+1
2014-03-17
De-@ CStore uses.
Eduard Burtescu
-18
/
+11
2014-03-17
De-@ Session usage.
Eduard Burtescu
-21
/
+12
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-3
/
+5
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-3
/
+3
2014-03-07
rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...
Liigo Zhuang
-1
/
+1
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-3
/
+5
2014-02-28
rustc: Add the concept of a Strict Version Hash
Alex Crichton
-12
/
+18
2014-02-28
rustc: Simplify crate loading constraints
Alex Crichton
-134
/
+94
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+3
2014-02-17
Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif...
gentlefolk
-8
/
+21
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-14
/
+14
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-6
/
+6
2014-02-02
librustc: Remove a bunch of `@str` from the compiler around metadata
Patrick Walton
-30
/
+45
2014-02-02
librustc: Fix merge fallout.
Patrick Walton
-4
/
+4
2014-02-02
libsyntax: Remove all `@str` from the AST
Patrick Walton
-2
/
+2
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-14
/
+10
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-5
/
+13
2014-01-23
Redo exported macro serialization
Steven Fackler
-1
/
+1
2014-01-16
Load macros from external modules
Steven Fackler
-30
/
+105
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-9
/
+9
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-3
/
+3
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-1
/
+1
2014-01-02
auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton
bors
-1
/
+1
2014-01-01
Remove `extern mod foo (name="bar")` syntax, closes #9543
Florian Hahn
-1
/
+1
2014-01-01
syntax::codemap: Add static DUMMY_SP
klutzy
-2
/
+2
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-2
/
+2
2013-12-29
Rename PkgId to CrateId
Luis de Bethencourt
-10
/
+10
2013-12-29
Rename pkgid variables
Luis de Bethencourt
-6
/
+6
2013-12-26
librustc: De-`@mut` the crate cache in the crate reader
Patrick Walton
-11
/
+16
2013-12-26
librustc: De-`@mut` the `cnum_map`
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` `creader::Env`
Patrick Walton
-11
/
+18
2013-12-25
Method-ify CStore
Steven Fackler
-6
/
+6
2013-12-19
auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton
bors
-1
/
+5
2013-12-19
Purge @-boxes from the reading half of EBML
Alex Crichton
-4
/
+4
2013-12-20
rustc: Handle `#[link(name = "")]` error
klutzy
-1
/
+5
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-67
/
+44
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-1
/
+1
2013-11-30
Support OSX frameworks
Alex Crichton
-4
/
+18
2013-11-30
Test fixes and merge conflicts
Alex Crichton
-4
/
+4
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-80
/
+73
[next]