| Age | Commit message (Expand) | Author | Lines |
| 2017-04-06 | travis: Use upstream LLVM repositories for Fuchsia | Petr Hosek | -12/+64 |
| 2017-04-07 | document some existing unstable features | Jorge Aparicio | -4/+122 |
| 2017-04-07 | Auto merge of #39987 - japaric:used, r=arielb1 | bors | -1/+238 |
| 2017-04-06 | don't pass -C to nm | Jorge Aparicio | -1/+1 |
| 2017-04-06 | Correct book examples for hardware re-ordering | Jon Gjengset | -54/+62 |
| 2017-04-07 | Changes based on PR feedback | Ryan Scott | -7/+2 |
| 2017-04-06 | rustdoc: collapse docblock before showing label | Andy Russell | -4/+11 |
| 2017-04-06 | rustdoc: move the space at the end of where clauses | QuietMisdreavus | -3/+11 |
| 2017-04-06 | ignore the .init_array doctest | Jorge Aparicio | -1/+1 |
| 2017-04-06 | Auto merge of #41121 - frewsxcv:rollup, r=frewsxcv | bors | -1744/+3487 |
| 2017-04-06 | Remove some CStr transmutes. | Clar Charr | -2/+3 |
| 2017-04-06 | rustdoc: where clause adjustment to fix tests | QuietMisdreavus | -11/+14 |
| 2017-04-06 | Rollup merge of #41112 - ollie27:rustdoc_pull, r=GuillaumeGomez | Corey Farwell | -483/+296 |
| 2017-04-06 | Rollup merge of #41111 - ollie27:docs_markdown_fix, r=GuillaumeGomez | Corey Farwell | -26/+44 |
| 2017-04-06 | Rollup merge of #41108 - arielb1:tuple-blame, r=estebank | Corey Farwell | -8/+24 |
| 2017-04-06 | Rollup merge of #41090 - rap2hpoutre:patch-2, r=steveklabnik | Corey Farwell | -0/+21 |
| 2017-04-06 | Rollup merge of #41089 - alexcrichton:update-musl, r=brson | Corey Farwell | -4/+7 |
| 2017-04-06 | Rollup merge of #40976 - matthewjasper:char-const-expr, r=eddyb | Corey Farwell | -0/+15 |
| 2017-04-06 | Rollup merge of #40878 - michaelwoerister:dmh, r=nikomatsakis | Corey Farwell | -1223/+3080 |
| 2017-04-06 | Avoid type-checking addition and indexing twice. | Eduard-Mihai Burtescu | -11/+43 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -1223/+3080 |
| 2017-04-06 | add link to issue number, ignore snippet that requires custom linking | Jorge Aparicio | -2/+3 |
| 2017-04-06 | rustdoc: Use pulldown-cmark for Markdown HTML rendering | Oliver Middleton | -483/+296 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -26/+44 |
| 2017-04-06 | Auto merge of #41039 - alexcrichton:process-poll, r=nagisa | bors | -13/+9 |
| 2017-04-06 | don't try to blame tuple fields for immutability | Ariel Ben-Yehuda | -8/+24 |
| 2017-04-06 | Update process.rs | raph | -3/+2 |
| 2017-04-06 | Point to tracking issue, not PR | Jon Gjengset | -2/+2 |
| 2017-04-06 | Add unstable book entry | Jon Gjengset | -1/+100 |
| 2017-04-06 | Auto merge of #41102 - frewsxcv:rollup, r=frewsxcv | bors | -173/+285 |
| 2017-04-06 | add documentation to the unstable book | Jorge Aparicio | -0/+153 |
| 2017-04-05 | Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkov | Corey Farwell | -3/+46 |
| 2017-04-05 | Rollup merge of #41037 - stjepang:move-libxtest, r=alexcrichton | Corey Farwell | -10/+10 |
| 2017-04-05 | Rollup merge of #41026 - CleanCut:rust-40860, r=alexcrichton | Corey Farwell | -20/+22 |
| 2017-04-05 | Rollup merge of #41011 - CleanCut:bootstrap-help, r=alexcrichton | Corey Farwell | -139/+165 |
| 2017-04-05 | Rollup merge of #40908 - dotdash:pers_lt, r=arielb1 | Corey Farwell | -1/+42 |
| 2017-04-06 | Auto merge of #40805 - vadimcn:msys-mingw, r=alexcrichton | bors | -100/+89 |
| 2017-04-05 | document the implementation a bit more | Jorge Aparicio | -3/+7 |
| 2017-04-05 | don't test for the absence of BAR in the rmake test | Jorge Aparicio | -1/+0 |
| 2017-04-05 | cast the #[used] static to *i8 | Jorge Aparicio | -3/+2 |
| 2017-04-05 | Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichton | Ariel Ben-Yehuda | -17/+228 |
| 2017-04-05 | Rollup merge of #41054 - anatol:master, r=alexcrichton | Ariel Ben-Yehuda | -1/+1 |
| 2017-04-05 | Rollup merge of #41052 - topecongiro:overlapping_inherent_impls, r=estebank | Ariel Ben-Yehuda | -11/+53 |
| 2017-04-05 | Rollup merge of #41028 - bluss:rev-rfind, r=alexcrichton | Ariel Ben-Yehuda | -1/+13 |
| 2017-04-05 | Rollup merge of #41015 - arielb1:new-block-stack, r=alexcrichton | Ariel Ben-Yehuda | -0/+3 |
| 2017-04-05 | Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichton | Ariel Ben-Yehuda | -11/+93 |
| 2017-04-05 | Rollup merge of #40927 - stjepang:docs-atomic-overflow-note, r=alexcrichton | Ariel Ben-Yehuda | -10/+29 |
| 2017-04-05 | Rollup merge of #40909 - nagisa:fix-vec-placement, r=alexcrichton | Ariel Ben-Yehuda | -23/+23 |
| 2017-04-05 | Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomez | Ariel Ben-Yehuda | -15/+95 |
| 2017-04-05 | Rollup merge of #40709 - lifthrasiir:leaner-unicode-debug-str, r=alexcrichton | Ariel Ben-Yehuda | -805/+565 |