| Age | Commit message (Expand) | Author | Lines |
| 2019-06-01 | Tweak wording when encountering `fn` call in pattern | Esteban Küber | -1/+3 |
| 2019-06-01 | Account for cases where we can find the type arg name, but the local name is `_` | Esteban Küber | -3/+3 |
| 2019-06-01 | review comment: tweak wording | Esteban Küber | -15/+15 |
| 2019-06-01 | Explain that `impl Trait` introduces an implicit type argument | Esteban Küber | -1/+5 |
| 2019-06-01 | rustc: collect upvars from HIR, instead of during name resolution. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-01 | Point at individual type arguments on arg count mismatch | Esteban Küber | -5/+5 |
| 2019-05-31 | Make generics always have a valid span | Esteban Küber | -2/+2 |
| 2019-06-01 | Rollup merge of #61403 - estebank:test-cleanup, r=petrochenkov | Mazdak Farrokhzad | -9/+5 |
| 2019-05-31 | Tweak wording | Esteban Küber | -5/+5 |
| 2019-05-31 | On type inference errors use the type argument name when possible | Esteban Küber | -8/+8 |
| 2019-05-31 | Alternative wording for inference failure | Esteban Küber | -11/+11 |
| 2019-05-31 | Add more detail to type inference error | Esteban Küber | -12/+12 |
| 2019-05-31 | fix tidy | Esteban Küber | -9/+5 |
| 2019-05-30 | Remove unecessary `-Z continue-parse-after-error` from tests | Esteban Küber | -2/+2 |
| 2019-05-30 | Explicitly suggest 'type_ascription' feature | Janusz Marcinkiewicz | -2/+2 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -371/+371 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -371/+371 |
| 2019-05-28 | Rollup merge of #61220 - imbrem:error_explanations, r=estebank | Mazdak Farrokhzad | -0/+1 |
| 2019-05-27 | Incorporated suggested changes | Jad Ghalayini | -0/+1 |
| 2019-05-27 | Auto merge of #61140 - estebank:attr-diagnostics, r=michaelwoerister | bors | -6/+6 |
| 2019-05-26 | Rollup merge of #61189 - oli-obk:turbofish_ice, r=varkor | Mazdak Farrokhzad | -0/+33 |
| 2019-05-26 | Rollup merge of #61144 - estebank:issue-61108, r=matthewjasper | Mazdak Farrokhzad | -0/+24 |
| 2019-05-25 | Turn ICE on type arguments on variables into an error | Oliver Scherer | -0/+33 |
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -6/+6 |
| 2019-05-24 | Suggest borrowing for loop head on move error | Esteban Küber | -0/+24 |
| 2019-05-24 | Add auxiliary issue file | varkor | -0/+18 |
| 2019-05-24 | Move some issues into the issues folder | varkor | -0/+590 |
| 2019-05-24 | Move async/await tests to test/ui/async-await | varkor | -115/+0 |
| 2019-05-23 | Remove subtle Default impl for Value | John Kåre Alsaker | -44/+7 |
| 2019-05-22 | Rollup merge of #60809 - jethrogb:jb/nll-faq, r=pnkfelix | Mazdak Farrokhzad | -0/+7 |
| 2019-05-21 | Add FAQ for NLL migration | Jethro Beekman | -0/+7 |
| 2019-05-20 | Addressed more points raised in review. | Alexander Regueiro | -4/+13 |
| 2019-05-20 | Update tests. | Alexander Regueiro | -8/+18 |
| 2019-05-19 | Rollup merge of #60924 - estebank:try-msg, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-05-18 | Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakis | bors | -1/+3 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -5/+2 |
| 2019-05-17 | Explain that ? converts the error type using From | Esteban Küber | -0/+1 |
| 2019-05-17 | Rollup merge of #60901 - estebank:str-str-str, r=Centril | Manish Goregaokar | -2/+2 |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -73/+358 |
| 2019-05-16 | review comments | Esteban Küber | -2/+2 |
| 2019-05-16 | fixed issues relating to line numbers being shifted | Dario Gonzalez | -1/+1 |
| 2019-05-16 | Added ignore-sgx for appropriate tests | Dario Gonzalez | -0/+2 |
| 2019-05-16 | Point at enclosing fn/closure when it's not async | Esteban Küber | -7/+6 |
| 2019-05-16 | tidy fix | Esteban Küber | -1/+1 |
| 2019-05-16 | Parse alternative incorrect uses of await and recover | Esteban Küber | -2/+10 |
| 2019-05-15 | update test to match new doc(hidden) thread_local api | tyler | -7/+7 |
| 2019-05-15 | restructure thread_local! for better codegen (especially on macos) | tyler | -8/+6 |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -67/+25 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -6/+333 |
| 2019-05-12 | Fix HIR printing of existential type #60662 | Pulkit Goyal | -0/+25 |