about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2017-08-29Auto merge of #44049 - alexcrichton:nounwind-allocators, r=BurntSushibors-0/+34
2017-08-28Auto merge of #43076 - Zoxc:gen, r=arielb1bors-1/+13
2017-08-28std: Mark allocation functions as nounwindAlex Crichton-0/+34
2017-08-28Auto merge of #44114 - daboross:patch-1, r=dtolnaybors-2/+4
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-31/+25
2017-08-27Clarify that VecDeque::swap can panicDavid Ross-2/+4
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-5/+0
2017-08-26Remove Splice struct return value from String::spliceMatt Ickstadt-107/+24
2017-08-26Rollup merge of #44090 - GuillaumeGomez:str-doc, r=steveklabnikCorey Farwell-1/+2
2017-08-26Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnikCorey Farwell-23/+23
2017-08-25Add missing link in string docGuillaume Gomez-1/+2
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-66/+612
2017-08-25Auto merge of #44031 - scottmcm:swap_with_slice, r=alexcrichtonbors-1/+26
2017-08-24Fix inconsistent doc headingslukaramu-23/+23
2017-08-23Auto merge of #42565 - murarth:rc-from-slice, r=aturonbors-65/+586
2017-08-21Add [T]::swap_with_sliceScott McMurray-1/+26
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-33/+42
2017-08-19Implement `From<&[T]>` and others for `Arc`/`Rc`Murarth-65/+586
2017-08-18Add missing links for String module and typeGuillaume Gomez-32/+41
2017-08-18Add missing url for fmt moduleGuillaume Gomez-1/+1
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-6/+6
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-6/+6
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-38/+391
2017-08-16Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim...bors-38/+38
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-38/+38
2017-08-15Auto merge of #43245 - Gankro:drain-filter, r=sfacklerbors-0/+281
2017-08-15Fix typos & us spellingsFourchaux-6/+6
2017-08-15Auto merge of #43500 - murarth:string-retain, r=alexcrichtonbors-0/+72
2017-08-14Add method `String::retain`Murarth-0/+72
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-121/+203
2017-08-13Auto merge of #43815 - alexcrichton:optimize-alloc, r=sfacklerbors-76/+133
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-5/+5
2017-08-13Rollup merge of #43803 - GuillaumeGomez:missing-links-doc, r=frewsxcvGuillaume Gomez-37/+62
2017-08-12std: Unsafe-away runtime checks in `Vec`Alex Crichton-76/+127
2017-08-12Add missing link in fmt::format functionGuillaume Gomez-20/+22
2017-08-12Fix some typosBastien Orivel-5/+5
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-3/+3
2017-08-11std: Tag OOM functions as `#[cold]`Alex Crichton-0/+2
2017-08-11std: Tag `AllocErr` functions as `#[inline]`Alex Crichton-0/+4
2017-08-11Merge remote-tracking branch 'origin/master' into genAlex Crichton-3/+33
2017-08-11Add (a lot of) missing links in fmt module docsGuillaume Gomez-32/+55
2017-08-11Rollup merge of #43793 - j-browne:master, r=steveklabnikGuillaume Gomez-1/+1
2017-08-11Rollup merge of #43721 - natboehm:patch-1, r=steveklabnikGuillaume Gomez-2/+32
2017-08-11Fix some typosBastien Orivel-3/+3
2017-08-10Fix broken links in Arc documentationJustin Browne-1/+1
2017-08-10Merge remote-tracking branch 'origin/master' into genAlex Crichton-6/+6
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-6/+6
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-11/+33
2017-08-08Fix trait name `Deref`Natalie Boehm-1/+1