| Age | Commit message (Expand) | Author | Lines |
| 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-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-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-08 | Call `Expr::peel_drop_temps()` from more places for more accurate suggestions | Esteban Küber | -13/+23 |
| 2019-10-08 | Ignore `ExprKind::DropTemps` for some ref suggestions | Esteban Küber | -22/+30 |
| 2019-10-08 | Rollup merge of #65179 - GuillaumeGomez:long-err-explanation-E0567, r=davidtwco | Mazdak Farrokhzad | -2/+30 |
| 2019-10-08 | Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister | Mazdak Farrokhzad | -33/+18 |
| 2019-10-08 | Rollup merge of #65162 - Mark-Simulacrum:no-cache-loading-map, r=michaelwoeri... | Mazdak Farrokhzad | -31/+0 |
| 2019-10-08 | Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkor | Mazdak Farrokhzad | -9/+102 |
| 2019-10-08 | Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-10-08 | Rollup merge of #65102 - tmiasko:tsan-probe-stack, r=alexcrichton | Mazdak Farrokhzad | -4/+6 |
| 2019-10-08 | Rollup merge of #64918 - GuillaumeGomez:long-err-explanation-E0551, r=oli-obk | Mazdak Farrokhzad | -2/+20 |
| 2019-10-08 | Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=Dylan-DPC | Mazdak Farrokhzad | -9/+89 |
| 2019-10-08 | Update Clippy | Mateusz Mikuła | -18/+13 |
| 2019-10-08 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-08 | Add long error explanation for E0567 | Guillaume Gomez | -1/+28 |
| 2019-10-08 | Auto merge of #64949 - nnethercote:avoid-SmallVec-collect, r=zackmdavis | bors | -12/+73 |
| 2019-10-08 | Auto merge of #65196 - Centril:rollup-q06lcxm, r=Centril | bors | -309/+469 |
| 2019-10-08 | Rollup merge of #65187 - Wind-River:master_before_merge, r=rkruppe | Mazdak Farrokhzad | -1/+3 |
| 2019-10-08 | Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor | Mazdak Farrokhzad | -11/+26 |
| 2019-10-08 | Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkor | Mazdak Farrokhzad | -7/+72 |
| 2019-10-08 | Rollup merge of #65150 - XiangQingW:master, r=estebank | Mazdak Farrokhzad | -11/+47 |
| 2019-10-08 | Rollup merge of #65098 - GuillaumeGomez:long-err-explanation-E0561, r=Centril | Mazdak Farrokhzad | -3/+31 |
| 2019-10-08 | Rollup merge of #65046 - sinkuu:cell_reorder, r=shepmaster | Mazdak Farrokhzad | -46/+46 |
| 2019-10-08 | Rollup merge of #65040 - Centril:items-cleanup, r=estebank | Mazdak Farrokhzad | -215/+212 |
| 2019-10-08 | Rollup merge of #64726 - andrewbanchich:unimplemented, r=rkruppe | Mazdak Farrokhzad | -15/+32 |
| 2019-10-08 | Auto merge of #65186 - mati865:cargoup, r=alexcrichton | bors | -0/+0 |
| 2019-10-07 | Warn if include macro fails to include entire file | Mark Rousskov | -2/+47 |
| 2019-10-07 | Use structured suggestion for removal of `as_str()` call | Esteban Küber | -10/+23 |
| 2019-10-07 | Auto merge of #64358 - cuviper:rustc-rayon-1.2, r=nikomatsakis | bors | -10/+12 |
| 2019-10-07 | add crossbeam-queue to the whitelist | Josh Stone | -0/+1 |
| 2019-10-07 | Name the threads in rayon's pool | Josh Stone | -0/+1 |
| 2019-10-07 | Rebase rustc-rayon on rayon-1.2 | Josh Stone | -10/+10 |
| 2019-10-07 | use 'invalid argument' for vxWorks | BaoshanPang | -1/+3 |
| 2019-10-07 | Update Cargo | Mateusz Mikuła | -0/+0 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -286/+621 |
| 2019-10-07 | update ui tests | Guillaume Gomez | -7/+48 |
| 2019-10-07 | Add long error explanation for E0495 | Guillaume Gomez | -2/+41 |
| 2019-10-07 | Fix syntax typo in error message. | Adam Perry | -1/+1 |
| 2019-10-07 | Clarify variable names when checking track_caller methods. | Adam Perry | -5/+4 |
| 2019-10-07 | Prohibit #[track_caller] within trait impls as well as decls. | Adam Perry | -2/+27 |