| Age | Commit message (Expand) | Author | Lines |
| 2019-10-10 | Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakis | bors | -0/+37 |
| 2019-10-10 | Add and update rustdoc ui test | Guillaume Gomez | -2/+24 |
| 2019-10-10 | Don't pass doctest feature by default | Guillaume Gomez | -3/+2 |
| 2019-10-10 | Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakis | bors | -0/+128 |
| 2019-10-09 | Revert "Make `into` schedule drop for the destination" | Matthew Jasper | -322/+188 |
| 2019-10-09 | Suggest `if let` on `let` refutable binding | Esteban Küber | -0/+142 |
| 2019-10-10 | Pretty print raw pointers in consts as '{pointer}'. | ben | -3/+3 |
| 2019-10-09 | Only suggest change mut if vars are resolved | Esteban Küber | -1/+0 |
| 2019-10-09 | Obligation must apply modulo regions | Esteban Küber | -2/+0 |
| 2019-10-09 | Tweak wording | Esteban Küber | -9/+9 |
| 2019-10-09 | Note when a mutable trait object is needed | Esteban Küber | -0/+131 |
| 2019-10-09 | Move test next to likeminded ones | Oliver Scherer | -0/+0 |
| 2019-10-09 | resolve: Use field spans for reporting the private constructor error | Vadim Petrochenkov | -89/+192 |
| 2019-10-09 | Rollup merge of #65166 - csmoe:async-move, r=estebank | Mazdak Farrokhzad | -0/+46 |
| 2019-10-09 | Rollup merge of #65037 - anp:track-caller, r=oli-obk | Mazdak Farrokhzad | -0/+217 |
| 2019-10-08 | Rollup merge of #65213 - estebank:peel-drop-temps, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-10-08 | Rollup merge of #65194 - estebank:remove_str, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |
| 2019-10-08 | Rollup merge of #65133 - davidtwco:issue-65035-static-with-generic-in-foreign... | Mazdak Farrokhzad | -3/+105 |
| 2019-10-08 | Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkov | Mazdak Farrokhzad | -0/+26 |
| 2019-10-08 | Split non-CAS atomic support off into target_has_atomic_load_store | Amanieu d'Antras | -1/+1 |
| 2019-10-09 | Update ui tests | ben | -10/+10 |
| 2019-10-08 | resolve: prohibit foreign statics w/ generics | David Wood | -3/+105 |
| 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 | -2/+2 |
| 2019-10-09 | Gate use of raw and function pointers in const generics behind | ben | -4/+108 |
| 2019-10-09 | Pretty print function pointer const values. | ben | -4/+4 |
| 2019-10-09 | Fix calling function pointer const parameters. Also fixes inference of | ben | -0/+99 |
| 2019-10-08 | Call `Expr::peel_drop_temps()` from more places for more accurate suggestions | Esteban Küber | -4/+16 |
| 2019-10-08 | Ignore `ExprKind::DropTemps` for some ref suggestions | Esteban Küber | -22/+10 |
| 2019-10-08 | Rollup merge of #65179 - GuillaumeGomez:long-err-explanation-E0567, r=davidtwco | Mazdak Farrokhzad | -1/+2 |
| 2019-10-08 | Rollup merge of #65145 - estebank:turbofish-assoc-fn-call, r=varkor | Mazdak Farrokhzad | -1/+66 |
| 2019-10-08 | Rollup merge of #64918 - GuillaumeGomez:long-err-explanation-E0551, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-10-08 | Rollup merge of #64404 - GuillaumeGomez:err-E0495, r=Dylan-DPC | Mazdak Farrokhzad | -7/+48 |
| 2019-10-08 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-08 | suggest to add move keyword for generator | csmoe | -4/+19 |
| 2019-10-08 | Rollup merge of #65154 - skinny121:const-arg-diagnostic, r=varkor | Mazdak Farrokhzad | -6/+54 |
| 2019-10-08 | Rollup merge of #65150 - XiangQingW:master, r=estebank | Mazdak Farrokhzad | -10/+40 |
| 2019-10-08 | Rollup merge of #65098 - GuillaumeGomez:long-err-explanation-E0561, r=Centril | Mazdak Farrokhzad | -2/+3 |
| 2019-10-08 | Rollup merge of #65040 - Centril:items-cleanup, r=estebank | Mazdak Farrokhzad | -1/+14 |
| 2019-10-07 | Warn if include macro fails to include entire file | Mark Rousskov | -0/+26 |
| 2019-10-07 | Use structured suggestion for removal of `as_str()` call | Esteban Küber | -4/+4 |
| 2019-10-07 | Add a regression test for #57271 | varkor | -0/+60 |
| 2019-10-07 | Add a regression test for #57399 | varkor | -0/+30 |
| 2019-10-07 | Add regression test for #64792 | varkor | -0/+20 |
| 2019-10-07 | Move stray issue tests into src/test/ui/issues | varkor | -0/+0 |
| 2019-10-07 | Add a regression test for issue 62187 | varkor | -0/+32 |
| 2019-10-07 | Move const generic regression tests to their old folder | varkor | -0/+0 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -192/+430 |
| 2019-10-07 | update ui tests | Guillaume Gomez | -7/+48 |
| 2019-10-07 | Prohibit #[track_caller] within trait impls as well as decls. | Adam Perry | -1/+1 |