| Age | Commit message (Expand) | Author | Lines |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -3/+1 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -6/+35 |
| 2019-04-21 | Do not specify type in generated let bindings. | David Wood | -6/+7 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -26/+129 |
| 2019-04-21 | Auto merge of #60124 - petrochenkov:stanomut, r=eddyb | bors | -5/+4 |
| 2019-04-21 | AST/HIR: Use `Mutability` instead of bool in foreign statics | Vadim Petrochenkov | -5/+4 |
| 2019-04-21 | Auto merge of #60119 - estebank:bad-recovery, r=davidtwco | bors | -1/+1 |
| 2019-04-21 | Introduce `LocalSource` into the AST. | David Wood | -2/+25 |
| 2019-04-21 | Auto merge of #60132 - davidtwco:issue-60075, r=estebank | bors | -1/+6 |
| 2019-04-20 | Check async in trait methods | varkor | -0/+3 |
| 2019-04-20 | Fix additional variadic typos | varkor | -1/+1 |
| 2019-04-20 | Fix typo in variadic C function warning | varkor | -1/+1 |
| 2019-04-20 | Feature gate async fn methods | varkor | -19/+23 |
| 2019-04-20 | Auto merge of #59700 - matklad:simplify, r=eddyb | bors | -17/+5 |
| 2019-04-20 | Fix fn front matter parsing ICE from invalid code. | David Wood | -1/+6 |
| 2019-04-19 | Remove assumption from recovery code | Esteban Küber | -1/+1 |
| 2019-04-19 | Some cleanup to `maybe_parse_struct_expr` | Vadim Petrochenkov | -18/+13 |
| 2019-04-19 | remove duplicated code and simplify logic | Esteban Küber | -30/+31 |
| 2019-04-19 | Identify missing ambiguous case with best effort suggestion | Esteban Küber | -4/+4 |
| 2019-04-19 | Emit specific error for struct literal in conditions | Esteban Küber | -5/+52 |
| 2019-04-19 | Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-17 | whitelist rtm x86 cpu feature | tyler | -0/+1 |
| 2019-04-18 | Rename module | Yuki OKUSHI | -1/+1 |
| 2019-04-18 | Rename diagnositc_list into error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Auto merge of #60034 - rasendubi:fix-comments, r=Centril | bors | -1/+1 |
| 2019-04-17 | Fix comments around test harness generation | Alexey Shmalko | -1/+1 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -11/+22 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-15 | Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping | John Kåre Alsaker | -392/+494 |
| 2019-04-15 | Ensure the symbols are pure strings | John Kåre Alsaker | -1/+7 |
| 2019-04-15 | Make check_name generic | John Kåre Alsaker | -36/+24 |
| 2019-04-15 | Use a proc macro to declare preallocated symbols | John Kåre Alsaker | -14/+41 |
| 2019-04-14 | Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkov | bors | -1/+1 |
| 2019-04-14 | Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=Centril | Mazdak Farrokhzad | -14/+4 |
| 2019-04-14 | Rollup merge of #59735 - matklad:deadcode, r=sanxiyn | Mazdak Farrokhzad | -15/+5 |
| 2019-04-12 | Rollup merge of #59866 - estebank:recover-missing-semi, r=petrochenkov | Mazdak Farrokhzad | -0/+26 |
| 2019-04-12 | Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkov | Mazdak Farrokhzad | -36/+55 |
| 2019-04-12 | Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebank | Mazdak Farrokhzad | -1/+9 |
| 2019-04-11 | Auto merge of #59227 - Zoxc:fix-get, r=eddyb | bors | -10/+12 |
| 2019-04-11 | review comments | Esteban Küber | -16/+15 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -2/+5 |
| 2019-04-10 | make duplicate matcher bindings a hard error | Mark Mansi | -14/+4 |
| 2019-04-10 | Feedback | Kampfkarren | -1/+2 |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -36/+52 |
| 2019-04-10 | Recover from missing semicolon based on the found token | Esteban Küber | -0/+27 |
| 2019-04-10 | Adhere to tidy script | Kampfkarren | -1/+2 |
| 2019-04-10 | Special error when using catch after try | Kampfkarren | -1/+7 |
| 2019-04-05 | remove lookup_char_pos_adj | Aleksey Kladov | -15/+5 |