| Age | Commit message (Expand) | Author | Lines |
| 2017-10-13 | Rollup merge of #45190 - petrochenkov:shorten, r=alexcrichton | kennytm | -9/+9 |
| 2017-10-13 | Rollup merge of #45172 - oli-obk:patch-8, r=pnkfelix | kennytm | -27/+27 |
| 2017-10-13 | Rollup merge of #45166 - tinaun:more_unstable_docs, r=steveklabnik | kennytm | -0/+107 |
| 2017-10-13 | Rollup merge of #45121 - johnthagen:pep8-bootstrap, r=alexcrichton | kennytm | -17/+32 |
| 2017-10-13 | Rollup merge of #45105 - camsteffen:patch-2, r=pnkfelix | kennytm | -1/+1 |
| 2017-10-13 | Rollup merge of #45049 - alexcrichton:update-jobserver, r=sfackler | kennytm | -5/+5 |
| 2017-10-13 | Rollup merge of #45005 - leodasvacas:inline-eq-slice-into-eq, r=jseyfried | kennytm | -12/+1 |
| 2017-10-13 | Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomez | kennytm | -1/+57 |
| 2017-10-12 | Auto merge of #45007 - undecidabot:optimize-iter, r=bluss | bors | -72/+114 |
| 2017-10-12 | rustc: Handle `#[linkage]` anywhere in a crate | Alex Crichton | -41/+25 |
| 2017-10-12 | rustbuild: Prevent spurious rebuilds of the RLS | Alex Crichton | -4/+10 |
| 2017-10-12 | Explain why `ensure` of a red node == the query | Jimmy Brisson | -0/+6 |
| 2017-10-12 | Remove query profiling from ensure | Jimmy Brisson | -2/+0 |
| 2017-10-12 | Auto merge of #45176 - michaelwoerister:fix-region-and-trans-item-order, r=ni... | bors | -3/+23 |
| 2017-10-12 | Revert "Test x86_64-unknown-linux-gnux32" | Marco A L Barbosa | -1/+1 |
| 2017-10-12 | Auto merge of #44967 - wesleywiser:trans_fulfill_obligation, r=nikomatsakis | bors | -82/+226 |
| 2017-10-12 | Fix out of date unstable book entries for `alloc_*` features. | Simon Sapin | -60/+26 |
| 2017-10-12 | Auto merge of #44985 - zilbuz:issue-44974, r=pnkfelix | bors | -35/+439 |
| 2017-10-11 | Ensure typeck_tables_of from typck_item_bodies | Jimmy Brisson | -1/+1 |
| 2017-10-11 | Implement query ensure | Jimmy Brisson | -0/+42 |
| 2017-10-11 | Add gcc-multilib to cross2 | Marco A L Barbosa | -0/+1 |
| 2017-10-12 | Auto merge of #44969 - QuietMisdreavus:impls-for-everyone, r=steveklabnik | bors | -8/+34 |
| 2017-10-11 | Test x86_64-unknown-linux-gnux32 | Marco A L Barbosa | -1/+1 |
| 2017-10-11 | Add builder for x86_64-unknown-linux-gnux32 in cross2 | Marco A L Barbosa | -0/+2 |
| 2017-10-11 | Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support | Marco A L Barbosa | -26/+26 |
| 2017-10-11 | rustc: Handle #[inline(always)] at -O0 | Alex Crichton | -9/+58 |
| 2017-10-11 | Split lines longer than 100 columns | Paul Faria | -5/+10 |
| 2017-10-11 | Move const qualifier from brackets to constant values and remove comma from a... | Paul Faria | -57/+46 |
| 2017-10-11 | ffi/mod.rs: Use only one space after a period ending a sentence | Federico Mena Quintero | -20/+20 |
| 2017-10-11 | Point at immutable outer variable | Esteban Küber | -1/+45 |
| 2017-10-11 | ffi/mod.rs: Keep the one-sentence summary at the beginning of the module | Federico Mena Quintero | -0/+2 |
| 2017-10-11 | ffi/c_str.rs: Use only one space after a period ending a sentence | Federico Mena Quintero | -8/+8 |
| 2017-10-11 | ffi/c_str.rs: Fix method/function confusion | Federico Mena Quintero | -3/+3 |
| 2017-10-11 | ffi/c_str.rs: Make all descriptions have a single-sentence summary at the beg... | Federico Mena Quintero | -15/+16 |
| 2017-10-11 | Added `revisions: ast mir` template to tests that this PR sync'ed ast+mir bor... | Felix S. Klock II | -5/+28 |
| 2017-10-11 | Test case illustrating some variants of the issue pointed out by ariel. | Felix S. Klock II | -0/+60 |
| 2017-10-11 | Test against accesses to uninitialized fields. | Felix S. Klock II | -0/+49 |
| 2017-10-11 | MIR-borrowck: Big fix to `fn check_if_path_is_moved`. | Felix S. Klock II | -12/+139 |
| 2017-10-11 | Auto merge of #44963 - JLockerman:fix_spsc, r=alexcrichton | bors | -107/+192 |
| 2017-10-11 | Add x86_64-unknown-linux-gnux32 target | Marco A L Barbosa | -0/+36 |
| 2017-10-12 | rustbuild: Make openssl download more reliable. | kennytm | -20/+37 |
| 2017-10-11 | rustc: Update LLVM with a ThinLTO fix | Alex Crichton | -0/+0 |
| 2017-10-11 | rustc: Add LLVM `nounwind` with `-C panic=abort` | Alex Crichton | -3/+50 |
| 2017-10-11 | Update rustfmt along with rls | Dustin Speckhals | -31/+8 |
| 2017-10-11 | Auto merge of #44888 - tirr-c:binder-hr-region, r=arielb1 | bors | -807/+1180 |
| 2017-10-11 | MIR-borrowck: add false edges to match arms | Your Name | -5/+49 |
| 2017-10-11 | Auto merge of #45192 - steveklabnik:rollup, r=steveklabnik | bors | -20/+229 |
| 2017-10-11 | Fix #44968 Windows path in UI tests | clippered | -4/+9 |
| 2017-10-11 | Fix typo during merge from master | johnthagen | -1/+1 |
| 2017-10-11 | Merge branch 'master' into pep8-bootstrap | johnthagen | -790/+897 |