| Age | Commit message (Expand) | Author | Lines |
| 2017-07-29 | Auto merge of #43530 - alexcrichton:update-freebsd-compilers, r=Mark-Simulacr... | bors | -4/+4 |
| 2017-07-29 | Auto merge of #43527 - alexcrichton:different-llvm-cross, r=Mark-Simulacrum | bors | -0/+8 |
| 2017-07-29 | Auto merge of #43492 - lu-zero:master, r=alexcrichton | bors | -17/+186 |
| 2017-07-29 | Auto merge of #43518 - cuviper:aapcs_vfp, r=eddyb | bors | -5/+55 |
| 2017-07-28 | rustbuild: Update cross-compilers for FreeBSD | Alex Crichton | -4/+4 |
| 2017-07-28 | rustbuild: Tweak how we cross-compile LLVM | Alex Crichton | -0/+8 |
| 2017-07-28 | Auto merge of #43230 - alexcrichton:more-tokenstream, r=nrc,jseyfried | bors | -24/+489 |
| 2017-07-28 | syntax: Capture a `TokenStream` when parsing items | Alex Crichton | -20/+398 |
| 2017-07-28 | Auto merge of #43298 - gaurikholkar:lifetime_errors, r=estebank | bors | -125/+462 |
| 2017-07-28 | Add a failing test for errors in proc macros | Alex Crichton | -0/+49 |
| 2017-07-28 | proc_macro: Use an item's tokens if available | Alex Crichton | -8/+20 |
| 2017-07-28 | syntax: Add `tokens: Option<TokenStream>` to Item | Alex Crichton | -9/+35 |
| 2017-07-28 | Make LLVMRustHasFeature more robust | Luca Barbato | -14/+9 |
| 2017-07-28 | Auto merge of #43324 - Nashenas88:visit_locations, r=arielb1 | bors | -23/+37 |
| 2017-07-28 | Auto merge of #43221 - MaulingMonkey:natvis-improvements, r=michaelwoerister | bors | -6/+77 |
| 2017-07-28 | Auto merge of #43505 - eddyb:poly-const-eval-layout-of, r=nikomatsakis | bors | -136/+199 |
| 2017-07-28 | Auto merge of #43238 - estebank:try-on-unimplemented-2, r=alexcrichton | bors | -1/+1 |
| 2017-07-27 | Support homogeneous aggregates for hard-float ARM | Josh Stone | -5/+55 |
| 2017-07-28 | Adding E0623, to detect missing lifetimes when both regions are anonymous | gaurikholkar | -125/+462 |
| 2017-07-28 | Auto merge of #43432 - pczarn:macro-parser-description, r=jseyfried | bors | -100/+102 |
| 2017-07-27 | Use `rustc_on_unimplemented`'s trait name argument in `try` | Esteban Küber | -1/+1 |
| 2017-07-28 | Auto merge of #43217 - pnkfelix:alloc-requires-align-it-in-u32, r=alexcrichton | bors | -7/+15 |
| 2017-07-27 | Squash Span into SourceInfo and rename enum and its inner types | Paul Faria | -18/+21 |
| 2017-07-27 | Auto merge of #43438 - petrochenkov:path, r=jseyfried | bors | -311/+301 |
| 2017-07-27 | Add support for Vector Minimum on PowerPC | Luca Barbato | -0/+37 |
| 2017-07-27 | Avoid duplicated errors for generic arguments in macro paths | Vadim Petrochenkov | -49/+16 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -58/+166 |
| 2017-07-27 | Discern between `Path` and `Path<>` in AST | Vadim Petrochenkov | -32/+50 |
| 2017-07-27 | Simplify parsing of paths | Vadim Petrochenkov | -255/+152 |
| 2017-07-27 | Auto merge of #43443 - bitshifter:issue-43317, r=nikomatsakis | bors | -24/+81 |
| 2017-07-27 | rustc_const_eval: keep track of the appropriate ParamEnv. | Eduard-Mihai Burtescu | -64/+107 |
| 2017-07-27 | Auto merge of #43482 - Mark-Simulacrum:single-rustdoc, r=alexcrichton | bors | -144/+181 |
| 2017-07-27 | Add support for Vector Maximum on PowerPC | Luca Barbato | -0/+37 |
| 2017-07-27 | Correct a few run.host invocations where run.target is intended. | Mark Simulacrum | -7/+7 |
| 2017-07-27 | Add support for the Power8 and Power9 features on PowerPC | Luca Barbato | -1/+4 |
| 2017-07-27 | Explain why we subtract one from the stage | Mark Simulacrum | -0/+3 |
| 2017-07-27 | Make sure CFG_RELEASE_CHANNEL is always set. | Mark Simulacrum | -0/+4 |
| 2017-07-27 | Allow changing rustdoc which builds the book. | Mark Simulacrum | -10/+13 |
| 2017-07-27 | Don't needlessly build rustdoc for compiletest. | Mark Simulacrum | -7/+14 |
| 2017-07-27 | Build rustdoc on-demand. | Mark Simulacrum | -67/+106 |
| 2017-07-27 | Change tools to take a compiler instead of a stage. | Mark Simulacrum | -37/+40 |
| 2017-07-27 | Remove src/driver | Mark Simulacrum | -22/+0 |
| 2017-07-27 | Auto merge of #43489 - petrochenkov:mutref, r=GuillaumeGomez | bors | -2/+36 |
| 2017-07-27 | rustc_const_eval: always require correct Substs. | Eduard-Mihai Burtescu | -93/+113 |
| 2017-07-27 | Auto merge of #43479 - ivanbakel:loop_borrow_msg, r=estebank | bors | -13/+145 |
| 2017-07-27 | Auto merge of #43477 - est31:master, r=alexcrichton | bors | -13/+14 |
| 2017-07-27 | Auto merge of #43445 - zackmdavis:rustdoc_major_section_self-links, r=Guillau... | bors | -13/+36 |
| 2017-07-27 | Added tests for new loop borrow message | Isaac van Bakel | -0/+118 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -128/+47 |
| 2017-07-26 | Auto merge of #43487 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -235/+630 |