| Age | Commit message (Expand) | Author | Lines |
| 2020-03-14 | Add long error explanation for E0634 #61137 | Ayush Kumar Mishra | -1/+1 |
| 2020-03-14 | Auto merge of #69744 - ecstatic-morse:fix-enum-discr-effect-test, r=oli-obk | bors | -0/+43 |
| 2020-03-14 | Add long error explanation for E0693 #61137 | Ayush Kumar Mishra | -0/+1 |
| 2020-03-14 | Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry | bors | -1/+33 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -58/+62 |
| 2020-03-13 | Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitor | bors | -21/+152 |
| 2020-03-14 | Rollup merge of #69966 - JohnTitor:more-more-tests, r=Centril | Yuki Okushi | -0/+128 |
| 2020-03-14 | Rollup merge of #69960 - RalfJung:abort, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-03-14 | Rollup merge of #69460 - LeSeulArtichaut:move-compile-pass, r=RalfJung | Yuki Okushi | -20/+23 |
| 2020-03-13 | Auto merge of #69155 - chrissimpkins:llvm-globals, r=eddyb | bors | -3/+3 |
| 2020-03-13 | bless tests | Ralf Jung | -1/+1 |
| 2020-03-13 | Add test for issue-69092 | Yuki Okushi | -0/+21 |
| 2020-03-13 | Add test for issue-67739 | Yuki Okushi | -0/+26 |
| 2020-03-13 | Add test for issue-62504 | Yuki Okushi | -0/+33 |
| 2020-03-13 | Add test for issue-60390 | Yuki Okushi | -0/+8 |
| 2020-03-13 | Add test for issue-58490 | Yuki Okushi | -0/+40 |
| 2020-03-12 | update tests | Mark Mansi | -175/+175 |
| 2020-03-12 | Move some more tests to `check-pass` | LeSeulArtichaut | -3/+6 |
| 2020-03-12 | Move some const-eval `build-pass` tests to `check-pass` | LeSeulArtichaut | -20/+20 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -1/+1 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -73/+83 |
| 2020-03-12 | support LLVM globals corresponding to miri allocations | Chris Simpkins | -3/+3 |
| 2020-03-12 | Remove fn special casing in const printing | Oliver Scherer | -1/+1 |
| 2020-03-11 | Fix cycle error when emitting suggestion for mismatched `fn` type | Aaron Hill | -0/+71 |
| 2020-03-11 | Add the "consider importing it directly" label to public imports as well | Vadim Petrochenkov | -2/+2 |
| 2020-03-11 | make error message less confusing | Ralf Jung | -25/+25 |
| 2020-03-11 | start Miri messages lower-case | Ralf Jung | -45/+45 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -4/+4 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -32/+32 |
| 2020-03-11 | fix expand-to-unstable test | Ralf Jung | -1/+1 |
| 2020-03-11 | resolve: Print import chains on privacy errors | Vadim Petrochenkov | -6/+46 |
| 2020-03-11 | implement zeroed and uninitialized with MaybeUninit | Ralf Jung | -47/+9 |
| 2020-03-11 | Rollup merge of #69876 - ayushmishra2005:doc/61137-add-long-error-code-e0739,... | Mazdak Farrokhzad | -0/+1 |
| 2020-03-11 | Rollup merge of #69760 - Centril:parse-expr-improve, r=estebank | Mazdak Farrokhzad | -161/+627 |
| 2020-03-11 | Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 | Mazdak Farrokhzad | -0/+34 |
| 2020-03-11 | Rollup merge of #69896 - petrochenkov:reqname2, r=Centril | Mazdak Farrokhzad | -0/+22 |
| 2020-03-11 | Rollup merge of #69891 - Centril:fix-69875, r=varkor | Mazdak Farrokhzad | -0/+43 |
| 2020-03-11 | Rollup merge of #69859 - contrun:fix-62456, r=matthewjasper | Mazdak Farrokhzad | -1/+33 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -0/+40 |
| 2020-03-11 | Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakis | Mazdak Farrokhzad | -0/+33 |
| 2020-03-11 | Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obk | Mazdak Farrokhzad | -2/+0 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -102/+170 |
| 2020-03-11 | Don't print literal type suffixes if `print_ty` is false | Oliver Scherer | -1/+1 |
| 2020-03-11 | Print function pointer type for function pointer const generics | Oliver Scherer | -6/+6 |
| 2020-03-11 | Don't print all zsts as their type as it makes no sense for more complex exam... | Oliver Scherer | -3/+3 |
| 2020-03-11 | Print leading zeros for non pointers | Oliver Scherer | -1/+1 |
| 2020-03-11 | Reduce special casing in the const pretty printer | Oliver Scherer | -3/+3 |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -17/+14 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -20/+23 |
| 2020-03-10 | review comments | Esteban Küber | -31/+6 |