| Age | Commit message (Expand) | Author | Lines |
| 2019-09-28 | Rollup merge of #64793 - immunant:format_spans, r=matthewjasper | Mazdak Farrokhzad | -6/+3 |
| 2019-09-28 | Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centril | bors | -1/+2 |
| 2019-09-28 | Implement CRs | Wojciech Baranowski | -0/+3 |
| 2019-09-27 | --bless --compare-mode=nll | Mazdak Farrokhzad | -33/+0 |
| 2019-09-26 | Rollup merge of #64783 - onehr:onehrxn, r=varkor | Mazdak Farrokhzad | -0/+31 |
| 2019-09-26 | issue-#45696: remove ignore-compare-mode-nll | Mazdak Farrokhzad | -10/+6 |
| 2019-09-26 | issue-#45696-scribble...: remove outdated comment. | Mazdak Farrokhzad | -5/+3 |
| 2019-09-26 | rm "src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.migrate.stderr" | Mazdak Farrokhzad | -36/+0 |
| 2019-09-26 | remove feature(nll) in more cases. | Mazdak Farrokhzad | -19/+6 |
| 2019-09-26 | remove feature(nll) from #45157 test. | Mazdak Farrokhzad | -30/+1 |
| 2019-09-26 | Adjust & --bless tests due to no longer downgrading NLL errors on 2015. | Mazdak Farrokhzad | -155/+54 |
| 2019-09-25 | Add test case for issue #64732 | Haoran Wang | -0/+31 |
| 2019-09-25 | Fix format macro expansions spans to be macro-generated | Stephen Crane | -6/+3 |
| 2019-09-25 | update ui tests | Guillaume Gomez | -1/+2 |
| 2019-09-24 | fix rebase | Esteban Küber | -1/+1 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -13/+30 |
| 2019-09-24 | Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn | Oliver Scherer | -10/+1 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -6/+2 |
| 2019-09-23 | Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril | bors | -0/+13 |
| 2019-09-23 | Rollup merge of #64674 - estebank:knock-down-the-wall, r=Centril | Mazdak Farrokhzad | -0/+13 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -1/+1 |
| 2019-09-22 | Point at type param when it's cause of unfulfilled obligation | Esteban Küber | -6/+6 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -1/+3 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -29/+29 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -55/+55 |
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -2/+14 |
| 2019-09-22 | Auto merge of #64669 - estebank:unreachable, r=Centril | bors | -12/+6 |
| 2019-09-21 | review comments | Esteban Küber | -1/+1 |
| 2019-09-21 | Propagate `types.err` in locals further to avoid spurious knock-down errors | Esteban Küber | -0/+13 |
| 2019-09-21 | Do not trigger unreachable lint in async body and Use span labels | Esteban Küber | -12/+6 |
| 2019-09-21 | Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebank | Mazdak Farrokhzad | -2/+33 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -0/+13 |
| 2019-09-21 | unify errors for tuple/struct variants | Guanqun Lu | -2/+33 |
| 2019-09-21 | Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkor | Mazdak Farrokhzad | -0/+24 |
| 2019-09-21 | Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank | Mazdak Farrokhzad | -0/+12 |
| 2019-09-21 | Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk | Mazdak Farrokhzad | -0/+2 |
| 2019-09-20 | Fix the span used to suggest avoiding for-loop moves | Josh Stone | -0/+24 |
| 2019-09-20 | Exempt extern "Rust" from improper_ctypes | Josh Stone | -0/+12 |
| 2019-09-20 | Auto merge of #64498 - estebank:point-at-arg, r=Centril | bors | -27/+57 |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -27/+57 |
| 2019-09-19 | Rollup merge of #64592 - Aaron1011:feature/unreachable-span, r=Centril | Mazdak Farrokhzad | -0/+11 |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -0/+13 |
| 2019-09-18 | Point at original span when emitting unreachable lint | Aaron Hill | -0/+11 |
| 2019-09-19 | Fix a minor grammar nit, update UI tests | James Munns | -1/+1 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -39/+0 |
| 2019-09-16 | Tweak unsatisfied HRTB errors | Esteban Küber | -24/+52 |
| 2019-09-15 | resolve: Remove `!` from "cannot find" diagnostics for macros | Vadim Petrochenkov | -12/+12 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -6/+6 |
| 2019-09-15 | Rollup merge of #64471 - Mark-Simulacrum:warn-depr-attr, r=Centril | Mazdak Farrokhzad | -3/+0 |
| 2019-09-15 | Rollup merge of #64463 - petrochenkov:expectattr, r=Centril | Mazdak Farrokhzad | -4/+4 |