| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -100/+0 | |
| 2021-10-15 | Bless tests | Cameron Steffen | -4/+4 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -2/+2 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -8/+8 | |
| When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error. | ||||
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+14 | |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+2 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -2/+2 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -10/+10 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -8/+8 | |
| 2018-05-22 | Remove the unstable Float trait | Simon Sapin | -8/+8 | |
| Following up to #49896 and #50629. Fixes #32110. E0689 is weird. | ||||
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -8/+8 | |
| Affected methods are `abs`, `signum`, and `powi`. CC https://github.com/rust-lang/rust/issues/32110#issuecomment-379503183 | ||||
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -9/+9 | |
| 2018-03-14 | update tests | Guillaume Gomez | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -16/+16 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+2 | |
| 2018-01-04 | Do not use casting for suggestion to add type to numeric literal | Esteban Küber | -4/+4 | |
| 2018-01-03 | Provide suggestion when trying to use method on numeric literal | Esteban Küber | -7/+33 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -6/+6 | |
| 2017-07-07 | Fold E0613 into E0609 | boreeas | -2/+2 | |
| Resolves #42945 | ||||
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-06-15 | Add E0613 | Guillaume Gomez | -2/+2 | |
| 2017-06-15 | Add E0612 | Guillaume Gomez | -2/+2 | |
| 2017-06-12 | Add E0610 | Guillaume Gomez | -2/+2 | |
| 2017-06-11 | Add E0609 | Guillaume Gomez | -2/+2 | |
| 2017-05-27 | Add new error codes and update tests | Guillaume Gomez | -2/+2 | |
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2016-10-02 | Improve error message and snippet for "did you mean `x`" | Gavin Baker | -6/+6 | |
| - Fixes #36164 - Part of #35233 - handles unknown fields - uses UI-style tests - update all related tests (cfail, ui, incremental) | ||||
| 2016-08-17 | Replace local backtrace with def-use, repair std macro spans | Jonathan Turner | -0/+56 | |
