| Age | Commit message (Expand) | Author | Lines |
| 2019-05-11 | Move literal parsing code into a separate file | Vadim Petrochenkov | -2/+2 |
| 2019-04-29 | Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton | bors | -0/+84 |
| 2019-04-24 | Add guard for missing comma in macro call suggestion | Esteban Küber | -7/+23 |
| 2019-04-25 | Handle common assert! misuses | Alexey Shmalko | -1/+49 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -19/+5 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -3/+2 |
| 2019-04-17 | Make assert! ensure the macro is parsed completely | Alexey Shmalko | -0/+36 |
| 2019-04-14 | Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=Centril | Mazdak Farrokhzad | -33/+37 |
| 2019-04-12 | Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkov | Mazdak Farrokhzad | -4/+8 |
| 2019-04-11 | remove warn | Mark Mansi | -1/+0 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -4/+4 |
| 2019-04-10 | make duplicate matcher bindings a hard error | Mark Mansi | -32/+37 |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -4/+8 |
| 2019-04-10 | clarify what the item is in "not a module" error | Andy Russell | -6/+6 |
| 2019-03-31 | Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-03-31 | Distinguish depending on error level | Yuki OKUSHI | -1/+1 |
| 2019-03-29 | Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=Centril | Mazdak Farrokhzad | -5/+10 |
| 2019-03-28 | deny duplicate matcher bindings by default | mark | -5/+10 |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -5/+5 |
| 2019-03-19 | Rollup merge of #59116 - estebank:comma-sugg, r=petrochenkov | Mazdak Farrokhzad | -6/+22 |
| 2019-03-11 | Be more discerning on when to attempt suggesting a comma in a macro invocation | Esteban Küber | -6/+22 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -222/+222 |
| 2019-02-27 | Rollup merge of #58075 - asettouf:master, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-02-26 | Changing error message to reflect changes with the 2018 edition | Adonis | -2/+2 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -3/+1 |
| 2019-02-25 | Restrict value in key-value attributes to literals | Vadim Petrochenkov | -5/+5 |
| 2019-02-07 | update test | Mark Mansi | -23/+27 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -46/+35 |
| 2019-02-07 | add a test | mark | -0/+69 |
| 2019-02-07 | fix existing tests | mark | -24/+24 |
| 2019-01-27 | add typo suggestion to unknown attribute error | Andy Russell | -1/+1 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -0/+13 |
| 2019-01-11 | don't unwrap unexpected tokens in `format!` | Andy Russell | -4/+11 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -2/+123 |
| 2018-12-29 | Auto merge of #57140 - estebank:str-err, r=varkor | bors | -18/+26 |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -21/+21 |
| 2018-12-27 | Address review comments and CI failures | Vadim Petrochenkov | -5/+3 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -1/+7 |
| 2018-12-26 | Add span label to unused string formatting argument | Esteban Küber | -18/+26 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -825/+216 |
| 2018-12-10 | Rollup merge of #56491 - euclio:assert-error, r=estebank | Guillaume Gomez | -0/+20 |
| 2018-12-04 | emit error with span for empty asserts | Andy Russell | -0/+20 |
| 2018-12-04 | Update ui tests | Oliver Scherer | -1/+1 |
| 2018-12-04 | Update tests | Oliver Scherer | -0/+1 |
| 2018-11-27 | fix test | Mark Mansi | -2/+2 |
| 2018-11-27 | fix test | Mark Mansi | -2/+2 |
| 2018-11-27 | update tests | Mark Mansi | -189/+16 |
| 2018-11-27 | Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis | bors | -25/+28 |
| 2018-11-27 | resolve: Suggest `crate::` for resolving ambiguities when appropriate | Vadim Petrochenkov | -0/+42 |