| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | (pat, ..,) is now syntactically legal. | Mazdak Farrokhzad | -9/+2 |
| 2019-07-28 | Account for better recovery in two cases. | Mazdak Farrokhzad | -2/+43 |
| 2019-07-28 | Intersection patterns 'p1 @ p2' are not supported. | Mazdak Farrokhzad | -15/+0 |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -56/+95 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -85/+69 |
| 2019-07-28 | Test parsing and recovery of all sorts of range patterns. | Mazdak Farrokhzad | -0/+949 |
| 2019-07-28 | And also --bless those recovery tests. | Mazdak Farrokhzad | -19/+150 |
| 2019-07-28 | Update tests wrt. recovery of range patterns. | Mazdak Farrokhzad | -5/+26 |
| 2019-07-27 | Auto merge of #63029 - petrochenkov:rpass, r=Centril | bors | -254/+1143 |
| 2019-07-27 | Fix issues with git converting CRLF to CR | Vadim Petrochenkov | -49/+63 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -86/+7 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -196/+64 |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -4/+1090 |
| 2019-07-27 | Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebank | Mazdak Farrokhzad | -0/+119 |
| 2019-07-27 | Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJung | Mazdak Farrokhzad | -0/+11 |
| 2019-07-27 | Rollup merge of #62423 - Aaron1011:fix/existential-cycle, r=oli-obk | Mazdak Farrokhzad | -71/+94 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -98/+118 |
| 2019-07-26 | Rollup merge of #63004 - JohnTitor:add-tests-for-54062, r=Centril | Mazdak Farrokhzad | -0/+29 |
| 2019-07-26 | Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebank | Mazdak Farrokhzad | -5/+5 |
| 2019-07-26 | Rollup merge of #62963 - estebank:homoglyph-recovery, r=petrochenkov | Mazdak Farrokhzad | -1/+37 |
| 2019-07-26 | Rollup merge of #62956 - ia0:fix_62831, r=petrochenkov | Mazdak Farrokhzad | -0/+93 |
| 2019-07-26 | Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb | Mazdak Farrokhzad | -52/+26 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -375/+0 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -72/+144 |
| 2019-07-26 | lowering: Omit bare trait lint on macro call sites | David Wood | -9/+2 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -98/+118 |
| 2019-07-26 | Add test for issue-54062 | Yuki Okushi | -0/+29 |
| 2019-07-26 | Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichton | bors | -3/+3 |
| 2019-07-25 | Implement slow-path for FirstSets::first | Julien Cretin | -0/+93 |
| 2019-07-25 | Rollup merge of #62981 - estebank:issue-62843, r=Centril | Mazdak Farrokhzad | -0/+18 |
| 2019-07-25 | Rollup merge of #62930 - iluuu1994:test-for-51559, r=oli-obk | Mazdak Farrokhzad | -0/+18 |
| 2019-07-25 | Rollup merge of #62921 - iluuu1994:improve-help-for-method-disambiguation, r=... | Mazdak Farrokhzad | -0/+92 |
| 2019-07-25 | Rollup merge of #62887 - estebank:issue-62881, r=petrochenkov | Mazdak Farrokhzad | -0/+95 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -38/+97 |
| 2019-07-25 | Rollup merge of #62707 - JohnTitor:add-test-for-61922, r=tmandry | Mazdak Farrokhzad | -0/+12 |
| 2019-07-25 | Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov | Mazdak Farrokhzad | -8/+5 |
| 2019-07-25 | Rollup merge of #60066 - sfackler:type-name, r=Centril | Mazdak Farrokhzad | -13/+8 |
| 2019-07-25 | rustc: codegen: Build import library for all windows targets | Hugo Beauzée-Luyssen | -3/+3 |
| 2019-07-25 | librustc_errors: Support ui-testing flag in annotate-snippet emitter | Philipp Hansch | -5/+5 |
| 2019-07-25 | Don't access a static just for its size and alignment | Oliver Scherer | -0/+11 |
| 2019-07-25 | Add note suggesting to borrow a String argument to find | Esteban Küber | -0/+18 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -13/+8 |
| 2019-07-24 | Allow lexer to recover from some homoglyphs | Esteban Küber | -1/+37 |
| 2019-07-25 | Rollup merge of #62736 - lqd:polonius_tests3, r=matthewjasper | Mazdak Farrokhzad | -32/+772 |
| 2019-07-25 | Use Foo instead of raw arrays | Yuki Okushi | -3/+3 |
| 2019-07-24 | Rollup merge of #62917 - estebank:trailing-slash, r=matklad | Mazdak Farrokhzad | -0/+19 |
| 2019-07-24 | Rollup merge of #62916 - Centril:self-in-enum-def, r=oli-obk | Mazdak Farrokhzad | -0/+36 |
| 2019-07-24 | Rollup merge of #62890 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Rollup merge of #62772 - estebank:trait-bound, r=matthewjasper | Mazdak Farrokhzad | -6/+50 |
| 2019-07-24 | Add test for #51559 | Ilija Tovilo | -0/+18 |