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-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-835
/
+0
2011-11-30
Fix typo in stdlib docs.
Lindsey Kuper
-1
/
+1
2011-11-21
Separate vec::map and vec::map_mut
Marijn Haverbeke
-1
/
+13
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-44
/
+38
2011-11-18
Implement a last-use-of-local finding algorithm
Marijn Haverbeke
-2
/
+2
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
Replace 'mutable?' with 'const'
Brian Anderson
-31
/
+31
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-2
/
+4
2011-11-09
Rename "c-stack-cdecl" ABI to "cdecl"
Brian Anderson
-1
/
+1
2011-11-04
vec: take [mutable? T] instead of [T]
Elly Jones
-2
/
+2
2011-11-02
Add vec::permute to the standard library (#1013)
Matt Brubeck
-0
/
+25
2011-10-29
stdlib: Add vec::concat to concatenate a vector of vectors
Brian Anderson
-0
/
+13
2011-10-28
stdlib: Add vec::init. Returns all but the last element.
Brian Anderson
-1
/
+17
2011-10-27
Add std::vec::foldr
Brian Anderson
-1
/
+14
2011-10-27
Add reverse iterators to std::vec
Brian Anderson
-0
/
+29
2011-10-27
Remove std::vec::eachi. Same function as iter2.
Brian Anderson
-24
/
+11
2011-10-27
Implement vec::foldl without recursion
Brian Anderson
-6
/
+6
2011-10-27
Add std::vec::iter
Brian Anderson
-1
/
+12
2011-10-27
Make vec::reversed take [mutable? T]
Brian Anderson
-1
/
+1
2011-10-27
Make std:vec::grow_fn take an init_op type
Brian Anderson
-2
/
+2
2011-10-27
Reorder std::vec so the documentation renders better
Brian Anderson
-34
/
+35
2011-10-27
Convert various functions in std to take lambda blocks
Brian Anderson
-3
/
+3
2011-10-26
Add more std documentation
Brian Anderson
-1
/
+6
2011-10-25
Begin documenting std and add doc generation using naturaldocs
Brian Anderson
-21
/
+366
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-37
/
+37
2011-10-24
remove unused task ptr arg
Niko Matsakis
-7
/
+5
2011-10-24
purge log_err
Niko Matsakis
-1
/
+0
2011-10-24
update vec libs to use c-stack-cdecl calling convention
Niko Matsakis
-6
/
+14
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
[next]