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-02-01
box: into_raw, from_raw functions
Stepan Koltsov
-0
/
+88
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-32
/
+32
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-0
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-2
/
+1
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-63
/
+63
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-13
/
+16
2015-01-30
Use `#[rustc_paren_sugar]` as a more extensible way of deciding when
Niko Matsakis
-0
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-63
/
+63
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-10
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-29
remove #[old_impl_check] now that #21363 has been fixed
Jorge Aparicio
-4
/
+0
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-29
Rollup merge of 21681 - japaric:no-warn, r=alexcrichton
Manish Goregaokar
-0
/
+1
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-0
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-236
/
+186
2015-01-23
grandfathered -> rust1
Brian Anderson
-47
/
+47
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-26
/
+28
2015-01-22
Beef up docs for Box<T>
Steve Klabnik
-11
/
+68
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-25
/
+25
2015-01-21
Minor fixes
Brian Anderson
-2
/
+0
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-3
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-73
/
+85
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
[prev]
[next]