| Age | Commit message (Expand) | Author | Lines |
| 2018-02-22 | Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytm | bors | -1/+0 |
| 2018-02-21 | Rollup merge of #48354 - m0ppers:add-read-until-link, r=aidanhs | Guillaume Gomez | -0/+2 |
| 2018-02-21 | Rollup merge of #48325 - frewsxcv:frewxcv-ignore, r=steveklabnik | Guillaume Gomez | -7/+7 |
| 2018-02-21 | Rollup merge of #48314 - frewsxcv:frewsxcv-broken-link, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -1/+0 |
| 2018-02-19 | Add missing link | Andreas Streichardt | -0/+2 |
| 2018-02-18 | Mark doc examples w/ `extern` blocks as `ignore`. | Corey Farwell | -7/+7 |
| 2018-02-18 | Rollup merge of #48312 - frewsxcv:frewsxcv-section-headings, r=QuietMisdreavus | Guillaume Gomez | -9/+9 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -5/+5 |
| 2018-02-18 | Rollup merge of #48273 - alercah:file-warning, r=joshtriplett | Guillaume Gomez | -0/+15 |
| 2018-02-18 | Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler | bors | -198/+26 |
| 2018-02-18 | Auto merge of #47544 - U007D:master, r=nikomatsakis | bors | -12/+3 |
| 2018-02-17 | Fix broken documentation link. | Corey Farwell | -1/+1 |
| 2018-02-17 | Unify 'Platform-specific behavior' documentation headings. | Corey Farwell | -9/+9 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -5/+5 |
| 2018-02-17 | Auto merge of #48294 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -52/+4 |
| 2018-02-17 | Wording fixes from review for File. | Alexis Hunt | -5/+5 |
| 2018-02-17 | Rollup merge of #48239 - GuillaumeGomez:fix-condvar-example, r=QuietMisdreavus | Guillaume Gomez | -2/+4 |
| 2018-02-17 | Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnik | Guillaume Gomez | -2/+0 |
| 2018-02-17 | Rollup merge of #48152 - antoyo:primitive-docs-relevant, r=QuietMisdreavus | Guillaume Gomez | -48/+0 |
| 2018-02-17 | Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi | bors | -21/+44 |
| 2018-02-16 | Add a warning to File about mutability. | Alexis Hunt | -0/+15 |
| 2018-02-15 | Fix condvar example | Guillaume Gomez | -2/+4 |
| 2018-02-15 | Remove "empty buffer" doc in read_until | Ross Light | -2/+0 |
| 2018-02-14 | Rollup merge of #48035 - technicalguy:Early-exit-empty-hashmap-38880, r=arthu... | kennytm | -26/+38 |
| 2018-02-14 | Rollup merge of #48133 - matthiaskrgr:endianess_to_endianness, r=oli-obk | kennytm | -2/+2 |
| 2018-02-14 | Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum | kennytm | -2/+2 |
| 2018-02-14 | Rollup merge of #48005 - panicbit:env_unimpl_send_sync, r=alexcrichton | kennytm | -0/+12 |
| 2018-02-13 | 38880 remove unnecessary self.table.size check | Shaun Steenkamp | -4/+0 |
| 2018-02-13 | 38880 fix incorrect negation | Shaun Steenkamp | -1/+1 |
| 2018-02-13 | 38880 hashmap check size=0, not just capacity=0 | Shaun Steenkamp | -30/+24 |
| 2018-02-13 | 38880 restore original entry(key) method | Shaun Steenkamp | -1/+3 |
| 2018-02-12 | changed termination_trait's bound from Error to Debug; added compiletest head... | Brad Gibson | -12/+3 |
| 2018-02-12 | 38880 fixup add missing mut | Shaun Steenkamp | -1/+1 |
| 2018-02-12 | 38880 remove redundant extra function | Shaun Steenkamp | -14/+6 |
| 2018-02-11 | Make primitive types docs relevant | Guillaume Gomez | -48/+0 |
| 2018-02-11 | Add an unstable FileTypeExt extension trait for Windows | Peter Atashian | -0/+21 |
| 2018-02-11 | typo: correct endianess to endianness (this also changes function names!) | Matthias Krüger | -2/+2 |
| 2018-02-10 | Correct a few stability attributes | Oliver Middleton | -2/+2 |
| 2018-02-07 | Rollup merge of #47631 - SimonSapin:nonnull, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2018-02-07 | Rollup merge of #46962 - clarcharr:os_raw_docs, r=QuietMisdreavus | kennytm | -5/+124 |
| 2018-02-06 | 38880 use search_mut function rather than search_hashed | Shaun Steenkamp | -3/+1 |
| 2018-02-06 | 38880 don't compute hash when searching an empty HashMap | Shaun Steenkamp | -5/+35 |
| 2018-02-06 | fix docs link | QuietMisdreavus | -1/+1 |
| 2018-02-06 | Rollup merge of #47807 - tbu-:pr_doc_constanttime_cstr, r=steveklabnik | kennytm | -9/+9 |
| 2018-02-05 | Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs} | panicbit | -0/+12 |
| 2018-02-05 | Rollup merge of #47999 - jaystrictor:master, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-02-04 | Rollup merge of #47958 - frewsxcv:frewsxcv-try-clone, r=aidanhs | kennytm | -7/+29 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -64/+89 |
| 2018-02-04 | Remove 'the this' in doc comments. | Jay Strict | -1/+1 |