| Age | Commit message (Expand) | Author | Lines |
| 2020-10-03 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -7/+11 |
| 2020-10-03 | Only visit types once when walking the type tree | Valerii Lashmanov | -5/+9 |
| 2020-10-02 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -0/+5 |
| 2020-10-02 | Revert "Move macro test to ui/macros" | Mark Rousskov | -0/+14 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -104/+34 |
| 2020-08-20 | Don't immediately error for cycles during normalization | Matthew Jasper | -6/+6 |
| 2020-08-19 | Rollup merge of #75658 - tgnottingham:issue-75599, r=estebank | Yuki Okushi | -0/+24 |
| 2020-08-18 | Don't emit "is not a logical operator" error outside of associative expressions | Tyson Nottingham | -0/+24 |
| 2020-08-18 | Move macro test to ui/macros | Aleksey Kladov | -19/+0 |
| 2020-08-16 | Rollup merge of #75177 - JohnTitor:broken-mir-test, r=eddyb | Tyler Mandry | -0/+205 |
| 2020-08-16 | Auto merge of #75536 - estebank:e0255-suggestion, r=varkor | bors | -15/+15 |
| 2020-08-14 | Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnr | Tyler Mandry | -5/+36 |
| 2020-08-14 | Tweak output of E0225 | Esteban Küber | -15/+15 |
| 2020-08-14 | review comment: suggestion message wording | Esteban Küber | -2/+2 |
| 2020-08-13 | Rollup merge of #75319 - estebank:format-ice, r=eddyb | Tyler Mandry | -0/+13 |
| 2020-08-13 | Tweak suggestion for `this` -> `self` | Esteban Küber | -5/+36 |
| 2020-08-13 | Rollup merge of #75449 - RalfJung:const-prop-test, r=wesleywiser | Yuki Okushi | -0/+14 |
| 2020-08-12 | add regression test for #74739 (mir const-prop bug) | Ralf Jung | -0/+14 |
| 2020-08-11 | Detect tuple variants used as struct pattern and suggest correct pattern | Esteban Küber | -5/+11 |
| 2020-08-11 | Rollup merge of #75352 - estebank:incorrect-tuple-struct-pat, r=oli-obk | Yuki Okushi | -8/+5 |
| 2020-08-10 | Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkov | bors | -13/+2 |
| 2020-08-10 | Do not suggest similarly named enclosing item | Esteban Küber | -13/+2 |
| 2020-08-10 | Tweak ordering of suggestions | Esteban Küber | -5/+5 |
| 2020-08-10 | Auto merge of #74953 - JulianKnodt:master, r=lcnr | bors | -1/+1 |
| 2020-08-09 | Tweak conditions for E0026 and E0769 | Esteban Küber | -8/+5 |
| 2020-08-10 | Rollup merge of #75350 - estebank:foreign-fn-with-body-ice, r=davidtwco | Yuki Okushi | -0/+24 |
| 2020-08-09 | Do not ICE when lowering invalid extern fn with bodies | Esteban Küber | -0/+24 |
| 2020-08-09 | Blessed old test where error message had changed | kadmin | -1/+1 |
| 2020-08-08 | Detect likely `for foo of bar` JS syntax | Esteban Küber | -1/+11 |
| 2020-08-08 | Fix ICE #75307 in `format` | Esteban Küber | -0/+13 |
| 2020-08-05 | Add regression test for issue-66768 | Yuki Okushi | -0/+205 |
| 2020-08-03 | Auto merge of #75076 - tmiasko:simplify-goto, r=oli-obk | bors | -0/+7 |
| 2020-08-02 | Auto merge of #74948 - lzutao:stalize-result-as-deref, r=dtolnay | bors | -45/+3 |
| 2020-08-03 | Fix change detection in CfgSimplifier::collapse_goto_chain | Tomasz Miąsko | -0/+7 |
| 2020-08-02 | Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum | Manish Goregaokar | -0/+3 |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -35/+44 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -0/+3 |
| 2020-08-02 | Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkov | bors | -2/+2 |
| 2020-08-01 | Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited... | bors | -0/+1 |
| 2020-07-31 | interp: needs_subst -> ensure_monomorphic_enough | David Wood | -0/+1 |
| 2020-07-31 | Stabilize as_deref and as_deref on Result | Lzu Tao | -7/+3 |
| 2020-07-31 | Remove as_deref_err and as_deref_mut_err from Result | Lzu Tao | -38/+0 |
| 2020-07-31 | Fix ICEs with `@ ..` binding | Yuki Okushi | -2/+44 |
| 2020-07-31 | Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern" | Yuki Okushi | -33/+0 |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -2/+24 |
| 2020-07-27 | mv std libs to library/ | mark | -12/+12 |
| 2020-07-27 | Handle trait/projection predicates with bound regions correctly | Matthew Jasper | -1/+1 |
| 2020-07-27 | Auto merge of #74817 - JohnTitor:rollup-0fchdye, r=JohnTitor | bors | -2/+1 |
| 2020-07-27 | Rollup merge of #74750 - oli-obk:logging_and_test_cleanups, r=JohnTitor | Yuki Okushi | -2/+1 |
| 2020-07-27 | Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwco | bors | -1/+1 |