about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2017-09-12Add an example of std::str::encode_utf16rwakulszowa-0/+13
2017-09-12Auto merge of #44344 - jonhoo:entry_or_default, r=BurntSushibors-0/+27
2017-09-12Disable the new Hasher tests on Emscripten.kennytm-0/+3
2017-09-12impl Hasher for {&mut Hasher, Box<Hasher>}kennytm-2/+61
2017-09-11Try using ref to raw conversionJacob Kiesel-2/+2
2017-09-11Add doc example to str::from_boxed_utf8_uncheckedTommy Ip-0/+11
2017-09-11Removed trailing whitespace42triangles-1/+1
2017-09-11Added an example for `std::str::into_boxed_bytes()`42triangles-0/+11
2017-09-10Add doc example to String::as_mut_strTommy Ip-1/+16
2017-09-10Rollup merge of #44467 - toidiu:ak-44382, r=frewsxcvGuillaume Gomez-7/+16
2017-09-10Rollup merge of #44457 - napen123:master, r=frewsxcvGuillaume Gomez-0/+28
2017-09-09documentation update to demonstrate mutabilitytoidiu-7/+16
2017-09-09Add doc examples for str::as_bytes_mutEthan Dagner-0/+28
2017-09-09Add doc example to String::as_strTommy Ip-0/+10
2017-09-05Fix ownership issuesJacob Kiesel-1/+3
2017-09-05Remove unneeded copyJacob Kiesel-1/+2
2017-09-05Avoid weird or_insert_with exampleJon Gjengset-3/+1
2017-09-05Add or_default to Entry APIsJon Gjengset-0/+29
2017-09-04Make slice::split_at_mut example demonstrate mutabilityNiels Egberts-20/+25
2017-09-03alloc: Implement downcast Rc<Any> -> Rc<T>Ulrik Sverdrup-0/+61
2017-08-30Rollup merge of #44160 - AndyGauge:api-docs-macros, r=steveklabnikAlex Crichton-7/+22
2017-08-30Rollup merge of #44044 - mattico:string-splice-return, r=dtolnayAlex Crichton-107/+24
2017-08-29broken links resolvedAndy Gauge-2/+2
2017-08-29API docs: macros. Part of #29329 Standard Library Documentation Checklist.Andy Gauge-7/+22
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