| Age | Commit message (Expand) | Author | Lines |
| 2017-03-17 | travis: Use `hide_output` in dist-powerpc64-linux | Alex Crichton | -24/+36 |
| 2017-03-16 | travis: Update sccache binary | Alex Crichton | -26/+26 |
| 2017-03-15 | Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton | bors | -10/+18 |
| 2017-03-15 | Auto merge of #40212 - SimonSapin:utf8error-resume-from, r=aturon | bors | -22/+89 |
| 2017-03-15 | Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton | bors | -21/+136 |
| 2017-03-14 | Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakis | bors | -5/+159 |
| 2017-03-14 | Add tracking issue number for Utf8Error::error_len | Simon Sapin | -1/+1 |
| 2017-03-14 | Replace Utf8Error::resume_from with Utf8Error::error_len | Simon Sapin | -26/+28 |
| 2017-03-14 | Add Utf8Error::resume_from, to help incremental and/or lossy decoding. | Simon Sapin | -22/+87 |
| 2017-03-13 | Auto merge of #40329 - petrochenkov:llreuse, r=alexcrichton | bors | -14/+21 |
| 2017-03-13 | Auto merge of #40451 - ollie27:rustdoc_impls_js_escape, r=GuillaumeGomez | bors | -1/+1 |
| 2017-03-13 | Auto merge of #40385 - arielb1:packed-again, r=eddyb | bors | -4/+57 |
| 2017-03-13 | emit !align attributes on stores of operand pairs | Ariel Ben-Yehuda | -4/+57 |
| 2017-03-13 | Auto merge of #40461 - stjepang:iterator-typo, r=frewsxcv | bors | -1/+1 |
| 2017-03-13 | Auto merge of #40448 - ollie27:rustbuild_docs_compiler, r=alexcrichton | bors | -15/+23 |
| 2017-03-13 | Fix a typo in Rev docs | Stjepan Glavina | -1/+1 |
| 2017-03-12 | Auto merge of #40450 - alexcrichton:fix-cargo, r=alexcrichton | bors | -2/+15 |
| 2017-03-12 | Update Cargo to fix nightly channel | Alex Crichton | -2/+15 |
| 2017-03-12 | Rollup merge of #40453 - tschottdorf:lint-deny-wording, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-03-12 | Rollup merge of #40449 - ollie27:docs_proc_macro, r=alexcrichton | Corey Farwell | -0/+7 |
| 2017-03-12 | Rollup merge of #40426 - steveklabnik:update-mdbook, r=alexcrichton | Corey Farwell | -41/+41 |
| 2017-03-12 | Rollup merge of #40390 - F001:placementHashMap, r=nagisa | Corey Farwell | -5/+183 |
| 2017-03-12 | Rollup merge of #40369 - petrochenkov:segspan, r=eddyb | Corey Farwell | -88/+124 |
| 2017-03-12 | Auto merge of #40340 - petrochenkov:restricted, r=nikomatsakis | bors | -54/+57 |
| 2017-03-12 | Allow cleaning llvm build dir to fail | Alex Crichton | -1/+1 |
| 2017-03-12 | Default llvm.clean-rebuild to false | Vadim Petrochenkov | -6/+5 |
| 2017-03-12 | rustbuild: Add option for enabling partial LLVM rebuilds | Vadim Petrochenkov | -14/+22 |
| 2017-03-12 | Improve wording in the -{W,A,F,D} options | Tobias Schottdorf | -1/+1 |
| 2017-03-12 | Auto merge of #40257 - pftbest:sret_msp430, r=alexcrichton | bors | -1/+1 |
| 2017-03-11 | Add compile-fail tests for catch expr in match or condition | Taylor Cramer | -0/+30 |
| 2017-03-11 | Temporarily prefix catch block with do keyword | Taylor Cramer | -78/+11 |
| 2017-03-11 | Add catch expr to AST and disallow catch as a struct name | Taylor Cramer | -5/+196 |
| 2017-03-12 | Auto merge of #39770 - alexcrichton:configure-clean, r=brson | bors | -12/+26 |
| 2017-03-12 | rustdoc: Fix string escaping in implementors js files | Oliver Middleton | -1/+1 |
| 2017-03-12 | rustbuild: Fix tests | Oliver Middleton | -9/+9 |
| 2017-03-12 | Add doc attributes to proc_macro crate | Oliver Middleton | -0/+7 |
| 2017-03-12 | Auto merge of #40446 - arielb1:rollup, r=alexcrichton | bors | -232/+509 |
| 2017-03-12 | rustbuild: Fix compiler docs | Oliver Middleton | -6/+14 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -316/+305 |
| 2017-03-11 | Rollup merge of #40431 - fsasm:master, r=BurntSushi | Ariel Ben-Yehuda | -1/+1 |
| 2017-03-11 | Rollup merge of #40419 - GuillaumeGomez:fix-const-rendering, r=frewsxcv | Ariel Ben-Yehuda | -19/+47 |
| 2017-03-11 | Rollup merge of #40404 - cengizIO:master, r=nikomatsakis | Ariel Ben-Yehuda | -8/+51 |
| 2017-03-11 | Rollup merge of #40400 - TimNN:gdbr-updates, r=alexcrichton | Ariel Ben-Yehuda | -17/+22 |
| 2017-03-11 | Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1 | Ariel Ben-Yehuda | -2/+43 |
| 2017-03-11 | Rollup merge of #40372 - nagisa:never-drop, r=eddyb | Ariel Ben-Yehuda | -2/+1 |
| 2017-03-11 | Rollup merge of #40344 - nrc:save-container, r=eddyb | Ariel Ben-Yehuda | -1/+4 |
| 2017-03-11 | Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakis | Ariel Ben-Yehuda | -130/+249 |
| 2017-03-11 | Rollup merge of #40315 - oli-obk:lint_body, r=eddyb | Ariel Ben-Yehuda | -0/+8 |
| 2017-03-11 | Rollup merge of #40299 - GuillaumeGomez:fmt-display-example, r=frewsxcv | Ariel Ben-Yehuda | -1/+20 |
| 2017-03-11 | Rollup merge of #40146 - bjorn3:few-infer-changes, r=pnkfelix | Ariel Ben-Yehuda | -51/+63 |