| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -41/+0 | |
| 2016-09-26 | Update E0025 to new error format | Keith Yeung | -8/+17 | |
| 2016-03-16 | Stop ignoring expected note/help messages in compiletest suite. | Corey Farwell | -0/+1 | |
| 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-01-08 | Update compile fail tests to use usize. | Huon Wilson | -1/+1 | |
| 2014-10-24 | Update tests with the new error messages | Jakub Bukaj | -5/+17 | |
| 2014-06-29 | librustc: Don't ICE on binding same field multiple times in struct | Jonathan Bailey | -0/+19 | |
| pattern. | ||||
