| Age | Commit message (Expand) | Author | Lines |
| 2019-04-16 | Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichton | bors | -6/+85 |
| 2019-04-16 | this panic occurs not just on Windows, normalize it away everywhere | Ralf Jung | -6/+6 |
| 2019-04-16 | Rollup merge of #59993 - euclio:unused-ref-field, r=estebank | Mazdak Farrokhzad | -0/+107 |
| 2019-04-16 | Rollup merge of #59903 - estebank:after-main, r=oli-obk | Mazdak Farrokhzad | -0/+49 |
| 2019-04-15 | normalize away some Windows-only panic printing | Ralf Jung | -3/+15 |
| 2019-04-15 | include mode in unused binding suggestion span | Andy Russell | -0/+107 |
| 2019-04-15 | Update test | John Kåre Alsaker | -182/+186 |
| 2019-04-15 | Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping | John Kåre Alsaker | -2/+2 |
| 2019-04-14 | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 | bors | -1/+1 |
| 2019-04-14 | Rollup merge of #59936 - petrochenkov:confict, r=davidtwco | Mazdak Farrokhzad | -0/+12 |
| 2019-04-14 | Rollup merge of #59896 - estebank:dedup-spans, r=davidtwco | Mazdak Farrokhzad | -0/+27 |
| 2019-04-14 | Address review comments | Vadim Petrochenkov | -0/+3 |
| 2019-04-14 | Fix cross-crate visibility of fictive variant constructors | Vadim Petrochenkov | -0/+9 |
| 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 |