| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-17 | Replace local backtrace with def-use, repair std macro spans | Jonathan Turner | -31/+0 | |
| 2016-05-28 | Fix fallout in tests | Jeffrey Seyfried | -4/+4 | |
| 2016-05-18 | Fix bug in macro expression spans | Jeffrey Seyfried | -4/+4 | |
| 2016-03-16 | Stop ignoring expected note/help messages in compiletest suite. | Corey Farwell | -1/+2 | |
| Original issue: https://github.com/rust-lang/rust/issues/21195 Relevant PR: https://github.com/rust-lang/rust/pull/30778 Prior to this commit, if a compiletest testcase included the text "HELP:" or "NOTE:" (note the colons), then it would indicate to the compiletest suite that we should verify "help" and "note" expected messages. This commit updates this check to also check "HELP" and "NOTE" (not the absense of colons) so that we always verify "help" and "note" expected messages. | ||||
| 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 | |
