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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2017-07-26
Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon
bors
-4
/
+0
2017-07-25
std: Stabilize the `str_{mut,box}_extras` feature
Alex Crichton
-1
/
+0
2017-07-25
std: Stabilize `manually_drop` feature
Alex Crichton
-1
/
+0
2017-07-25
std: Stabilize `str_checked_slicing` feature
Alex Crichton
-1
/
+0
2017-07-25
std: Stabilize `char_escape_debug`
Alex Crichton
-1
/
+0
2017-07-25
Bump master to 1.21.0
Alex Crichton
-2
/
+1
2017-07-16
Fix checking for missing stability annotations
Vadim Petrochenkov
-2
/
+2
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-4
/
+2
2017-07-02
Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton
bors
-1
/
+0
2017-07-02
Fix lint errors
Stjepan Glavina
-1
/
+0
2017-06-30
Revert "Stabilize RangeArgument"
Steven Fackler
-1
/
+50
2017-06-24
Stabilize RangeArgument
Steven Fackler
-50
/
+1
2017-06-15
Add API for `Alloc` trait.
Felix S. Klock II
-0
/
+4
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-10
/
+150
2017-04-29
Update stage0 bootstrap compiler
Alex Crichton
-1
/
+0
2017-04-26
Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi
bors
-0
/
+2
2017-04-24
More methods for str boxes.
Clar Charr
-0
/
+2
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-0
/
+1
2017-01-28
Fix typo in liballoc/lib.rs
Denis Andrejew
-1
/
+1
2017-01-10
Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix
Seo Sanghyeon
-1
/
+2
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-28
Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`
Andrew Paseltiner
-1
/
+2
2016-12-09
Auto merge of #37492 - japaric:no-atomics-alloc, r=brson
bors
-0
/
+2
2016-12-04
alloc: Forward ExactSizeIterator methods in Iterator for Box<I>
Ulrik Sverdrup
-0
/
+1
2016-11-05
Add `{into,from}_raw` to Rc and Arc
Cristi Cobzarenco
-0
/
+4
2016-10-30
make `alloc` and `collections` compilable for thumbv6m-none-eabi
Jorge Aparicio
-0
/
+2
2016-09-28
Remove stage0 hacks
Brian Anderson
-1
/
+0
2016-08-26
Replace unnecessary uses of `TraitObject` with casts
Andrew Paseltiner
-1
/
+1
2016-08-24
Remove drop flags from structs and enums implementing Drop.
Eduard Burtescu
-1
/
+1
2016-08-18
Add a FusedIterator trait.
Steven Allen
-1
/
+1
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-1
/
+0
2016-03-31
Change Arc to use compare_exchange instead of compare_and_swap
Amanieu d'Antras
-0
/
+1
2016-03-07
mk: Distribute fewer TARGET_CRATES
Alex Crichton
-4
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+0
2016-02-21
Fix liballoc dependencies
John Kåre Alsaker
-7
/
+0
2016-01-26
Fix warnings during tests
Alex Crichton
-8
/
+5
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+0
2016-01-14
Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichton
Manish Goregaokar
-11
/
+3
2016-01-13
Issue #30592: Restore build in --disable-jemalloc mode.
Simon Martin
-0
/
+7
2016-01-12
Add set_oom_handler and use it print a message when out of memory
Amanieu d'Antras
-11
/
+3
2015-12-21
Register new snapshots
Alex Crichton
-17
/
+2
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-5
/
+2
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-0
/
+2
2015-11-12
liballoc: deny warnings in doctests
Kevin Butler
-1
/
+1
2015-10-30
expose drop_in_place as ptr::drop_in_place
Alexis Beingessner
-0
/
+2
2015-10-16
Add `Shared` pointer and have `{Arc, Rc}` use it
Andrew Paseltiner
-0
/
+1
2015-10-06
Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.
Felix S. Klock II
-0
/
+5
2015-09-24
rustfmt liballoc
Nick Cameron
-3
/
+9
[next]