| Age | Commit message (Expand) | Author | Lines |
| 2019-04-14 | huge-enum also exhibits this error | Ralf Jung | -0/+4 |
| 2019-04-14 | some more tests need normalization | Ralf Jung | -0/+12 |
| 2019-04-14 | normalize away spurious error | Ralf Jung | -3/+27 |
| 2019-04-14 | normalize flags and rustc version in ICE repro | Ralf Jung | -2/+4 |
| 2019-04-14 | fix tests | Ralf Jung | -0/+25 |
| 2019-04-14 | Auto merge of #59798 - rchaser53:issue-59488, r=estebank | bors | -0/+115 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -1/+1 |
| 2019-04-14 | Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centril | bors | -0/+395 |
| 2019-04-14 | Rollup merge of #59784 - davidtwco:issue-59764, r=estebank | Mazdak Farrokhzad | -0/+395 |
| 2019-04-14 | Rollup merge of #59899 - nnethercote:sort-enum-variants-by-size, r=pnkfelix | Mazdak Farrokhzad | -25/+25 |
| 2019-04-14 | Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=Centril | Mazdak Farrokhzad | -33/+37 |
| 2019-04-14 | Rollup merge of #59835 - lzutao:nonzero-signed, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-04-14 | Rollup merge of #59708 - matthewjasper:double-closure-unused-mut, r=pnkfelix | Mazdak Farrokhzad | -8/+11 |
| 2019-04-14 | Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton | Mazdak Farrokhzad | -22/+15 |
| 2019-04-12 | Add test and fix dedup | Esteban Küber | -0/+27 |
| 2019-04-12 | Rollup merge of #59866 - estebank:recover-missing-semi, r=petrochenkov | Mazdak Farrokhzad | -0/+52 |
| 2019-04-12 | Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkov | Mazdak Farrokhzad | -417/+790 |
| 2019-04-12 | Rollup merge of #59859 - davidtwco:issue-59756, r=cramertj | Mazdak Farrokhzad | -1/+53 |
| 2019-04-12 | Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebank | Mazdak Farrokhzad | -0/+20 |
| 2019-04-12 | Rollup merge of #59846 - euclio:not-a-module, r=davidtwco | Mazdak Farrokhzad | -50/+62 |
| 2019-04-12 | Rollup merge of #59781 - whitfin:issue-59378, r=oli-obk | Mazdak Farrokhzad | -12/+3 |
| 2019-04-12 | Stabilize the `alloc` crate. | Simon Sapin | -22/+15 |
| 2019-04-12 | add the logic for when other_ty is FnDef | rchaser53 | -3/+55 |
| 2019-04-11 | Continue evaluating after missing main | Esteban Küber | -0/+49 |
| 2019-04-12 | In `-Zprint-type-size` output, sort enum variants by size. | Nicholas Nethercote | -25/+25 |
| 2019-04-12 | Switch to multipart suggestions. | David Wood | -167/+29 |
| 2019-04-12 | Improve robustness of nested check. | David Wood | -4/+46 |
| 2019-04-12 | Handle edge cases. | David Wood | -5/+386 |
| 2019-04-12 | Handle renamed imports. | David Wood | -4/+46 |
| 2019-04-12 | Suggest macro import from crate root. | David Wood | -3/+25 |
| 2019-04-11 | review comments | Esteban Küber | -2/+2 |
| 2019-04-11 | remove warn | Mark Mansi | -1/+0 |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -370/+370 |
| 2019-04-12 | improve error messages | rchaser53 | -13/+39 |
| 2019-04-10 | make duplicate matcher bindings a hard error | Mark Mansi | -32/+37 |
| 2019-04-10 | Feedback | Kampfkarren | -2/+2 |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -417/+790 |
| 2019-04-10 | Recover from missing semicolon based on the found token | Esteban Küber | -0/+52 |
| 2019-04-10 | Suggest removing `?` to resolve type errors. | David Wood | -3/+28 |
| 2019-04-10 | Fix tests, I think | Kampfkarren | -2/+3 |
| 2019-04-10 | Fix error brought up by changing tabs to spaces | Kampfkarren | -1/+1 |
| 2019-04-10 | Adhere to tidy script | Kampfkarren | -3/+3 |
| 2019-04-10 | Special error when using catch after try | Kampfkarren | -0/+19 |
| 2019-04-10 | clarify what the item is in "not a module" error | Andy Russell | -50/+62 |
| 2019-04-10 | Update ui test | Lzu Tao | -1/+1 |
| 2019-04-09 | improve unknown enum variant errors | Andy Russell | -68/+175 |
| 2019-04-08 | Update test cases for changes to error messages | Isaac Whitfield | -12/+3 |
| 2019-04-08 | Merge remote-tracking branch 'origin/master' | rchaser53 | -0/+61 |
| 2019-04-08 | Add test demonstrating existing behaviour. | David Wood | -0/+27 |
| 2019-04-07 | Only run SIMD tests on x86 | Oliver Scherer | -3/+9 |