| Age | Commit message (Expand) | Author | Lines |
| 2016-09-11 | Auto merge of #36355 - bluss:vec-extend-from-slice-aliasing-workaround, r=ale... | bors | -13/+55 |
| 2016-09-11 | Auto merge of #36344 - sanxiyn:llvm-components, r=alexcrichton | bors | -0/+10 |
| 2016-09-11 | Auto merge of #36308 - dtolnay:inputitem, r=alexcrichton | bors | -8/+21 |
| 2016-09-11 | Auto merge of #36369 - uweigand:s390x, r=alexcrichton | bors | -12/+224 |
| 2016-09-10 | Auto merge of #36351 - pnkfelix:fix-36278-size-miscalc, r=eddyb | bors | -1/+40 |
| 2016-09-10 | Rollup merge of #36346 - oli-obk:patch-1, r=arielb1 | Guillaume Gomez | -1/+3 |
| 2016-09-10 | Rollup merge of #36326 - JDemler:master, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2016-09-10 | Rollup merge of #36314 - tshepang:not-needed, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2016-09-10 | Rollup merge of #36311 - frewsxcv:instant-elapsed-example, r=GuillaumeGomez | Guillaume Gomez | -0/+12 |
| 2016-09-10 | Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik | Guillaume Gomez | -3/+74 |
| 2016-09-10 | Rollup merge of #35691 - jaredwy:update-error-63, r=jonathandturner | Guillaume Gomez | -11/+69 |
| 2016-09-10 | Auto merge of #36333 - apasel422:issue-35668, r=eddyb | bors | -2/+26 |
| 2016-09-09 | Auto merge of #36332 - llogiq:static_consts_feature, r=nikomatsakis | bors | -182/+62 |
| 2016-09-09 | Add ExpnId to expanded procedural macro code | David Tolnay | -4/+16 |
| 2016-09-09 | Add s390x support | Ulrich Weigand | -12/+224 |
| 2016-09-09 | Auto merge of #36256 - rjgoldsborough:make-configure-detect-nodejs-36207, r=a... | bors | -0/+10 |
| 2016-09-09 | Auto merge of #36331 - petrochenkov:tyadt, r=eddyb | bors | -1059/+912 |
| 2016-09-09 | Auto merge of #36324 - nrc:save-docs, r=eddyb | bors | -19/+139 |
| 2016-09-09 | Update the wording for E0063. This will truncate the fields to 3. | Jared Wyles | -11/+69 |
| 2016-09-08 | Auto merge of #36322 - uweigand:nonblocking, r=alexcrichton | bors | -1/+1 |
| 2016-09-08 | Auto merge of #36321 - uweigand:enum-abi, r=eddyb | bors | -0/+6 |
| 2016-09-08 | tweaking the nodejs cmd sanity check | Jake Goldsborough | -2/+2 |
| 2016-09-09 | Work around pointer aliasing issue in Vec::extend_from_slice, extend_with_ele... | Ulrik Sverdrup | -13/+55 |
| 2016-09-09 | Issue deprecation warnings for safe accesses to extern statics | Vadim Petrochenkov | -16/+123 |
| 2016-09-08 | fix feature error, test fallout | Andre Bogus | -12/+9 |
| 2016-09-08 | Address comments | Vadim Petrochenkov | -229/+210 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -1215/+1087 |
| 2016-09-08 | Point compile-fail errors to the input item instead of the derive | David Tolnay | -3/+3 |
| 2016-09-08 | Auto merge of #35745 - jroesch:soundness-fix-29859, r=nikomatsakis | bors | -153/+151 |
| 2016-09-08 | For size of `struct P<T>(Q<T>)`, don't double-count the prefix added by `Q`. | Felix S. Klock II | -1/+40 |
| 2016-09-08 | Auto merge of #36048 - GuillaumeGomez:code_clean, r=brson | bors | -12/+9 |
| 2016-09-08 | clean up `get_vtable`'s doc comment | Oliver Schneider | -1/+3 |
| 2016-09-08 | Use LLVM_COMPONENTS to run tests just for supported targets | Seo Sanghyeon | -0/+10 |
| 2016-09-08 | Auto merge of #36316 - jseyfried:custom_derive_internal_unstable, r=eddyb | bors | -1/+113 |
| 2016-09-08 | added feature description to reference | Andre Bogus | -0/+3 |
| 2016-09-07 | Auto merge of #36310 - jstnlef:remove-extraneous-not-equal-impl, r=sfackler | bors | -19/+2 |
| 2016-09-08 | added feature gate test | Andre Bogus | -0/+14 |
| 2016-09-08 | warning → error, lowercase | Andre Bogus | -6/+6 |
| 2016-09-07 | Auto merge of #36214 - jseyfried:stackless_expansion, r=nrc | bors | -733/+941 |
| 2016-09-07 | Fix duplicate error code | Jared Roesch | -11/+11 |
| 2016-09-07 | Auto merge of #36292 - japaric:musl-root, r=alexcrichton | bors | -10/+22 |
| 2016-09-07 | Improve `directory` computation during invocation collection. | Jeffrey Seyfried | -5/+9 |
| 2016-09-07 | Implement stackless placeholder expansion. | Jeffrey Seyfried | -8/+22 |
| 2016-09-07 | Strip unconfigured nodes in the `InvocationCollector` fold. | Jeffrey Seyfried | -19/+67 |
| 2016-09-07 | Handle `ReEmpty` for `impl Trait` | Andrew Paseltiner | -2/+26 |
| 2016-09-07 | Refactor code out of the folder implementation for `StripUnconfigured`. | Jeffrey Seyfried | -55/+75 |
| 2016-09-07 | add static_in_const feature gate | Andre Bogus | -182/+48 |
| 2016-09-07 | Fixed typo in nomicon | Jakob Demler | -1/+1 |
| 2016-09-07 | moving nodejs detection logic to configure and adding | Jake Goldsborough | -1/+5 |
| 2016-09-07 | Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton | bors | -27/+154 |