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
/
cstore.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-28
auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton
bors
-2
/
+3
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-28
De-@ IdentInterner.
Eduard Burtescu
-2
/
+3
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-24
/
+15
2014-03-20
Remove RefCell::{with, with_mut}
Steven Fackler
-5
/
+5
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-15
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-03-15
rustc: Topographically sort rust dependencies
Alex Crichton
-2
/
+30
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-9
/
+9
2014-02-26
rustc: Don't deduplicate libraries linked to
Alex Crichton
-6
/
+1
2014-02-28
rustc: Add the concept of a Strict Version Hash
Alex Crichton
-1
/
+2
2014-02-28
rustc: Simplify crate loading constraints
Alex Crichton
-37
/
+3
2014-02-24
flate: return CVec<u8> rather than copying into a new vector.
Huon Wilson
-1
/
+2
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
/
+2
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-02
Changes from the review of the @str PR.
Huon Wilson
-9
/
+1
2014-02-02
librustc: Remove a bunch of `@str` from the compiler around metadata
Patrick Walton
-9
/
+17
2014-01-16
Load macros from external modules
Steven Fackler
-1
/
+16
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-3
/
+3
2013-12-26
librustc: De-`@mut` the `cnum_map`
Patrick Walton
-1
/
+1
2013-12-26
librustc: De-`@mut` `cstore::CStore`
Patrick Walton
-5
/
+6
2013-12-26
librustc: De-`@mut` `CStore::used_link_args`
Patrick Walton
-5
/
+6
2013-12-26
librustc: De-`@mut` `CStore::used_libraries`
Patrick Walton
-6
/
+8
2013-12-26
librustc: De-`@mut` `CStore::used_crate_sources`
Patrick Walton
-9
/
+8
2013-12-26
librustc: De-`@mut` `CStore::extern_mod_crate_map`
Patrick Walton
-5
/
+8
2013-12-26
librustc: De-`@mut` `CStore::metas`
Patrick Walton
-6
/
+11
2013-12-25
Method-ify CStore
Steven Fackler
-108
/
+101
2013-12-22
auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton
bors
-7
/
+4
2013-12-22
std::vec: make the sorting closure use `Ordering` rather than just being
Huon Wilson
-1
/
+1
2013-12-21
std::vec: add a sugary .sort() method for plain Ord sorting.
Huon Wilson
-1
/
+1
2013-12-19
rustc: Optimize reading metadata by 4x
Alex Crichton
-0
/
+3
2013-12-20
extra: remove sort in favour of the std method.
Huon Wilson
-6
/
+3
2013-12-19
Purge @-boxes from the reading half of EBML
Alex Crichton
-5
/
+21
2013-11-30
Support OSX frameworks
Alex Crichton
-3
/
+4
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-20
/
+52
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-2
/
+2
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-11-19
librustc: Change most uses of `&fn()` to `||`.
Patrick Walton
-2
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-08-25
Revert "auto merge of #8745 : brson/rust/metadata, r=cmr"
Brian Anderson
-2
/
+1
2013-08-23
Don't copy metadata after loading
Brian Anderson
-1
/
+2
2013-08-07
core: option.map_consume -> option.map_move
Erick Tryzelaar
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-4
/
+4
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-1
/
+1
[next]