| Age | Commit message (Expand) | Author | Lines |
| 2018-02-23 | Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkov | bors | -129/+174 |
| 2018-02-23 | Auto merge of #48052 - eddyb:deggregate, r=nikomatsakis | bors | -130/+181 |
| 2018-02-22 | Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytm | bors | -52/+2 |
| 2018-02-21 | Rollup merge of #48397 - ordovicia:pow_doc, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2018-02-21 | Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebank | Guillaume Gomez | -12/+38 |
| 2018-02-21 | Rollup merge of #48360 - redcape:redcape-count-doc-fix, r=cramertj | Guillaume Gomez | -1/+1 |
| 2018-02-21 | Rollup merge of #48354 - m0ppers:add-read-until-link, r=aidanhs | Guillaume Gomez | -0/+2 |
| 2018-02-21 | Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavus | Guillaume Gomez | -16/+61 |
| 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-21 | Rollup merge of #48198 - csmoe:inform_type_annotations, r=estebank | Guillaume Gomez | -46/+20 |
| 2018-02-21 | Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomez | Guillaume Gomez | -2/+5 |
| 2018-02-21 | Rollup merge of #47833 - Aaron1011:final_auto_trait, r=GuillaumeGomez | Guillaume Gomez | -152/+2496 |
| 2018-02-21 | Rollup merge of #47379 - da-x:master, r=sfackler | Guillaume Gomez | -1/+1 |
| 2018-02-21 | Take 2^5 as examples in document of pow() (fixes #48396) | Hidehito Yabuuchi | -2/+2 |
| 2018-02-20 | Fix rustdoc test ICE | Guillaume Gomez | -12/+38 |
| 2018-02-20 | stage0 cfg cleanup | Mark Simulacrum | -50/+0 |
| 2018-02-20 | Bootstrap from the 1.25 beta | Mark Simulacrum | -2/+2 |
| 2018-02-19 | Sort synthetic impls bounds before rendering | Aaron Hill | -5/+50 |
| 2018-02-20 | rustc_mir: optimize the deaggregator's expansion of statements. | Eduard-Mihai Burtescu | -57/+104 |
| 2018-02-20 | rustc_mir: don't run the deaggregator on arrays for now. | Eduard-Mihai Burtescu | -3/+6 |
| 2018-02-20 | test: use the right amount of CGUs in sepcomp-cci-copies to ensure determinis... | Eduard-Mihai Burtescu | -1/+3 |
| 2018-02-20 | rustc_mir: always run the deaggregator. | Eduard-Mihai Burtescu | -16/+15 |
| 2018-02-20 | rustc_mir: do not remove dead user variables if debuginfo needs them. | Eduard-Mihai Burtescu | -4/+13 |
| 2018-02-20 | rustc_mir: handle all aggregate kinds in the deaggregator. | Eduard-Mihai Burtescu | -84/+70 |
| 2018-02-20 | rustc_mir: use the "idiomatic" optimization gating in the deaggregator. | Eduard-Mihai Burtescu | -11/+16 |
| 2018-02-19 | Fix count usize link typo in docs | Gil Cottle | -1/+1 |
| 2018-02-19 | Add missing link | Andreas Streichardt | -0/+2 |
| 2018-02-18 | Filter out non-macros in resolve_macro | Manish Goregaokar | -2/+6 |
| 2018-02-18 | Add test | Manish Goregaokar | -0/+12 |
| 2018-02-18 | Generate shortcut links | Manish Goregaokar | -2/+19 |
| 2018-02-18 | Include shortcut links in markdown_links | Manish Goregaokar | -7/+19 |
| 2018-02-18 | bump pulldown | Manish Goregaokar | -5/+5 |
| 2018-02-18 | Fix submodule ref | Aaron Hill | -0/+0 |
| 2018-02-18 | Remove extra space in test | Aaron Hill | -2/+2 |
| 2018-02-18 | Don't generate auto trait impls for type aliases | Aaron Hill | -1/+1 |
| 2018-02-18 | Remove extra whitespace | Aaron Hill | -1/+1 |
| 2018-02-18 | Fix inlining | Aaron Hill | -5/+15 |
| 2018-02-18 | More formatting fixups | Aaron Hill | -2/+2 |
| 2018-02-18 | More formatting fixes | Aaron Hill | -3/+2 |
| 2018-02-18 | Cleanup formatting | Aaron Hill | -79/+37 |
| 2018-02-18 | Fix merge conflicts | Aaron Hill | -1/+1 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -151/+2483 |
| 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 #48282 - Centril:spelling-fix/iter-repeat-with, r=kennytm | Guillaume Gomez | -1/+1 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -86/+86 |
| 2018-02-18 | Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavus | Guillaume Gomez | -1344/+113 |
| 2018-02-18 | Rollup merge of #48273 - alercah:file-warning, r=joshtriplett | Guillaume Gomez | -0/+15 |
| 2018-02-18 | Rollup merge of #48194 - GuillaumeGomez:doc-test-command, r=Mark-Simulacrum | Guillaume Gomez | -0/+15 |