| Age | Commit message (Expand) | Author | Lines |
| 2017-03-06 | Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkov | bors | -21/+45 |
| 2017-03-06 | Auto merge of #40276 - topecongiro:add-test, r=petrochenkov | bors | -0/+118 |
| 2017-03-06 | Add missing tests for 'E-needstest' labeled issues | topecongiro | -0/+118 |
| 2017-03-06 | Fix ICE: don't use `struct_variant` on enums | Esteban Küber | -1/+39 |
| 2017-03-05 | Fix const expression macro invocations. | Jeffrey Seyfried | -21/+45 |
| 2017-03-05 | Auto merge of #40266 - Mark-Simulacrum:cleanup-parser, r=petrochenkov | bors | -8/+6 |
| 2017-03-05 | Add compile fail test for stmt_expr_attributes | topecongiro | -1/+14 |
| 2017-03-04 | Inline function to avoid naming confusion. | Mark Simulacrum | -8/+6 |
| 2017-03-04 | Automate timestamp creation and build skipping for native libraries | Vadim Petrochenkov | -80/+56 |
| 2017-03-04 | Do not purge LLVM build directory on rebuild | Vadim Petrochenkov | -15/+21 |
| 2017-03-04 | Separate "ui-fulldeps" tests from "ui" tests | Vadim Petrochenkov | -2/+4 |
| 2017-03-04 | bootstrap.py: Report build status | Vadim Petrochenkov | -6/+15 |
| 2017-03-04 | run-make on MSVC: Do not generate object files in the source directory | Vadim Petrochenkov | -1/+1 |
| 2017-03-04 | Build compiler-rt and sanitizers only once | Vadim Petrochenkov | -86/+123 |
| 2017-03-04 | Support combination MSVC + Ninja | Vadim Petrochenkov | -8/+8 |
| 2017-03-04 | Add/remove `rerun-if-changed` when necessary | Vadim Petrochenkov | -16/+13 |
| 2017-03-04 | import reference submodule | steveklabnik | -0/+0 |
| 2017-03-04 | remove reference | steveklabnik | -5316/+0 |
| 2017-03-04 | Auto merge of #40245 - cuviper:maybe-not-pie, r=alexcrichton | bors | -4/+4 |
| 2017-03-04 | Auto merge of #40242 - cramertj:fix-while-let-ribs-scope, r=petrochenkov | bors | -0/+18 |
| 2017-03-04 | Auto merge of #40207 - phil-opp:llvm-submodule-update, r=alexcrichton | bors | -1/+1 |
| 2017-03-04 | Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc | bors | -535/+555 |
| 2017-03-04 | Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis | bors | -136/+235 |
| 2017-03-03 | Auto merge of #39917 - alexcrichton:build-cargo, r=brson | bors | -167/+1118 |
| 2017-03-03 | Let `-Crelocation-model` better control `-pie` linking | Josh Stone | -4/+4 |
| 2017-03-03 | Fix missing WhileLet pattern scope | Taylor Cramer | -0/+18 |
| 2017-03-03 | Auto merge of #40101 - danobi:feat_gate_test_simd, r=alexcrichton | bors | -1/+23 |
| 2017-03-03 | rustbuild: Add support for compiling Cargo | Alex Crichton | -165/+509 |
| 2017-03-03 | Auto merge of #40133 - arielb1:operand-lifetimes, r=eddyb | bors | -130/+356 |
| 2017-03-03 | work around LLVM PR#32123 | Ariel Ben-Yehuda | -1/+2 |
| 2017-03-03 | fix codegen test | Ariel Ben-Yehuda | -5/+3 |
| 2017-03-03 | make operands live to the end of their containing expression | Ariel Ben-Yehuda | -56/+257 |
| 2017-03-03 | Auto merge of #40189 - SimonSapin:one-width, r=alexcrichton | bors | -118/+12 |
| 2017-03-03 | Auto merge of #40178 - arielb1:provide-destructors, r=eddyb | bors | -129/+133 |
| 2017-03-03 | Auto merge of #40152 - eddyb:order-in-rustbuild, r=alexcrichton | bors | -8/+21 |
| 2017-03-03 | Fix fallout in unit tests. | Jeffrey Seyfried | -53/+45 |
| 2017-03-03 | Fix `token::Eof` spans. | Jeffrey Seyfried | -2/+6 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -319/+276 |
| 2017-03-03 | Introduce `syntax::parse::parser::TokenCursor`. | Jeffrey Seyfried | -115/+173 |
| 2017-03-03 | Optimize `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -60/+63 |
| 2017-03-03 | Remove lifetime parameter from `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -34/+40 |
| 2017-03-02 | Add compile fail test for SIMD | Daniel Xu | -1/+23 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -401/+266 |
| 2017-03-02 | schedule drops on bindings only after initializing them | Ariel Ben-Yehuda | -72/+98 |
| 2017-03-02 | Auto merge of #40216 - frewsxcv:rollup, r=frewsxcv | bors | -144/+411 |
| 2017-03-02 | Rollup merge of #40166 - aidanhs:aphs-index-coerce, r=nikomatsakis | Corey Farwell | -1/+23 |
| 2017-03-02 | Rollup merge of #40139 - tedsta:fuchsia_std_process_fix, r=alexcrichton | Corey Farwell | -27/+31 |
| 2017-03-02 | Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfried | Corey Farwell | -10/+213 |
| 2017-03-02 | Rollup merge of #40117 - SimonSapin:to-err-is-for-the-formatter, r=alexcrichton | Corey Farwell | -2/+16 |
| 2017-03-02 | Rollup merge of #40110 - benschreiber:nostackcheck, r=brson | Corey Farwell | -7/+35 |