| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2017-08-30 | Auto merge of #43903 - oli-obk:alignto, r=aturon | bors | -1/+82 |
| 2017-08-29 | Rollup merge of #44158 - dtolnay:zero48, r=sfackler | Ariel Ben-Yehuda | -1/+1 |
| 2017-08-29 | Rollup merge of #43705 - panicbit:option_ref_mut_cloned, r=aturon | Ariel Ben-Yehuda | -0/+20 |
| 2017-08-29 | API docs: macros. Part of #29329 Standard Library Documentation Checklist. | Andy Gauge | -14/+42 |
| 2017-08-29 | Use a byte literal ASCII 0 instead of its decimal value | David Tolnay | -1/+1 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -14/+8 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -4/+0 |
| 2017-08-26 | Add clamp functions | Jacob Kiesel | -0/+26 |
| 2017-08-26 | Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnik | Corey Farwell | -8/+8 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -2/+0 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+13 |
| 2017-08-25 | Auto merge of #44031 - scottmcm:swap_with_slice, r=alexcrichton | bors | -0/+13 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -8/+8 |
| 2017-08-22 | Update intrinsics.rs | Oliver Schneider | -2/+2 |
| 2017-08-21 | Add [T]::swap_with_slice | Scott McMurray | -0/+13 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+8 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -0/+8 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -29/+75 |
| 2017-08-21 | Add align_offset intrinsic | Oliver Schneider | -1/+82 |
| 2017-08-20 | Auto merge of #43996 - shanavas786:fix-typo, r=frewsxcv | bors | -1/+1 |
| 2017-08-20 | Auto merge of #43978 - GuillaumeGomez:missing-links, r=frewsxcv | bors | -27/+73 |
| 2017-08-20 | Fix typo in doc | Shanavas M | -1/+1 |
| 2017-08-18 | Minor Iterator::filter_map description rewording. | Corey Farwell | -1/+1 |
| 2017-08-18 | Add missing urls for Result struct | Guillaume Gomez | -27/+73 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -7/+14 |
| 2017-08-17 | Rollup merge of #43928 - anthonyclays:anthonyclays-refcell-docfix, r=QuietMis... | Corey Farwell | -1/+1 |
| 2017-08-17 | Rollup merge of #43905 - partim:master, r=steveklabnik | Corey Farwell | -1/+8 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -5/+5 |
| 2017-08-17 | Fixed typo in RefCell::get_mut | Anthony Clays | -1/+1 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -40/+42 |
| 2017-08-16 | Document that std::hash::Hasher::finish() does not reset the hasher. | Martin Hoffmann | -1/+8 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -40/+40 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -5/+5 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -543/+708 |
| 2017-08-14 | Rollup merge of #43868 - lukaramu:issue-43866, r=steveklabnik | Corey Farwell | -0/+2 |
| 2017-08-14 | Add missing newline in Deref docs to fix rendering | lukaramu | -0/+2 |