| Age | Commit message (Expand) | Author | Lines |
| 2017-04-14 | Put overlapping impls behind feature gate, add tests | Sean Griffin | -0/+3 |
| 2017-04-13 | Address the PR review | alexey zabelin | -2/+2 |
| 2017-04-12 | Fix old docs | alexey zabelin | -2/+2 |
| 2017-04-12 | Add global_asm tests | A.J. Gardner | -1/+1 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+40 |
| 2017-04-12 | Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1 | Tim Neumann | -3/+3 |
| 2017-04-12 | Add a way to get shorter spans until `char` for pointing at defs | Esteban Küber | -0/+19 |
| 2017-04-11 | Auto merge of #41174 - estebank:issue-41155, r=nikomatsakis | bors | -2/+4 |
| 2017-04-10 | Point at only one char on `Span::next_point` | Esteban Küber | -2/+4 |
| 2017-04-10 | Auto merge of #40018 - japaric:ld, r=alexcrichton | bors | -0/+3 |
| 2017-04-09 | Auto merge of #41136 - estebank:multiline, r=jonathandturner | bors | -0/+134 |
| 2017-04-09 | Always show end line of multiline annotations | Esteban Küber | -0/+134 |
| 2017-04-08 | Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkov | bors | -3/+31 |
| 2017-04-07 | Merge branch 'master' into ty-placeholder | Esteban Küber | -38/+126 |
| 2017-04-07 | pub(restricted) didn't make it into 1.17 | est31 | -1/+1 |
| 2017-04-07 | hack: add a linker_flavor feature gate | Jorge Aparicio | -0/+3 |
| 2017-04-07 | Auto merge of #39987 - japaric:used, r=arielb1 | bors | -0/+8 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -0/+25 |
| 2017-04-05 | Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkov | Corey Farwell | -1/+22 |
| 2017-04-05 | document the implementation a bit more | Jorge Aparicio | -2/+2 |
| 2017-04-05 | Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomez | Ariel Ben-Yehuda | -15/+42 |
| 2017-04-05 | add an #[used] attribute | Jorge Aparicio | -0/+8 |
| 2017-04-05 | Use proper span for tuple index parsed as float | Esteban Küber | -3/+3 |
| 2017-04-05 | Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturon | Corey Farwell | -9/+3 |
| 2017-04-04 | Merge branch 'master' into issue-32540 | Esteban Küber | -1662/+671 |
| 2017-04-03 | Fix bug parsing `#[derive]` macro invocations. | Jeffrey Seyfried | -1/+22 |
| 2017-04-03 | Merge branch 'master' into issue-40006 | Esteban Küber | -1663/+672 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -3/+31 |
| 2017-04-01 | rustc: Stabilize the `#![windows_subsystem]` attribute | Alex Crichton | -9/+3 |
| 2017-03-31 | Auto merge of #40620 - laumann:slash-in-diagnostics-path, r=BurntSushi | bors | -4/+5 |
| 2017-03-30 | port the match code to use `CoerceMany` | Niko Matsakis | -0/+1 |
| 2017-03-30 | Replace hardcoded forward slash with path::MAIN_SEPARATOR | Thomas Jespersen | -4/+5 |
| 2017-03-30 | Improve `Path` spans. | Jeffrey Seyfried | -67/+95 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -399/+337 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -868/+163 |
| 2017-03-29 | Remove code in `syntax::codemap`. | Jeffrey Seyfried | -185/+0 |
| 2017-03-29 | Move `syntax::ext::hygiene` to `syntax_pos::hygiene`. | Jeffrey Seyfried | -134/+15 |
| 2017-03-27 | Fix unittests | Esteban Küber | -1/+1 |
| 2017-03-27 | Simplify error output | Esteban Küber | -11/+6 |
| 2017-03-27 | Rollup merge of #40813 - jseyfried:fix_expansion_regression, r=nrc | Alex Crichton | -1/+1 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -10/+9 |
| 2017-03-27 | allow `InternedString` to be compared to `str` directly | Oliver Schneider | -4/+40 |
| 2017-03-26 | Auto merge of #40347 - alexcrichton:rm-liblog, r=brson | bors | -1/+1 |
| 2017-03-25 | Improve wording and spans for unexpected token | Esteban Küber | -6/+19 |
| 2017-03-24 | Point at last valid token on failed `expect_one_of` | Esteban Küber | -14/+14 |
| 2017-03-24 | Identify missing item category in `impl`s | Esteban Küber | -15/+47 |
| 2017-03-25 | Fix ICE with nested macros in certain situations. | Jeffrey Seyfried | -1/+1 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-23 | Rollup merge of #40627 - estebank:pub-restricted, r=petrochenkov | Corey Farwell | -26/+38 |
| 2017-03-22 | Add diagnostic for incorrect `pub (restriction)` | Esteban Küber | -26/+38 |