| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -58/+0 | |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 | |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -1/+1 | |
| When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error. | ||||
| 2021-03-05 | expand: Introduce enum for module loading errors and make module loading ↵ | Vadim Petrochenkov | -4/+4 | |
| speculative | ||||
| 2020-03-18 | tweak outline module parsing spans | Mazdak Farrokhzad | -6/+11 | |
| 2020-03-18 | submod_path: use id.span | Mazdak Farrokhzad | -9/+6 | |
| 2020-02-24 | parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token` | Vadim Petrochenkov | -4/+8 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -99/+5 | |
| 2018-11-23 | Keep label on moved spans and point at macro invocation on parse error | Esteban Küber | -4/+4 | |
| 2018-11-23 | Point at end of macro arm when encountering EOF | Esteban Küber | -4/+5 | |
| Fix #52866 | ||||
| 2018-09-08 | Stabilization change for mod.rs | Rusty Blitzerr | -60/+0 | |
| This change is in response to https://github.com/rust-lang/rust/issues/53125. The patch makes the feature accepted and removes the tests that tested the non-accepted status of the feature. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+205 | |
