| Age | Commit message (Expand) | Author | Lines |
| 2017-09-27 | Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez | bors | -20/+102 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -205/+301 |
| 2017-09-27 | Auto merge of #44713 - zackmdavis:fn_main_in_a_comment_in_rustdoc_breaks_test... | bors | -1/+15 |
| 2017-09-27 | Auto merge of #44825 - dtolnay:cratelint, r=aturon | bors | -1/+1 |
| 2017-09-27 | Auto merge of #44812 - Mark-Simulacrum:rustdoc-debug, r=alexcrichton | bors | -0/+5 |
| 2017-09-27 | Auto merge of #44802 - sfackler:vecdeque-oob, r=Gankro | bors | -1/+26 |
| 2017-09-26 | Allow rustdoc to get compiled with debuginfo | Mark Simulacrum | -0/+5 |
| 2017-09-26 | don't let rustdoc get confused by text "fn main" in a line comment | Zack M. Davis | -1/+15 |
| 2017-09-26 | Auto merge of #44757 - jseyfried:fix_bad_derive_collection, r=nrc | bors | -7/+29 |
| 2017-09-26 | bump rustfmt | Badel2 | -9/+9 |
| 2017-09-26 | Auto merge of #44741 - qmx:trans_fulfill_obligation_should_not_crash, r=nikom... | bors | -8/+11 |
| 2017-09-26 | Auto merge of #44736 - pnkfelix:mir-borrowck4, r=arielb1 | bors | -341/+317 |
| 2017-09-26 | Auto merge of #44735 - tirr-c:issue-42143, r=arielb1 | bors | -119/+245 |
| 2017-09-25 | Fix bug in collecting trait and impl items with derives. | Jeffrey Seyfried | -7/+29 |
| 2017-09-25 | Auto merge of #44297 - laumann:suggest-misspelt-methods, r=arielb1 | bors | -10/+158 |
| 2017-09-25 | Auto merge of #44279 - smaeul:crt_static-deps, r=alexcrichton | bors | -41/+49 |
| 2017-09-25 | Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1 | bors | -267/+520 |
| 2017-09-25 | those changes break miri, PR will be issued later | Douglas Campos | -1/+1 |
| 2017-09-25 | fix tidy errors | Douglas Campos | -2/+4 |
| 2017-09-25 | add comment per @nikomatsakis request | Douglas Campos | -0/+1 |
| 2017-09-25 | expose ParamEnv as a param | Douglas Campos | -4/+4 |
| 2017-09-25 | add ParamEnv to the trait_cache key | Douglas Campos | -4/+4 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -47/+141 |
| 2017-09-25 | Remove now dead code. | Felix S. Klock II | -299/+1 |
| 2017-09-25 | Make mir-borrowck more closely match (draft) NLL RFC. | Felix S. Klock II | -81/+339 |
| 2017-09-25 | More fine-grained delineation for mir-borrowck errors. | Felix S. Klock II | -4/+20 |
| 2017-09-25 | fix Debug impls | Ariel Ben-Yehuda | -2/+19 |
| 2017-09-25 | Auto merge of #44646 - petrochenkov:scompress, r=michaelwoerister | bors | -32/+188 |
| 2017-09-24 | Allow unused extern crate again | David Tolnay | -1/+1 |
| 2017-09-25 | Fix error | bjorn3 | -2/+1 |
| 2017-09-25 | Auto merge of #44612 - pylaligand:magenta-to-zircon, r=alexcrichton | bors | -279/+180 |
| 2017-09-24 | Fix fuchsia toolchain prebuild setup | James Tucker | -12/+17 |
| 2017-09-25 | Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis | bors | -432/+908 |
| 2017-09-24 | LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACE | James Tucker | -2/+2 |
| 2017-09-24 | ensure that prebuilt toolchain binaries are +x | James Tucker | -0/+1 |
| 2017-09-24 | Re-add CMake package | Petr Hosek | -0/+3 |
| 2017-09-24 | Use Zircon's Clang rather than building our own | Petr Hosek | -57/+19 |
| 2017-09-24 | bump liblibc to 0.2.31 | James Tucker | -0/+0 |
| 2017-09-24 | Download clang-tools-extra as well | Petr Hosek | -0/+1 |
| 2017-09-24 | Install unzip into Fuchsia Docker container | Petr Hosek | -1/+2 |
| 2017-09-24 | TODO --> FIXME | P.Y. Laligand | -1/+1 |
| 2017-09-24 | Update submodules. | P.Y. Laligand | -0/+0 |
| 2017-09-24 | Update Fuchsia toolchain build | Petr Hosek | -103/+28 |
| 2017-09-24 | Updated Zircon version. | P.Y. Laligand | -1/+1 |
| 2017-09-24 | Fixed casing issues. | P.Y. Laligand | -16/+16 |
| 2017-09-24 | Testing on Travis. | P.Y. Laligand | -0/+0 |
| 2017-09-24 | The Magenta kernel is now called Zircon. | P.Y. Laligand | -145/+148 |
| 2017-09-24 | Auto merge of #44758 - arielb1:a-small-path, r=eddyb | bors | -112/+187 |
| 2017-09-24 | Point at parameter type on E0301 | Esteban Küber | -20/+102 |
| 2017-09-24 | Change Levensthein-based method to a single suggestion | Thomas Jespersen | -26/+39 |