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
/
lib
/
vec.rs
Age
Commit message (
Expand
)
Author
Lines
2011-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-2
/
+2
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-1
/
+1
2011-10-17
Don't unify from mutable? to immutable
Brian Anderson
-2
/
+2
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-7
/
+5
2011-10-12
Add unsafe blocks, unsafe functions, and two rudimentary tests
Niko Matsakis
-1
/
+3
2011-10-10
Make vectors and strings immediates again
Marijn Haverbeke
-1
/
+1
2011-10-07
Give up on providing a by-value version of map, convert fold over to
Marijn Haverbeke
-11
/
+0
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-0
/
+11
2011-09-29
stdlib: Add vec::eachi to the standard library
Patrick Walton
-0
/
+10
2011-09-27
Don't ever raise unique kinds of pinned kinds to shared (again)
Brian Anderson
-3
/
+3
2011-09-24
Mark vec::len as pure
Jesse Ruderman
-4
/
+2
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-1
/
+1
2011-09-23
Add vec::filter
Jesse Ruderman
-0
/
+11
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-2
/
+1
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-9
/
+9
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-40
/
+39
2011-09-02
Reformat. Issue #855
Brian Anderson
-22
/
+9
2011-09-02
Rename std::vec::unsafe::ivec_repr to vec_repr. Issue #855
Brian Anderson
-5
/
+5
2011-08-30
Add a total version of vec::last that has a precondition
Tim Chevalier
-0
/
+5
2011-08-30
Add a precondition on vec::zip
Tim Chevalier
-2
/
+35
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-33
/
+21
2011-08-25
Change "pred" to "pure fn" in all libraries and test cases
Tim Chevalier
-2
/
+2
2011-08-20
Reformat
Brian Anderson
-58
/
+51
2011-08-19
Add an iter2 iterator to vec.
Michael Sullivan
-0
/
+8
2011-08-17
Remove last mentions of vec<> type in Rust source
Brian Anderson
-8
/
+0
2011-08-16
Port the stdlib to the expr foo::<T> syntax.
Erick Tryzelaar
-11
/
+11
2011-08-16
Port the stdlib to the decl foo<T> syntax.
Erick Tryzelaar
-49
/
+49
2011-08-16
Port the stdlib to the typaram foo<T> syntax.
Erick Tryzelaar
-8
/
+8
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-0
/
+355
2011-08-12
Remove std::vec
Brian Anderson
-21
/
+0
2011-08-12
Remove runtime vector builtins
Brian Anderson
-20
/
+0
2011-08-12
Don't export anything from std::vec
Brian Anderson
-2
/
+2
2011-08-12
Remove last use of vec:buf
Brian Anderson
-5
/
+0
2011-08-12
Remove last uses of vec::len
Brian Anderson
-3
/
+0
2011-08-12
Remove unused functions from std::vec
Brian Anderson
-316
/
+0
2011-08-12
Remove more exports from std::vec
Brian Anderson
-9
/
+1
2011-08-12
Hide even more exports from std::vec
Brian Anderson
-5
/
+1
2011-08-12
Remove a bunch of exports from std::vec
Brian Anderson
-7
/
+0
2011-08-12
Don't export vec::alloc, vec::refcount
Brian Anderson
-2
/
+0
2011-08-12
Limit the exports from std::vec
Brian Anderson
-0
/
+25
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-1
/
+1
2011-07-29
Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...
Graydon Hoare
-32
/
+33
2011-07-27
Don't allow globals or immutable locals to be passed by mut alias
Marijn Haverbeke
-1
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-171
/
+155
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-11
/
+11
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-2
/
+2
2011-07-07
Make moving of temporaries do the right thing, use it to optimize
Marijn Haverbeke
-4
/
+1
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+13
2011-06-28
Comments.
Lindsey Kuper
-0
/
+2
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-0
/
+18
[next]