| Age | Commit message (Expand) | Author | Lines |
| 2019-11-30 | Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk | Mazdak Farrokhzad | -0/+20 |
| 2019-11-30 | Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkor | Mazdak Farrokhzad | -0/+238 |
| 2019-11-30 | Apply suggestions from code review | Nadrieril Feneanar | -1/+1 |
| 2019-11-29 | Rollup merge of #66847 - dtolnay:_fmt, r=joshtriplett | David Tolnay | -20/+32 |
| 2019-11-29 | Bless ui test for libstd reformat | David Tolnay | -2/+2 |
| 2019-11-29 | Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj | Ralf Jung | -0/+40 |
| 2019-11-29 | Rollup merge of #66589 - TheSamsa:master, r=Dylan-DPC | Ralf Jung | -1/+25 |
| 2019-11-29 | SimplifyArmIdentity only for locals with the same type | Tomasz Miąsko | -0/+20 |
| 2019-11-29 | Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obk | bors | -0/+123 |
| 2019-11-29 | Ignore wasm for panic tests | David Haig | -0/+6 |
| 2019-11-29 | Auto merge of #66697 - petrochenkov:nocstore, r=eddyb | bors | -1/+1 |
| 2019-11-29 | Auto merge of #66590 - Aaron1011:fix/real-impl-trait-coherence, r=varkor | bors | -0/+19 |
| 2019-11-29 | Auto merge of #66567 - estebank:suggest-copy, r=Centril | bors | -49/+85 |
| 2019-11-28 | Deduplicate type param constraint suggestion code | Esteban Küber | -30/+30 |
| 2019-11-28 | Use structured suggestion when requiring `Copy` constraint in type param | Esteban Küber | -46/+82 |
| 2019-11-28 | Allow any identifier as format arg name | David Tolnay | -20/+32 |
| 2019-11-28 | Apply proper commit from PR #63934 | Aaron Hill | -0/+19 |
| 2019-11-28 | rustc_metadata: Move `has_global_allocator` from session to cstore | Vadim Petrochenkov | -1/+1 |
| 2019-11-28 | Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddyb | bors | -29/+44 |
| 2019-11-28 | Auto merge of #66603 - Nadrieril:fix-65413, r=varkor | bors | -7/+81 |
| 2019-11-28 | Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelix | bors | -25/+5 |
| 2019-11-28 | Moved tests and fixed merge conflict | David Haig | -2/+3 |
| 2019-11-28 | Fixed unit test | David Haig | -1/+1 |
| 2019-11-28 | Squash | David Haig | -0/+116 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -129/+55 |
| 2019-11-27 | Rollup merge of #66800 - jyn514:combine-const-match-tests, r=Dylan-DPC | Tyler Mandry | -22/+11 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -2/+2 |
| 2019-11-27 | Rollup merge of #66722 - matthewjasper:non_exhaustive_borrowck, r=varkor | Tyler Mandry | -0/+83 |
| 2019-11-27 | Rollup merge of #66718 - VirrageS:use_comma, r=Centril | Tyler Mandry | -22/+57 |
| 2019-11-27 | Rollup merge of #66700 - VirrageS:master, r=matthewjasper | Tyler Mandry | -0/+63 |
| 2019-11-27 | Rollup merge of #66305 - elichai:2019-11-array_ffi, r=eddyb | Tyler Mandry | -1/+33 |
| 2019-11-27 | Rollup merge of #66222 - Aaron1011:fix/opaque-closure, r=pnkfelix | Tyler Mandry | -0/+13 |
| 2019-11-27 | Rollup merge of #64325 - cramertj:nested-self-types, r=mikeyhew | Tyler Mandry | -288/+166 |
| 2019-11-27 | Simplify `mem_categorization` | Matthew Jasper | -25/+5 |
| 2019-11-27 | Add async fn test for #66695 | Matthew Jasper | -0/+24 |
| 2019-11-27 | Draw vertical lines in compiler error messages with multiline annotations cor... | Christoph Schmidler | -1/+25 |
| 2019-11-27 | Auto merge of #66691 - dtolnay:fmt0, r=sfackler | bors | -2/+2 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -129/+55 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -0/+24 |
| 2019-11-26 | Bless ui tests for libcore reformat | David Tolnay | -2/+2 |
| 2019-11-27 | Combine similar tests for const match | Joshua Nelson | -22/+11 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -2/+2 |
| 2019-11-26 | Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=Centril | Tyler Mandry | -0/+21 |
| 2019-11-26 | Rollup merge of #66786 - jyn514:const-if-match-tests, r=Centril | Tyler Mandry | -0/+21 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -235/+56 |
| 2019-11-26 | Record temporary static references in generator witnesses | Matthew Jasper | -0/+16 |
| 2019-11-26 | Stabilize nested self receivers | Taylor Cramer | -288/+166 |
| 2019-11-26 | Remove test for #66758 | Dylan MacKenzie | -6/+0 |
| 2019-11-26 | Add regression test for #66756 | Dylan MacKenzie | -0/+27 |
| 2019-11-26 | Refactor 'parse_enum_item' to use 'parse_delim_comma_seq' | Janusz Marcinkiewicz | -22/+57 |