| Age | Commit message (Expand) | Author | Lines |
| 2019-09-05 | Rollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-09-05 | Rollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcm | Mazdak Farrokhzad | -7/+6 |
| 2019-09-05 | Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-Simulacrum | Mazdak Farrokhzad | -7/+4 |
| 2019-09-05 | Avoid feature name 'checked_duration_since' in a Tidy test | Vitaly _Vi Shukela | -2/+2 |
| 2019-09-05 | Stabilize checked_duration_since for 1.39.0 | Vitaly _Vi Shukela | -5/+2 |
| 2019-09-04 | Auto merge of #64150 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-09-04 | Auto merge of #64125 - JohnTitor:update-clippy, r=oli-obk | bors | -7/+9 |
| 2019-09-04 | Update cargo, books | Eric Huss | -0/+0 |
| 2019-09-04 | Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrum | bors | -105/+123 |
| 2019-09-04 | Auto merge of #63166 - ksqsf:master, r=alexcrichton | bors | -0/+81 |
| 2019-09-03 | Strip remote-test-client output from run stdout | nathanwhit | -2/+18 |
| 2019-09-03 | Update Clippy | Yuki Okushi | -7/+9 |
| 2019-09-03 | Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebank | Mazdak Farrokhzad | -0/+57 |
| 2019-09-03 | Rollup merge of #64071 - guanqun:style-fix, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-09-03 | Rollup merge of #64058 - phansch:refactor_out_method, r=estebank | Mazdak Farrokhzad | -12/+32 |
| 2019-09-03 | Rollup merge of #64056 - estebank:arbitrary-self-types, r=Centril | Mazdak Farrokhzad | -26/+148 |
| 2019-09-03 | Rollup merge of #64049 - estebank:if-else-type-err, r=Centril | Mazdak Farrokhzad | -105/+30 |
| 2019-09-03 | Auto merge of #63869 - GuillaumeGomez:fix-build-failure, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -139/+311 |
| 2019-09-02 | Emit error on intrinsic to fn ptr casts | Mark Rousskov | -0/+57 |
| 2019-09-02 | Ignore check-run-results tests for wasm32-bare | nathanwhit | -0/+5 |
| 2019-09-02 | Auto merge of #63692 - iluuu1994:issue-49660, r=sfackler | bors | -0/+85 |
| 2019-09-02 | Generate version file if it doesn't exist | Guillaume Gomez | -1/+1 |
| 2019-09-02 | Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrum | bors | -31/+6 |
| 2019-09-01 | review comments | Esteban Küber | -53/+57 |
| 2019-09-01 | Auto merge of #63870 - estebank:async-fn-call, r=oli-obk | bors | -2102/+1317 |
| 2019-09-01 | review comments | Esteban Küber | -4/+5 |
| 2019-09-02 | following the same style | Guanqun Lu | -2/+2 |
| 2019-09-01 | Auto merge of #64057 - Centril:rollup-nwtk2fb, r=Centril | bors | -32/+37 |
| 2019-09-01 | librustc_errors: Extract sugg/subst handling into method | Philipp Hansch | -12/+32 |
| 2019-09-01 | Rollup merge of #64042 - juliangehring:string-docs, r=jonas-schievink | Mazdak Farrokhzad | -4/+4 |
| 2019-09-01 | Rollup merge of #64039 - pickfire:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-09-01 | Rollup merge of #64032 - andjo403:codegen-units, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+1 |
| 2019-09-01 | Rollup merge of #64029 - estebank:fix-miri, r=RalfJung | Mazdak Farrokhzad | -4/+6 |
| 2019-09-01 | Rollup merge of #63410 - johnterickson:master, r=joshtriplett | Mazdak Farrokhzad | -22/+24 |
| 2019-09-01 | Account for arbitrary self types in E0599 | Esteban Küber | -26/+144 |
| 2019-09-01 | review comment | Esteban Küber | -4/+3 |
| 2019-09-01 | Auto merge of #64036 - matthewjasper:kill-borrows-on-self-assign, r=estebank | bors | -4/+24 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -31/+6 |
| 2019-08-31 | deduplicate code | Esteban Küber | -23/+17 |
| 2019-08-31 | Emit a single error on if expr with expectation and no else clause | Esteban Küber | -108/+38 |
| 2019-08-31 | Use saturating_sub | Esteban Küber | -4/+6 |
| 2019-08-31 | Fix nll tests | Esteban Küber | -37/+24 |
| 2019-08-31 | Auto merge of #63703 - tommilligan:warn-empty-doctest, r=ollie27 | bors | -10/+59 |
| 2019-08-31 | Reorder AllocationDefinedness members | Andreas Molzer | -2/+3 |
| 2019-08-31 | Fix word repetition in str documentation | Julian Gehring | -4/+4 |
| 2019-08-31 | Auto merge of #64025 - Wind-River:master_003, r=alexcrichton | bors | -324/+0 |
| 2019-08-31 | Improve documentation around allocation accessors | Andreas Molzer | -8/+13 |
| 2019-08-31 | Update sync condvar doc style | Ivan Tham | -2/+2 |
| 2019-08-31 | clarify that not all errors are observed | John Erickson | -2/+3 |