| Age | Commit message (Expand) | Author | Lines |
| 2017-11-04 | Auto merge of #45617 - GuillaumeGomez:search-fixes, r=QuietMisdreavus | bors | -42/+112 |
| 2017-11-04 | Auto merge of #45605 - Nashenas88:derive-newtype, r=nikomatsakis | bors | -56/+255 |
| 2017-11-04 | Auto merge of #45755 - kennytm:rollup, r=kennytm | bors | -10/+98 |
| 2017-11-04 | Rollup merge of #45746 - GuillaumeGomez:methods-doc-test, r=steveklabnik | kennytm | -0/+30 |
| 2017-11-04 | Rollup merge of #45739 - rkarp:master, r=petrochenkov | kennytm | -2/+2 |
| 2017-11-04 | Rollup merge of #45722 - mikhail-m1:improve-mir-opt-error-output, r=alexcrichton | kennytm | -3/+16 |
| 2017-11-04 | Rollup merge of #45718 - Ljzn:patch-2, r=BurntSushi | kennytm | -2/+2 |
| 2017-11-04 | Rollup merge of #45681 - Ljzn:patch-1, r=kennytm | kennytm | -1/+1 |
| 2017-11-04 | Rollup merge of #45669 - cardoe:metadata, r=kennytm | kennytm | -0/+3 |
| 2017-11-04 | Rollup merge of #45639 - LaurentMazare:master, r=petrochenkov | kennytm | -1/+30 |
| 2017-11-04 | Rollup merge of #45610 - strake:atomic_from, r=nagisa | kennytm | -0/+12 |
| 2017-11-04 | Rollup merge of #45548 - ratmice:master, r=oli-obk | kennytm | -1/+2 |
| 2017-11-04 | Auto merge of #45514 - gnzlbg:jemalloc_realloc2, r=sfackler | bors | -3/+5 |
| 2017-11-04 | Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 | bors | -48/+447 |
| 2017-11-03 | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis | bors | -216/+494 |
| 2017-11-03 | Fix unsafe auto trait pretty print. | leonardo.yvens | -1/+3 |
| 2017-11-03 | Update pretty test for auto trait syntax. | leonardo.yvens | -3/+1 |
| 2017-11-03 | rustfmt is broken which makes rls broken | leonardo.yvens | -2/+2 |
| 2017-11-03 | fix rebase conflict | leonardo.yvens | -1/+1 |
| 2017-11-03 | Rename `trait_has_auto_impl` to `trait_is_auto` | leonardo.yvens | -9/+12 |
| 2017-11-03 | update unstable book and error example | leonardo.yvens | -4/+2 |
| 2017-11-03 | Parse auto traits the same as traits. | leonardo.yvens | -110/+83 |
| 2017-11-03 | Fix tests and rebase conflict | leonardo.yvens | -1/+7 |
| 2017-11-03 | auto trait future compatibility lint | leonardo.yvens | -1/+90 |
| 2017-11-03 | Finish DefaultImpl -> AutoImpl rename. | leonardo.yvens | -3/+3 |
| 2017-11-03 | Add tests for `auto trait`, fix parsing bug | leonardo.yvens | -32/+141 |
| 2017-11-03 | Feature gate `auto trait` and ignore it in rustdoc | leonardo.yvens | -1/+7 |
| 2017-11-03 | Teach typeck about `auto trait` | leonardo.yvens | -4/+7 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -31/+122 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -163/+163 |
| 2017-11-03 | issue #45357 set clippy build condition to extended. | matt rice | -4/+2 |
| 2017-11-03 | Add tests for methods listing in rust docs | Guillaume Gomez | -0/+30 |
| 2017-11-03 | [jemalloc] set correct excess in alloc_excess | gnzlbg | -1/+2 |
| 2017-11-03 | Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkov | bors | -0/+469 |
| 2017-11-03 | Fix std compile error for windows-gnu targets without `backtrace` feature | Rolf Karp | -2/+2 |
| 2017-11-03 | Fix broken link in `build-powerpc64le-toolchain.sh` | kennytm | -3/+3 |
| 2017-11-02 | unreachable-pub lint for `pub` items not reachable from crate root | Zack M. Davis | -0/+469 |
| 2017-11-03 | Auto merge of #45484 - oli-obk:lint_names, r=nikomatsakis | bors | -68/+145 |
| 2017-11-02 | replace Add by tuple | Mikhail Modin | -18/+18 |
| 2017-11-02 | Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakis | bors | -21/+74 |
| 2017-11-02 | improve compiletest output for errors from mir-opt tests | Mikhail Modin | -3/+16 |
| 2017-11-02 | Auto merge of #45647 - nrc:rls-bugs, r=eddyb | bors | -2/+14 |
| 2017-11-02 | Fix typo | Lance John | -2/+2 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -69/+143 |
| 2017-11-02 | Report lint names in json diagnostics | Oliver Schneider | -2/+5 |
| 2017-11-02 | Auto merge of #45630 - joshleeb:iss35241, r=estebank | bors | -13/+70 |
| 2017-11-02 | change mir stage in test | Mikhail Modin | -7/+7 |
| 2017-11-02 | add one more sample | Mikhail Modin | -6/+68 |
| 2017-11-02 | fix pre binding false edges | Mikhail Modin | -97/+104 |
| 2017-11-02 | fix opt-mir test and remove false edge if no guard | Mikhail Modin | -74/+75 |