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
/
liballoc
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
Revert "Use assume to inform the optimiser about refcount invariants"
Alex Crichton
-13
/
+2
2015-01-21
Revert "Add assumptions that the pointer is non-null"
Alex Crichton
-16
/
+2
2015-01-21
Revert "Add more explanation for why the assumes are there"
Alex Crichton
-9
/
+1
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-21
/
+31
2015-01-21
rollup merge of #21446: stepancheg/boxed-test
Alex Crichton
-54
/
+77
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21437: FlaPer87/snapshot
Alex Crichton
-154
/
+0
2015-01-21
rollup merge of #21418: Aatch/assume-refcount
Alex Crichton
-4
/
+37
2015-01-21
rollup merge of #21392: japaric/iter
Alex Crichton
-0
/
+17
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-21
/
+31
2015-01-20
also forward Iterator::size_hint()
Jorge Aparicio
-0
/
+4
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-154
/
+0
2015-01-20
alloc::boxed: enable test
Stepan Koltsov
-53
/
+77
2015-01-21
Add more explanation for why the assumes are there
James Miller
-1
/
+9
2015-01-21
Add assumptions that the pointer is non-null
James Miller
-2
/
+16
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-1
/
+1
2015-01-21
Use assume to inform the optimiser about refcount invariants
James Miller
-2
/
+13
2015-01-19
impl Iterator for &mut Iterator and Box<Iterator>
Jorge Aparicio
-0
/
+13
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+1
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-4
/
+6
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-17
Register new snapshots.
Eduard Burtescu
-16
/
+0
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-16
Don't use NoSend/NoSync in liballoc
Flavio Percoco
-0
/
+160
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-1
/
+2
2015-01-11
powerpc: Tell liballoc about power alignment
Richo Healey
-1
/
+2
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-9
/
+9
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-23
/
+23
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-5
/
+7
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-10
/
+20
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-0
/
+15
2015-01-07
rollup merge of #20710: daboross/fix-stable-before-bracket
Alex Crichton
-3
/
+3
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-20
/
+44
2015-01-08
Switch to using `Box::new` in the tests in `alloc::boxed`.
Felix S. Klock II
-10
/
+10
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
std: Tweak String implementations
Alex Crichton
-0
/
+15
2015-01-07
Add `Box::new` method. Prereq for feature-gating `box <expr>` itself.
Felix S. Klock II
-0
/
+9
2015-01-07
Fix #[stable] coming before } instead of after
Dabo Ross
-3
/
+3
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-20
/
+44
2015-01-07
Fix warning in liballoc about unused constant MIN_ALIGN when cfg(feature = ex...
John Ericson
-6
/
+10
2015-01-07
liballoc's "extern_funcs" impl mod had a duplicate and missing item
John Ericson
-5
/
+4
2015-01-07
Shorten cfg line lengths in liballoc
John Ericson
-3
/
+11
2015-01-07
liballoc's "external_funcs" and "external_crate" are now features
John Ericson
-6
/
+6
2015-01-07
liballoc does not need liblibc under certain configurations
John Ericson
-0
/
+2
2015-01-07
Merge pull request #20679 from geekcraik/master
bors
-1
/
+1
[next]