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-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-2
/
+2
2014-06-24
rustc: Don't register syntax crates twice
Alex Crichton
-1
/
+1
2014-06-12
Better dylib skipping based on Alex Crichton code
Valerii Hiora
-3
/
+3
2014-06-12
Basic iOS support
Valerii Hiora
-1
/
+2
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-13
/
+11
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-6
/
+6
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-5
/
+9
2014-05-18
Include file paths when dumping the list of resolved crates via `debug!`.
Felix S. Klock II
-2
/
+7
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-10
/
+15
2014-05-11
Reorganise driver code.
Nick Cameron
-5
/
+5
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-2
/
+2
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-88
/
+118
2014-04-22
rustc: de-@ metadata::cstore.
Eduard Burtescu
-6
/
+6
2014-04-22
rustc: de-@ some RefCell's.
Eduard Burtescu
-9
/
+4
2014-04-16
rustc: Don't allocate a cnum to syntax crates
Alex Crichton
-4
/
+11
2014-04-13
rustc: Don't link in syntax extensions
Alex Crichton
-7
/
+7
2014-04-10
Remove some internal ~[] from several libraries.
Huon Wilson
-2
/
+2
2014-04-08
rustc: Never register syntax crates in CStore
Alex Crichton
-34
/
+45
2014-04-08
rustc: Use CStore, not a separate crate cache
Alex Crichton
-70
/
+49
2014-04-04
auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...
bors
-18
/
+26
2014-04-05
Accumulate list of paths for crate hash mismatch.
Felix S. Klock II
-1
/
+1
2014-04-03
syntax: Remove AbiSet, use one Abi
Alex Crichton
-1
/
+1
2014-04-03
After a hash mismatch error, emit file-system paths of crates involved.
Felix S. Klock II
-18
/
+26
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-1
/
+1
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
[next]