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
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
2015-09-17
Correctly walk import lists in AST visitors
Vadim Petrochenkov
-1
/
+1
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-1
/
+1
2015-08-16
rustdoc: Added issue_tracker_base_url annotations to crates
Martin Wernstål
-0
/
+1
2015-08-15
alloc: Add issues for all unstable features
Alex Crichton
-2
/
+4
2015-08-15
Reduce libcore/liballoc's dependence on pointer sizes
Dylan McKay
-0
/
+1
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-4
/
+6
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-1
/
+1
2015-08-11
rollup merge of #27678: alexcrichton/snapshots
Alex Crichton
-3
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-4
/
+3
2015-07-29
implement Clone for Box<str>, closes #27323
Alexis Beingessner
-0
/
+1
2015-07-28
Auto merge of #26934 - reem:boxed-slice-clone, r=Gankro
bors
-0
/
+1
2015-07-28
Implement Clone for Box<[T]> where T: Clone
Jonathan Reem
-0
/
+1
2015-07-27
Register new snapshots (2015-07-26 a5c12f4).
Eduard Burtescu
-2
/
+0
2015-07-23
Review feedback: add unstable marker to Placer API and put in bound that now ...
Felix S. Klock II
-0
/
+3
2015-07-22
address review feedback: remove dupe feature opt-in.
Felix S. Klock II
-1
/
+0
2015-07-22
Add feature-gates for desugaring-based `box` and placement-`in`.
Felix S. Klock II
-0
/
+2
2015-07-20
Register new snapshots
Alex Crichton
-17
/
+0
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-0
/
+2
2015-07-08
trans: Link rlibs to dylibs with --whole-archive
Alex Crichton
-0
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-3
/
+7
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-8
/
+14
2015-06-09
Exise 'owned pointer' from the codebase
Steve Klabnik
-3
/
+3
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-7
/
+0
2015-05-17
Make `Arc` support DSTs
P1start
-0
/
+7
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+1
2015-04-01
Add `#[fundamental]` annotations into libcore so that `Sized` and the
Niko Matsakis
-0
/
+2
2015-03-26
Added instability markers to `POST_DROP_*` consts, and related opt-in's.
Felix S. Klock II
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-13
Add an "allocator" attribute to mark functions as allocators
Björn Steinbrink
-0
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-0
/
+1
[next]