| Age | Commit message (Expand) | Author | Lines |
| 2019-10-11 | Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor | Tyler Mandry | -152/+389 |
| 2019-10-11 | Rollup merge of #64337 - rick68:patch-17, r=Dylan-DPC | Tyler Mandry | -4/+4 |
| 2019-10-11 | Auto merge of #64877 - lzutao:stabilize-repeat_generic_slice, r=SimonSapin | bors | -6/+1 |
| 2019-10-11 | Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin | bors | -18/+1 |
| 2019-10-10 | Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum | bors | -33/+127 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -120/+222 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -1/+107 |
| 2019-10-10 | Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakis | bors | -1/+37 |
| 2019-10-10 | Preserve output of raw pointers in mir dump. | ben | -1/+8 |
| 2019-10-10 | Auto merge of #65129 - andjo403:cargo_args, r=alexcrichton | bors | -0/+10 |
| 2019-10-10 | Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakis | bors | -57/+297 |
| 2019-10-10 | Auto merge of #64939 - nnethercote:snapshot-cleanups, r=nikomatsakis | bors | -37/+28 |
| 2019-10-09 | Auto merge of #65249 - matthewjasper:revert-into-drop, r=nnethercote | bors | -466/+247 |
| 2019-10-09 | Revert "Make `into` schedule drop for the destination" | Matthew Jasper | -466/+247 |
| 2019-10-10 | Pretty print raw pointers in consts as '{pointer}'. | ben | -3/+4 |
| 2019-10-09 | Only suggest change mut if vars are resolved | Esteban Küber | -1/+6 |
| 2019-10-09 | review comments | Esteban Küber | -3/+3 |
| 2019-10-09 | review comments | Esteban Küber | -18/+27 |
| 2019-10-09 | Obligation must apply modulo regions | Esteban Küber | -4/+4 |
| 2019-10-09 | Tweak wording | Esteban Küber | -11/+12 |
| 2019-10-09 | Note when a mutable trait object is needed | Esteban Küber | -46/+271 |
| 2019-10-09 | Auto merge of #65228 - Wind-River:real_master, r=dtolnay | bors | -1/+1 |
| 2019-10-09 | make it possible to add args to cargo in x.py | Andreas Jonson | -0/+10 |
| 2019-10-09 | resolve: Use field spans for reporting the private constructor error | Vadim Petrochenkov | -107/+204 |
| 2019-10-09 | resolve: Keep field spans for diagnostics | Vadim Petrochenkov | -13/+18 |
| 2019-10-09 | Auto merge of #65208 - michaelwoerister:sp-events-review-2, r=wesleywiser | bors | -4/+39 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -4/+39 |
| 2019-10-09 | Auto merge of #65198 - nnethercote:fix-65080, r=Mark-Simulacrum | bors | -61/+80 |
| 2019-10-09 | Rollup merge of #65175 - andjo403:partitioning, r=zackmdavis | Mazdak Farrokhzad | -3/+7 |
| 2019-10-09 | Rollup merge of #65166 - csmoe:async-move, r=estebank | Mazdak Farrokhzad | -1/+74 |
| 2019-10-09 | Rollup merge of #65037 - anp:track-caller, r=oli-obk | Mazdak Farrokhzad | -2/+395 |
| 2019-10-09 | Rollup merge of #64656 - passcod:map-entry-insert, r=Amanieu | Mazdak Farrokhzad | -1/+48 |
| 2019-10-08 | add checking (r == 0) | Baoshan Pang | -1/+1 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -18/+1 |
| 2019-10-09 | Implement (HashMap) Entry::insert as per #60142 | Félix Saparelli | -1/+48 |
| 2019-10-08 | Rollup merge of #65213 - estebank:peel-drop-temps, r=Centril | Mazdak Farrokhzad | -15/+29 |
| 2019-10-08 | Rollup merge of #65194 - estebank:remove_str, r=petrochenkov | Mazdak Farrokhzad | -10/+23 |
| 2019-10-08 | Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-Simulacrum | Mazdak Farrokhzad | -36/+205 |
| 2019-10-08 | Rollup merge of #65133 - davidtwco:issue-65035-static-with-generic-in-foreign... | Mazdak Farrokhzad | -181/+266 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -771/+11 |
| 2019-10-08 | Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkov | Mazdak Farrokhzad | -2/+47 |
| 2019-10-09 | Update ui tests | ben | -10/+10 |
| 2019-10-08 | resolve: prohibit foreign statics w/ generics | David Wood | -181/+266 |
| 2019-10-08 | Auto merge of #65209 - Centril:rollup-tzc0j87, r=Centril | bors | -91/+266 |
| 2019-10-08 | review comments | Esteban Küber | -9/+5 |
| 2019-10-09 | Update feature gate error message | Ben Lewis | -1/+1 |
| 2019-10-09 | Fix reify_fn_ptr test as we now pretty print const function pointers. | ben | -1/+1 |
| 2019-10-09 | Refactor pretty print const to use a big match statement | ben | -123/+106 |
| 2019-10-09 | Substitute and normalize all types of consts within collect const | ben | -11/+6 |
| 2019-10-09 | Gate use of raw and function pointers in const generics behind | ben | -7/+131 |