| Age | Commit message (Expand) | Author | Lines |
| 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 tidy violation | Vitali Lovich | -3/+5 |
| 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 | Fix unit test compilation | Vitali Lovich | -11/+17 |
| 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 | Misc fixes | Vitali Lovich | -4/+4 |
| 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 | Fix wait_timeout value | Vitali Lovich | -1/+1 |
| 2018-02-12 | changed termination_trait's bound from Error to Debug; added compiletest head... | Brad Gibson | -12/+3 |
| 2018-02-12 | Stabilize 'entry_and_modify' feature for HashMap | hedgehog1024 | -2/+1 |
| 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 | update the builtin macro doc stubs | Michael Lamparski | -5/+20 |
| 2018-02-07 | Rollup merge of #47631 - SimonSapin:nonnull, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2018-02-07 | libcore/libstd: fix commas in macro_rules! macros | Michael Lamparski | -0/+3 |
| 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-05 | Simplify wait_timeout_until & fix condition typo | Vitali Lovich | -8/+7 |
| 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 |
| 2018-02-03 | Clarify shared file handler behavior of File::try_clone. | Corey Farwell | -7/+29 |
| 2018-02-03 | Somehow this function got flipped around | Peter Atashian | -3/+3 |
| 2018-02-03 | Go back to files directories and symlinks being mutually exclusive | Peter Atashian | -13/+17 |
| 2018-02-02 | Review response | Vitali Lovich | -8/+10 |