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
/
ivec.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-14
Add head and tail functions to std::ivec
Brian Anderson
-0
/
+10
2011-07-14
Add is_empty, is_not_empty preds to std::ivec
Brian Anderson
-0
/
+20
2011-07-12
stdlib: Implement ivec::count
Patrick Walton
-0
/
+6
2011-07-12
stdlib: Implement ivec::unsafe::set_len
Patrick Walton
-4
/
+17
2011-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-0
/
+9
2011-07-10
stdlib: Implement an interior-vector version of the io module
Patrick Walton
-0
/
+4
2011-07-10
stdlib: Implement str::bytes_ivec() using pointers and casts
Patrick Walton
-0
/
+6
2011-07-10
rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explici...
Patrick Walton
-2
/
+2
2011-07-09
rustc: Make rust-intrinsics take an explicit return pointer
Patrick Walton
-2
/
+2
2011-07-06
Allocate rust_ivec buffers out of the kernel pool
Rob Arnold
-4
/
+5
2011-07-05
stdlib: Implement ivec::foldl
Patrick Walton
-0
/
+8
2011-07-05
stdlib: Add filter_map to ivec
Patrick Walton
-0
/
+12
2011-07-05
stdlib: Don't have ivec::map take a mutable alias
Patrick Walton
-1
/
+1
2011-07-05
stdlib: Change ivec::rustrt::ivec_on_heap() to use a 32-bit return value
Patrick Walton
-2
/
+2
2011-07-04
stdlib: Add ivec::any() and ivec::all(); put out burning tinderbox
Patrick Walton
-0
/
+10
2011-07-04
stdlib: Implement interior vector map
Patrick Walton
-0
/
+14
2011-07-04
stdlib: Add an inefficient implementation of ivec::pop
Patrick Walton
-1
/
+11
2011-06-19
rustc: Change smallintmap to use an ivec and use it for the node type table. ...
Patrick Walton
-3
/
+4
2011-06-18
stdlib: Add ivec::grow_set()
Patrick Walton
-1
/
+20
2011-06-18
stdlib: Add ivec::grow() and ivec::grow_fn()
Patrick Walton
-0
/
+22
2011-06-17
stdlib: Add some more ivec functions, untested as of yet
Patrick Walton
-3
/
+66
2011-06-16
stdlib: Sketch out ivec::init_fn, currently segfaulting
Patrick Walton
-0
/
+10
2011-06-16
rustc: Implement conversions from interior vector data to unsafe pointers and...
Patrick Walton
-0
/
+16
2011-06-16
stdlib: Introduce an ivec module into the standard library; add a minimal tes...
Patrick Walton
-0
/
+25