| Age | Commit message (Expand) | Author | Lines |
| 2017-09-17 | Auto merge of #44634 - alexcrichton:rollup, r=alexcrichton | bors | -7/+66 |
| 2017-09-16 | Rollup merge of #44593 - budziq:stabilize_ord_max_min, r=alexcrichton | Alex Crichton | -7/+2 |
| 2017-09-16 | Rollup merge of #44577 - cuviper:flat_map-fold, r=alexcrichton | Alex Crichton | -0/+64 |
| 2017-09-16 | Auto merge of #43989 - circuitfox:sliceext-binary-search-sig, r=alexcrichton | bors | -15/+10 |
| 2017-09-16 | Auto merge of #43964 - Gankro:unsafe-reform, r=sfackler | bors | -12/+1174 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -2/+55 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -2/+55 |
| 2017-09-15 | Add a specific test for `FlatMap::fold` | Josh Stone | -0/+16 |
| 2017-09-15 | stabilized ord_max_min (fixes #25663) | Michal Budzynski | -7/+2 |
| 2017-09-14 | Rollup merge of #44552 - durka:patch-42, r=alexcrichton | Corey Farwell | -8/+8 |
| 2017-09-14 | Rollup merge of #44536 - Havvy:transmute-docs, r=steveklabnik | Corey Farwell | -3/+3 |
| 2017-09-14 | Rollup merge of #44477 - napen123:master, r=frewsxcv | Corey Farwell | -0/+13 |
| 2017-09-14 | Rollup merge of #44472 - smt923:master, r=frewsxcv | Corey Farwell | -0/+31 |
| 2017-09-14 | Customize `<FlatMap as Iterator>::fold` | Josh Stone | -0/+48 |
| 2017-09-13 | update "since" for discriminant_value | Alex Burka | -8/+8 |
| 2017-09-13 | Fix example in transmute; add safety requirement to Vec::from_raw_parts | Havvy | -3/+3 |
| 2017-09-12 | Remove Invalid UTF-8 from str::from_utf8_unchecked_mut | Ethan Dagner | -15/+0 |
| 2017-09-12 | Auto merge of #44015 - kennytm:hasher, r=alexcrichton | bors | -0/+59 |
| 2017-09-12 | Disable the new Hasher tests on Emscripten. | kennytm | -0/+3 |
| 2017-09-12 | impl Hasher for {&mut Hasher, Box<Hasher>} | kennytm | -0/+56 |
| 2017-09-12 | Auto merge of #44310 - ldr709:master, r=BurntSushi | bors | -2/+73 |
| 2017-09-10 | implement unsafe pointer methods | Alexis Beingessner | -12/+1174 |
| 2017-09-10 | Add doc examples to str::from_utf8_unchecked_mut | Ethan Dagner | -0/+28 |
| 2017-09-10 | Actually fix the trailing whitespace | smt923 | -1/+1 |
| 2017-09-10 | Fix markdown link for Utf8Error | smt923 | -1/+3 |
| 2017-09-10 | Fix trailing whitespace | smt923 | -1/+0 |
| 2017-09-10 | Use rvalue promotion to 'static instead of static items. | Eduard-Mihai Burtescu | -10/+3 |
| 2017-09-10 | Fix incorrect markdown title | smt923 | -1/+1 |
| 2017-09-10 | Added short examples for 'str::from_utf8_mut' | smt923 | -0/+30 |
| 2017-09-09 | Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrum | bors | -24/+0 |
| 2017-09-08 | Revert "Add clamp functions" | Jacob Kiesel | -26/+0 |
| 2017-09-08 | Revert "Fix documentation and formatting." | Jacob Kiesel | -7/+9 |
| 2017-09-06 | Rollup merge of #44328 - mcomstock:from-str-doc-fix, r=steveklabnik | Mark Simulacrum | -1/+0 |
| 2017-09-06 | Rollup merge of #44206 - MarkMcCaskey:master, r=steveklabnik | Mark Simulacrum | -3/+1 |
| 2017-09-06 | Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushi | Mark Simulacrum | -0/+24 |
| 2017-09-04 | Removed the incorrect documentation for from_str | Max Comstock | -1/+0 |
| 2017-09-04 | Additional traits for std::mem::ManuallyDrop | Lance Roy | -4/+61 |
| 2017-09-04 | Derive std::mem::ManuallyDrop from Clone and Copy. | Lance Roy | -0/+14 |
| 2017-09-03 | Auto merge of #44263 - durka:stabilize-discriminant, r=dtolnay | bors | -9/+8 |
| 2017-09-03 | add error message for the other case too | Ariel Ben-Yehuda | -1/+6 |
| 2017-09-03 | on_unimplemented: add method-name checks and use them in Try | Ariel Ben-Yehuda | -1/+3 |
| 2017-09-03 | address review comments | Ariel Ben-Yehuda | -2/+3 |
| 2017-09-03 | enable desugaring-sensitive error messages and use them in Try | Ariel Ben-Yehuda | -2/+10 |
| 2017-09-02 | Merge branch 'master' of git://github.com/rust-lang/rust | MarkMcCaskey | -141/+1 |
| 2017-09-02 | stabilize mem::discriminant (closes #24263) | Alex Burka | -9/+8 |
| 2017-09-01 | Fix documentation and formatting. | Jacob Kiesel | -9/+7 |
| 2017-08-31 | Merge branch 'master' into master | Mark | -12/+35 |
| 2017-08-31 | Update bootstrap compiler | Alex Crichton | -141/+1 |
| 2017-08-30 | update unimplemented! docs | MarkMcCaskey | -2/+5 |
| 2017-08-30 | Rollup merge of #44160 - AndyGauge:api-docs-macros, r=steveklabnik | Alex Crichton | -14/+42 |