| Age | Commit message (Expand) | Author | Lines |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -16/+38 |
| 2020-02-02 | Point at `Sized` requirements | Esteban Küber | -0/+3 |
| 2020-02-02 | Slight rewording of diagnostic message | Esteban Küber | -4/+4 |
| 2020-02-02 | Use more accurate failed predicate spans | Esteban Küber | -32/+25 |
| 2020-02-02 | Tweak `Self: Sized` restriction diagnostic output | Esteban Küber | -8/+9 |
| 2020-02-02 | Point at `Sized` bound | Esteban Küber | -2/+7 |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -82/+45 |
| 2020-02-02 | move_ref_patterns: introduce tests | Mazdak Farrokhzad | -40/+0 |
| 2020-02-02 | Do not suggest duplicate bounds | Yuki Okushi | -4/+0 |
| 2020-02-02 | Fix ICE with save-analysis | Yuki Okushi | -1/+3 |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -12/+4 |
| 2020-02-01 | Auto merge of #68698 - tmiasko:catch-panic, r=Amanieu | bors | -0/+26 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -42/+42 |
| 2020-01-31 | Remove incorrect debug assertions from catch_unwind | Tomasz Miąsko | -0/+26 |
| 2020-01-30 | Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ... | bors | -18/+0 |
| 2020-01-28 | lintify conflicting_repr_hints | Mazdak Farrokhzad | -1/+11 |
| 2020-01-27 | Rollup merge of #68562 - hjung4:spell, r=jonas-schievink | Pietro Albini | -1/+1 |
| 2020-01-26 | update | comet | -1/+1 |
| 2020-01-27 | Auto merge of #68447 - estebank:sugg-type-param, r=petrochenkov | bors | -1/+3 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -1/+3 |
| 2020-01-26 | rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-01-24 | Add opt-level=0 to test | Thomas Lively | -1/+1 |
| 2020-01-24 | Update LLVM to fix crash on Emscripten targets | Thomas Lively | -0/+8 |
| 2020-01-24 | Normalise notes with the/is | varkor | -42/+42 |
| 2020-01-23 | Remove no longer valid test | Linus Färnstrand | -18/+0 |
| 2020-01-19 | review comments | Esteban Küber | -6/+6 |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ad... | Esteban Küber | -6/+30 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -17/+6 |
| 2020-01-17 | Auto merge of #68305 - Dylan-DPC:rollup-aoohsz8, r=Dylan-DPC | bors | -16/+114 |
| 2020-01-17 | Rollup merge of #68195 - estebank:impl-trait-2000, r=Centril | Dylan DPC | -0/+9 |
| 2020-01-17 | Auto merge of #67731 - matthewjasper:drop-in-place-reclimit, r=eddyb | bors | -36/+0 |
| 2020-01-16 | Ignore some tests on platforms without libstd spans | Vadim Petrochenkov | -2/+7 |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -14/+98 |
| 2020-01-16 | review comments | Esteban Küber | -2/+2 |
| 2020-01-16 | When trait bounds are missing for return values, point at them | Esteban Küber | -0/+9 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -6/+6 |
| 2020-01-15 | Add test for issue-66473 | Yuki Okushi | -0/+0 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -3/+3 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -3/+3 |
| 2020-01-11 | Rollup merge of #67930 - lzutao:result-as_deref, r=dtolnay | Mazdak Farrokhzad | -38/+2 |
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -5/+28 |
| 2020-01-11 | Update test after renaming Result::as_deref | Lzu Tao | -38/+2 |
| 2020-01-11 | Rollup merge of #68106 - varkor:self_self_use, r=estebank | Mazdak Farrokhzad | -0/+6 |
| 2020-01-11 | Rollup merge of #68084 - estebank:ice-68000, r=varkor | Mazdak Farrokhzad | -0/+67 |
| 2020-01-11 | Rollup merge of #68079 - varkor:E0013-clarify, r=Centril | Mazdak Farrokhzad | -9/+22 |
| 2020-01-10 | Fix issue with using `self` module via indirection | varkor | -0/+6 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -75/+76 |
| 2020-01-10 | Ignore platforms that can't point to std | Esteban Küber | -7/+15 |
| 2020-01-10 | Use `def_span` to minimize definition span to first line when possible | Esteban Küber | -28/+12 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -6/+37 |