| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -6/+6 | |
| Reword E0044 and message for `!Send` types - Reword E0044 help. - Change error message for types that don't implement `Send` CC #45092, #46678, #24909, #33307. | ||||
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -6/+6 | |
| - Reword E0044 help. - Change error message for types that don't implement `Send` | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -6/+6 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2018-01-15 | On E0283, point at method with the requirements | Esteban Küber | -2/+10 | |
| On required type annotation diagnostic error, point at method with the requirements if the span is available. | ||||
| 2017-11-26 | mention nightly in -Z external-macro-backtrace note | Alex Burka | -2/+2 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -4/+4 | |
| 2017-11-22 | Auto merge of #45198 - oli-obk:fmt_args, r=sfackler | bors | -0/+54 | |
| Prevent fmt::Arguments from being shared across threads Fixes #45197 This is a **breaking change**! Without doing this it's very easy to create race conditions. There's probably a way to do this without breaking valid use cases, but it would require quite an overhaul of the formatting machinery. | ||||
| 2017-11-20 | address review comments | Alex Burka | -2/+2 | |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -2/+2 | |
| 2017-11-19 | update UI tests | Alex Burka | -2/+2 | |
| 2017-10-11 | Prevent fmt::Arguments from being shared across threads | Oliver Schneider | -0/+54 | |
| Fixes #45197 | ||||
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2016-11-11 | On fmt string with unescaped `{` note how to escape | Esteban Küber | -0/+36 | |
| On cases of malformed format strings where a `{` hasn't been properly escaped, like `println!("{");`, present a note explaining how to escape the `{` char. | ||||
