| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | -3/+3 |
| 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 #66704 - GuillaumeGomez:intra-doc-enum-variant-field, r=kinnison | Tyler Mandry | -0/+14 |
| 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 | Auto merge of #56231 - eddyb:mir-debuginfo, r=oli-obk | bors | -45/+193 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -45/+193 |
| 2019-11-27 | Auto merge of #66691 - dtolnay:fmt0, r=sfackler | bors | -2/+2 |
| 2019-11-27 | Add support for intra-doc link fields of enum variant | Guillaume Gomez | -0/+14 |
| 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 | -7/+31 |
| 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-27 | Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn... | bors | -28/+117 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -3/+3 |
| 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 | -251/+72 |
| 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 |
| 2019-11-26 | Test multiple variants | Joshua Nelson | -0/+2 |
| 2019-11-26 | Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton | bors | -0/+251 |
| 2019-11-26 | PGO: Make branch-weights regression test more robust. | Michael Woerister | -10/+10 |
| 2019-11-26 | Auto merge of #66561 - TimoFreiberg:trait-name-report, r=estebank | bors | -7/+137 |
| 2019-11-26 | Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichton | bors | -0/+62 |
| 2019-11-25 | Add wildcard test for const_if_match | Joshua Nelson | -0/+19 |
| 2019-11-25 | Auto merge of #66178 - Aaron1011:fix/opaque-normalize, r=varkor | bors | -41/+103 |
| 2019-11-25 | Tweak removed feature error | Esteban Küber | -6/+2 |
| 2019-11-25 | Tweak bad `continue` error | Esteban Küber | -7/+2 |
| 2019-11-25 | Tweak duplicate matcher binding error | Esteban Küber | -28/+12 |
| 2019-11-25 | Tweak duplicate fmt arg error | Esteban Küber | -7/+3 |
| 2019-11-25 | Tweak move error due to non-Copy | Esteban Küber | -168/+29 |
| 2019-11-25 | Tweak multiple allocators error | Esteban Küber | -7/+4 |
| 2019-11-25 | Fix capitalization when mentioning different crate versions in E0308 | Esteban Küber | -12/+4 |
| 2019-11-25 | Auto merge of #66739 - pietroalbini:rollup-2t2pd4a, r=pietroalbini | bors | -0/+33 |
| 2019-11-25 | Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC | Pietro Albini | -0/+33 |
| 2019-11-25 | Update error messages | Guillaume Gomez | -36/+36 |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -34/+34 |
| 2019-11-25 | Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper | bors | -0/+22 |