| Age | Commit message (Expand) | Author | Lines |
| 2016-01-13 | Auto merge of #30684 - tshepang:rustfmt-lexer-part2, r=nrc | bors | -511/+756 |
| 2016-01-12 | re-instate comment that was mysteriously disappeared | Tshepang Lekhonkhobe | -0/+1 |
| 2016-01-11 | Rollup merge of #30694 - pnkfelix:issue-25658-real-first-follow, r=nrc | Simonas Kazlauskas | -20/+507 |
| 2016-01-11 | [breaking-change] remove negate_unsigned feature gate | Oliver Schneider | -4/+1 |
| 2016-01-07 | extending FOLLOW(NT) as specified in amendment. | Felix S. Klock II | -4/+7 |
| 2016-01-07 | macro_rules: proper FIRST/FOLLOW computations for checking macro_rules validity. | Felix S. Klock II | -16/+500 |
| 2016-01-07 | Auto merge of #30723 - nrc:macro-err-bug, r=Manishearth | bors | -2/+9 |
| 2016-01-06 | Rollup merge of #30729 - huonw:delete-bad-comment, r=sanxiyn | Steve Klabnik | -3/+0 |
| 2016-01-06 | Auto merge of #30654 - nrc:panictry, r=brson | bors | -301/+306 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -0/+8 |
| 2016-01-05 | Add assert-dep-graph testing mechanism and tests | Niko Matsakis | -0/+8 |
| 2016-01-06 | Remove irrelevant comment | Huon Wilson | -3/+0 |
| 2016-01-06 | Cancel an error before it panics | Nick Cameron | -2/+9 |
| 2016-01-04 | address review comment | Tshepang Lekhonkhobe | -10/+2 |
| 2016-01-04 | Add test for "malformed macro lhs" and change back span_bug to span_fatal | Guillaume Gomez | -2/+2 |
| 2016-01-03 | fix "make tidy" failure | Tshepang Lekhonkhobe | -1/+2 |
| 2016-01-03 | run rustfmt on syntax::parse::lexer | Tshepang Lekhonkhobe | -513/+764 |
| 2016-01-02 | Grammar fixes | James Mantooth | -5/+5 |
| 2015-12-31 | Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson | Simonas Kazlauskas | -7/+4 |
| 2015-12-31 | Auto merge of #30598 - est31:macro_export_help_note, r=Manishearth | bors | -5/+17 |
| 2015-12-31 | Cut out a bunch of Result and panictry! boilerplate from libsyntax. | Nick Cameron | -301/+306 |
| 2015-12-30 | Auto merge of #30375 - aaronkeen:issue_28777, r=eddyb | bors | -6/+15 |
| 2015-12-30 | Limit line length to below 100 chars | est31 | -2/+4 |
| 2015-12-30 | whitespace after colon, not before | est31 | -1/+1 |
| 2015-12-30 | Custom help message for people trying to make macro public | est31 | -5/+15 |
| 2015-12-30 | Auto merge of #30526 - Ms2ger:PathParameters, r=brson | bors | -33/+34 |
| 2015-12-30 | Rebasing and review comments | Nick Cameron | -24/+18 |
| 2015-12-30 | Refactoring | Nick Cameron | -35/+70 |
| 2015-12-30 | use structured errors | Nick Cameron | -369/+501 |
| 2015-12-30 | Structured diagnostics | Nick Cameron | -30/+253 |
| 2015-12-28 | Use a more efficient encoding for opaque data in RBML. | Michael Woerister | -7/+4 |
| 2015-12-23 | Minor fix to whitespace in libsyntax | Erick Tryzelaar | -2/+2 |
| 2015-12-23 | Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearth | bors | -30/+37 |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -33/+34 |
| 2015-12-22 | Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichton | bors | -4/+18 |
| 2015-12-21 | std: Use cfg(target_thread_local) in thread_local! | Alex Crichton | -1/+1 |
| 2015-12-21 | syntax: Respect allow_internal_unstable in macros | Alex Crichton | -4/+10 |
| 2015-12-21 | rustc: Add feature-gated cfg(target_thread_local) | Alex Crichton | -0/+8 |
| 2015-12-21 | Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakis | bors | -5/+0 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -22/+21 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -5/+0 |
| 2015-12-20 | Auto merge of #30470 - petrochenkov:owned5, r=nrc | bors | -0/+25 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -22/+21 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -12/+36 |
| 2015-12-19 | Improve OwnedSlice and use it in HIR | Vadim Petrochenkov | -0/+25 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -4/+1 |
| 2015-12-18 | Require exact type equality + add tests | Vadim Petrochenkov | -1/+2 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -177/+144 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -560/+703 |
| 2015-12-18 | Rewrite VisiblePrivateTypesVisitor | Vadim Petrochenkov | -4/+1 |