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
/
libcore
/
should_not_exist.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-04
core: Apply stability attributes to ptr mod
Brian Anderson
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-108
/
+4
2014-05-21
migrate from `exchange_malloc` to `allocate`
Daniel Micay
-5
/
+5
2014-05-20
core: Stabilize the mem module
Alex Crichton
-3
/
+5
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-1
/
+1
2014-05-13
core: Document should_not_exist's existence
Alex Crichton
-0
/
+16
2014-05-12
register snapshots
Daniel Micay
-16
/
+0
2014-05-11
core: Remove the cast module
Alex Crichton
-8
/
+7
2014-05-10
initial port of the exchange allocator to jemalloc
Daniel Micay
-3
/
+5
2014-05-10
add an align parameter to exchange_malloc
Daniel Micay
-5
/
+21
2014-05-08
Handle breakage after libcore split
Kevin Ballard
-3
/
+31
2014-05-08
Handle fallout for vector addition
Kevin Ballard
-17
/
+0
2014-05-08
Remove FromIterator impl for ~[T]
Kevin Ballard
-33
/
+0
2014-05-07
core: Move Option::expect to libstd from libcore
Alex Crichton
-5
/
+5
2014-05-07
core: Get coretest working
Alex Crichton
-2
/
+7
2014-05-07
core: Implement necessary traits for ~[T]/~str
Alex Crichton
-0
/
+197