| Age | Commit message (Expand) | Author | Lines |
| 2019-03-22 | Correct minimum system LLVM version in tests | Samuel Holland | -12/+12 |
| 2019-03-23 | resolve: collect trait aliases along with traits | Sean McArthur | -0/+23 |
| 2019-03-22 | ffi: rename VaList::copy to VaList::with_copy | Dan Robertson | -20/+20 |
| 2019-03-22 | Rollup merge of #59347 - petrochenkov:nomake, r=davidtwco | Mazdak Farrokhzad | -50/+57 |
| 2019-03-22 | Rollup merge of #59329 - petrochenkov:rmcff, r=alexcrichton | Mazdak Farrokhzad | -45/+0 |
| 2019-03-22 | Rollup merge of #59323 - euclio:enum-instead-of-variant, r=varkor | Mazdak Farrokhzad | -40/+104 |
| 2019-03-22 | Rollup merge of #59322 - estebank:diag-tweak, r=davidtwco | Mazdak Farrokhzad | -49/+23 |
| 2019-03-22 | Rollup merge of #59321 - varkor:unify-E0109-E0110-E0111, r=davidtwco | Mazdak Farrokhzad | -182/+179 |
| 2019-03-22 | Rollup merge of #59297 - euclio:field-method-suggestions, r=estebank | Mazdak Farrokhzad | -20/+48 |
| 2019-03-22 | Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov | Mazdak Farrokhzad | -0/+21 |
| 2019-03-22 | Rollup merge of #59190 - greg-kargin:master, r=sanxiyn | Mazdak Farrokhzad | -6/+6 |
| 2019-03-22 | Auto merge of #59035 - estebank:closure-instacall, r=davidtwco | bors | -0/+19 |
| 2019-03-22 | Auto merge of #59031 - estebank:recover-from-comaless, r=petrochenkov | bors | -40/+45 |
| 2019-03-22 | Fix ICE with const generic param in struct | varkor | -0/+21 |
| 2019-03-21 | Auto merge of #58981 - estebank:elseless-if, r=davidtwco | bors | -2/+89 |
| 2019-03-21 | Move one test from run-make-fulldeps to ui | Vadim Petrochenkov | -50/+57 |
| 2019-03-21 | hygiene: Fix identifier comparison in impl overlap check | Vadim Petrochenkov | -0/+35 |
| 2019-03-21 | use suggestions for "enum instead of variant" error | Andy Russell | -40/+104 |
| 2019-03-21 | Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavus | bors | -0/+15 |
| 2019-03-21 | Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco | bors | -20/+85 |
| 2019-03-21 | cleanup: Remove compile-fail-fulldeps directory again | Vadim Petrochenkov | -45/+0 |
| 2019-03-20 | Fix a bug in implied bounds | scalexm | -3/+31 |
| 2019-03-20 | Gather region constraints not coming from unification | scalexm | -2/+0 |
| 2019-03-20 | Tweak incorrect escaped char diagnostic | Esteban Küber | -49/+23 |
| 2019-03-20 | Update tests | varkor | -182/+179 |
| 2019-03-20 | Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton | bors | -130/+250 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -159/+159 |
| 2019-03-20 | Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton | bors | -0/+48 |
| 2019-03-19 | convert field/method confusion help to suggestions | Andy Russell | -20/+48 |
| 2019-03-19 | Do not encode gensymed imports in metadata | Vadim Petrochenkov | -0/+10 |
| 2019-03-19 | Ignore test on Windows | Douglas Creager | -1/+6 |
| 2019-03-19 | Explicitly prefer dynamic linking in test case | Douglas Creager | -0/+1 |
| 2019-03-19 | Rollup merge of #59290 - oli-obk:trivial_move_prop, r=davidtwco | Mazdak Farrokhzad | -0/+22 |
| 2019-03-19 | Rollup merge of #59116 - estebank:comma-sugg, r=petrochenkov | Mazdak Farrokhzad | -6/+22 |
| 2019-03-19 | Rollup merge of #57847 - clarcharr:dbg_no_params, r=Centril | Mazdak Farrokhzad | -4/+9 |
| 2019-03-19 | Rollup merge of #57729 - pnkfelix:issue-55748-pat-types-are-constraints-on-bi... | Mazdak Farrokhzad | -0/+99 |
| 2019-03-19 | Run branch cleanup after copy prop | Oliver Scherer | -0/+22 |
| 2019-03-18 | Auto merge of #56462 - Zoxc:query-macro, r=oli-obk | bors | -224/+224 |
| 2019-03-18 | filter suggestions from extern prelude | Andy Russell | -1/+24 |
| 2019-03-18 | Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton | bors | -7/+34 |
| 2019-03-18 | Auto merge of #58872 - rep-nop:diagnostic-fix-56031, r=petrochenkov | bors | -0/+14 |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ... | John Kåre Alsaker | -224/+224 |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -91/+91 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -0/+21 |
| 2019-03-18 | Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkov | bors | -1/+120 |
| 2019-03-17 | Auto merge of #59250 - bovinebuddha:filter_ui_revision_tests, r=petrochenkov | bors | -720/+560 |
| 2019-03-17 | Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov | bors | -0/+18 |
| 2019-03-17 | Auto merge of #59047 - petrochenkov:modnodefid, r=Centril | bors | -0/+42 |
| 2019-03-17 | Removed obsolete .stderr test outputs | Mathias Blikstad | -160/+0 |
| 2019-03-17 | Updated UI test output to remove test annotations for revisions | Mathias Blikstad | -585/+585 |