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-07-13
Update boxed.rs
Wei-Ming Yang
-2
/
+2
2015-07-11
Update boxed.rs
Wei-Ming Yang
-2
/
+2
2015-07-08
trans: Link rlibs to dylibs with --whole-archive
Alex Crichton
-0
/
+1
2015-07-03
Fix 'Relaaxed' typo in code comment
Corey Farwell
-1
/
+1
2015-07-03
Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichton
bors
-79
/
+177
2015-07-02
Fix race condition in Arc's get_mut and make_unqiue
Aaron Turon
-79
/
+177
2015-07-01
Implement CoerceUnsized for arc::Weak
Remi Rampin
-0
/
+2
2015-07-01
Implement CoerceUnsized for rc::Weak
Remi Rampin
-0
/
+2
2015-06-26
Use Box::into_raw rather than the deprecated boxed::into_raw in tests and doc...
Ms2ger
-8
/
+6
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-7
/
+7
2015-06-17
Add comment about stabilizing CString::from_ptr
Alex Crichton
-0
/
+2
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-24
/
+21
2015-06-17
std: Move free-functions to associated functions
Alex Crichton
-35
/
+153
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-33
/
+30
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-25
/
+34
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-16
/
+24
2015-06-15
Auto merge of #26265 - retep998:heapalloc, r=alexcrichton
bors
-17
/
+102
2015-06-13
Switch to direct HeapAlloc on Windows when not using jemalloc
Peter Atashian
-17
/
+102
2015-06-12
Auto merge of #26160 - alexcrichton:revert-rc-as-ref, r=aturon
bors
-19
/
+0
2015-06-09
Revert "Added AsRef implementations for Arc and Rc"
Alex Crichton
-19
/
+0
2015-06-09
Exise 'owned pointer' from the codebase
Steve Klabnik
-3
/
+3
2015-06-08
Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton
bors
-1
/
+1
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-1
/
+1
2015-06-06
Remove many unneeded feature annotations in the docs
Steve Klabnik
-3
/
+0
2015-06-04
Added AsRef implementations for Arc and Rc
Markus Westerlind
-0
/
+19
2015-05-30
Mark Arc function get_mut and method make_unique unsafe
Ulrik Sverdrup
-35
/
+56
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-1115
/
+6
2015-05-24
Mark `boxed::into_raw` as safe
Michael Layzell
-7
/
+3
2015-05-21
she -> they in Dining Philosophers
Steve Klabnik
-1
/
+1
2015-05-20
Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton
bors
-2
/
+2
2015-05-19
Fix rebase conflicts
Ariel Ben-Yehuda
-2
/
+6
2015-05-19
fix conflicts
Ariel Ben-Yehuda
-2
/
+2
2015-05-19
collections: Avoid unstable code in examples for String
Ulrik Sverdrup
-2
/
+2
2015-05-17
Make `Arc` support DSTs
P1start
-36
/
+743
2015-05-16
Auto merge of #25462 - alexcrichton:favicon-https, r=nrc
bors
-1
/
+1
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-05-16
Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and Borrow
P1start
-0
/
+48
2015-05-13
Remove SNAP comments
Nick Cameron
-8
/
+8
2015-05-13
Rebasing
Nick Cameron
-4
/
+0
2015-05-13
Fix a bunch of bugs
Nick Cameron
-2
/
+4
2015-05-13
Make Rc DST-compatible
Nick Cameron
-7
/
+382
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-2
/
+10
2015-05-11
Rollup merge of #25254 - cgaebel:check-sizes-on-allocate, r=Gankro
Steve Klabnik
-0
/
+12
2015-05-09
[liballoc] Adds checks for UB during allocation.
Clark Gaebel
-0
/
+12
2015-05-09
Convert #[lang="..."] to #[lang = "..."]
Nick Hamann
-2
/
+2
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-6
/
+6
2015-05-05
Update with correct output.
Jan Andersson
-1
/
+1
2015-04-30
Add downcasting to std::error::Error
Aaron Turon
-3
/
+8
2015-04-28
Register new snapshots
Tamir Duberstein
-5
/
+1
2015-04-27
std: Prepare for linking to musl
Alex Crichton
-1
/
+3
[next]