| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-09-10 | Don't print the macro definition site in backtraces | Jonas Schievink | -4/+5 | |
| This halves the backtrace length. The definition site wasn't very useful anyways, since it may be invalid (for compiler expansions) or located in another crate. Since the macro name is still printed, grepping for it is still an easy way of finding the definition. | ||||
| 2015-04-11 | Add compile-file/macro-backtrace-{invalid-internals,nested,println} tests | Ryan Prichard | -0/+29 | |
