| Age | Commit message (Expand) | Author | Lines |
| 2017-08-16 | Add support for Vector Pack Saturated on PowerPC | Luca Barbato | -0/+27 |
| 2017-08-16 | Auto merge of #43651 - petrochenkov:foreign-life, r=eddyb | bors | -14/+18 |
| 2017-08-15 | Auto merge of #43245 - Gankro:drain-filter, r=sfackler | bors | -0/+281 |
| 2017-08-15 | Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichton | bors | -45/+197 |
| 2017-08-15 | Auto merge of #43500 - murarth:string-retain, r=alexcrichton | bors | -0/+95 |
| 2017-08-15 | Auto merge of #43303 - redox-os:redox_docker, r=alexcrichton | bors | -1/+56 |
| 2017-08-15 | Mark install-x86_64-redox.sh as executable | Jeremy Soller | -0/+0 |
| 2017-08-15 | Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcv | bors | -33/+6 |
| 2017-08-15 | Auto merge of #43859 - arielb1:nonfree-block-live, r=nagisa | bors | -3/+97 |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+95 |
| 2017-08-15 | Auto merge of #43872 - frewsxcv:rollup, r=frewsxcv | bors | -14/+134 |
| 2017-08-14 | Remove plugins chapter | steveklabnik | -32/+2 |
| 2017-08-14 | Rollup merge of #43868 - lukaramu:issue-43866, r=steveklabnik | Corey Farwell | -0/+2 |
| 2017-08-14 | Rollup merge of #43862 - QuietMisdreavus:get-in-line-autohide, r=GuillaumeGomez | Corey Farwell | -1/+1 |
| 2017-08-14 | Rollup merge of #43848 - frewsxcv:frewsxcv-stack-size, r=QuietMisdreavus | Corey Farwell | -10/+45 |
| 2017-08-14 | Rollup merge of #43790 - steveklabnik:rustdoc-passes, r=QuietMisdreavus | Corey Farwell | -1/+84 |
| 2017-08-14 | Rollup merge of #43756 - sfackler:instant-nondecreasing, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-08-14 | Auto merge of #43858 - arielb1:escaping-default, r=eddyb | bors | -4/+39 |
| 2017-08-14 | Move Redox Dockerfile to disabled directory :( | Jeremy Soller | -0/+0 |
| 2017-08-14 | Use scripts to reduce code size | Jeremy Soller | -33/+23 |
| 2017-08-14 | Add redox build to cross | Jeremy Soller | -6/+29 |
| 2017-08-14 | Add Redox Dockerfile | Jeremy Soller | -0/+42 |
| 2017-08-14 | Add missing newline in Deref docs to fix rendering | lukaramu | -0/+2 |
| 2017-08-14 | Auto merge of #43826 - kennytm:fix-43796-mis-calculated-spans, r=petrochenkov | bors | -123/+33 |
| 2017-08-14 | Write the "passes" chapter of the rustdoc book | steveklabnik | -1/+84 |
| 2017-08-14 | Indicate which stack size option has precedence. | Corey Farwell | -1/+1 |
| 2017-08-14 | link to the rustdoc book from the main docs | steveklabnik | -0/+2 |
| 2017-08-14 | start building the rustdoc book | steveklabnik | -1/+2 |
| 2017-08-14 | Auto merge of #43574 - notriddle:master, r=sfackler | bors | -0/+71 |
| 2017-08-14 | rustdoc: put auto-hidden docblock labels in line with the toggle | QuietMisdreavus | -1/+1 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -544/+1222 |
| 2017-08-14 | Fix unused variable warnings in builds disabled debug-assertions. | Michael Woerister | -2/+1 |
| 2017-08-14 | Auto merge of #43857 - michaelwoerister:fix-impl-trait-closure-vis, r=eddyb | bors | -0/+16 |
| 2017-08-14 | emit StorageLive for box temporaries | Ariel Ben-Yehuda | -3/+97 |
| 2017-08-14 | remove the "defaulted unit" type bit during writeback | Ariel Ben-Yehuda | -4/+39 |
| 2017-08-14 | save-analysis: Remove path span extraction methods from SpanUtils | kennytm | -123/+33 |
| 2017-08-14 | Mark closures return via impl-trait as reachable. | Michael Woerister | -0/+16 |
| 2017-08-14 | Fix some merge fallout. | Michael Woerister | -15/+4 |
| 2017-08-14 | Auto merge of #43856 - sfackler:no-inline-debug, r=alexcrichton | bors | -5/+0 |
| 2017-08-14 | Auto merge of #43844 - arielb1:literally-nonstandard, r=eddyb | bors | -6/+44 |
| 2017-08-14 | Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichton | bors | -141/+144 |
| 2017-08-13 | Don't inline debug methods | Steven Fackler | -5/+0 |
| 2017-08-13 | Auto merge of #43836 - taleks:issue-39827, r=arielb1 | bors | -4/+63 |
| 2017-08-13 | Indicate thread names get passed to the OS. | Corey Farwell | -4/+8 |
| 2017-08-13 | Auto merge of #43815 - alexcrichton:optimize-alloc, r=sfackler | bors | -76/+133 |
| 2017-08-13 | Rewrite docs for stack size/thread names for spawned threads. | Corey Farwell | -10/+41 |
| 2017-08-13 | Fix error | bjorn3 | -0/+1 |
| 2017-08-13 | ast_validation: forbid "nonstandard" literal patterns | Ariel Ben-Yehuda | -6/+44 |
| 2017-08-13 | Update driver.rs | bjorn3 | -1/+1 |
| 2017-08-13 | Change run-make ignore message | bjorn3 | -1/+1 |