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
2013-06-30
Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.
Huon Wilson
-2
/
+1
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-3
/
+2
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-1
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-1
/
+1
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-19
/
+21
2013-06-10
std: replace str::each_split* with an iterator
Huon Wilson
-1
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
2013-05-22
librustc: Change `std` to `extra` throughout libsyntax and librustc
Patrick Walton
-2
/
+2
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-8
/
+0
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-04-10
Revert map.each to something which takes two parameters
Niko Matsakis
-1
/
+1
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-6
/
+6
2013-04-03
hashmap: rm linear namespace
Daniel Micay
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-36
/
+27
2013-03-26
Switched over a bunch of splitting funktions to non-allocating iterators
Marvin Löbel
-1
/
+3
2013-03-23
make crates with the same name sort consistently
Daniel Micay
-5
/
+9
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-0
/
+2
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-4
/
+0
2013-02-20
Merge
Tim Chevalier
-2
/
+2
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-10
/
+15
2013-02-19
librustc: convert creader and cstore to use @~strs
Erick Tryzelaar
-10
/
+10
2013-02-19
librustc: minor cleanup
Erick Tryzelaar
-16
/
+9
2013-02-18
auto merge of #5004 : luqmana/rust/rename-use-import, r=catamorphism
bors
-15
/
+15
2013-02-17
libsyntax: Update view_item_use/import to reflect actual usage
Luqman Aden
-15
/
+15
2013-02-17
rustc: Don't copy in add_used_link_args
Zack Corr
-1
/
+1
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-3
/
+3
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-59
/
+67
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-2
/
+2
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-2
/
+2
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-2
/
+2
2013-02-03
oldmap: remove legacy each method
Daniel Micay
-1
/
+1
2013-02-03
oldmap: remove the legacy each_value method
Daniel Micay
-1
/
+1
2013-02-03
oldmap: get rid of the legacy contains_key method
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-7
/
+7
2013-01-29
librustc: De-export metadata. rs=deexporting
Patrick Walton
-47
/
+28
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-6
/
+7
2013-01-07
librustc: Remove unused `mod_path_map`. This was expensive to build. Saves an...
Patrick Walton
-23
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+9
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-08
rustc: Fix cross-crate reexports. #3908. r=pcwalton
Brian Anderson
-1
/
+5
[next]