| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-10-24 | Add test cases to validation/context.c for the Linux __cond_lock macro | Josh Triplett | 1 | -0/+20 |
| 2006-10-16 | Merge branch 'fix-defined-twice-error-on-empty-struct' into staging | Josh Triplett | 1 | -0/+43 |
| 2006-10-01 | [PATCH] handle fouled-bitwise | Al Viro | 1 | -0/+20 |
| 2006-09-30 | [PATCH] add support for __builtin_choose_expr() | Al Viro | 1 | -0/+4 |
| 2006-09-30 | [PATCH] fix duplicate initializer detection | Al Viro | 1 | -0/+12 |
| 2006-09-30 | [PATCH] fix for switch(bad_type) {...} segfault | Al Viro | 1 | -0/+7 |
| 2006-09-13 | "Initializer entry defined twice" should not trigger with zero-size fields | Josh Triplett | 1 | -0/+43 |
| 2006-07-05 | [PATCH] Add test cases for __context__ statement and context attribute | Josh Triplett | 1 | -0/+296 |
| 2006-05-09 | [PATCH] count_array_initializer() needs to know the type of element | Al Viro | 1 | -0/+15 |
| 2005-11-27 | [PATCH] Doh... | Al Viro | 1 | -0/+2 |
| 2005-11-27 | [PATCH] fixed stream->protect handling | Al Viro | 2 | -0/+10 |
| 2005-11-27 | [PATCH] fix places that didn't free preprocessor line for no reason. | Al Viro | 1 | -0/+5 |
| 2005-11-27 | [PATCH] remove bogus double warning on #define/#undef syntax | Al Viro | 1 | -0/+3 |
| 2005-11-27 | [PATCH] saner handling of #if[n]def syntax errors | Al Viro | 1 | -0/+7 |
| 2005-11-22 | [PATCH] shut up the bogus warnings about the #if'ed-out section | Al Viro | 1 | -0/+19 |
| 2005-11-22 | [PATCH] fix of compound literals on inlining | Al Viro | 1 | -0/+18 |
| 2005-11-16 | Re-name "error()" function to "sparse_error()" | Linus Torvalds | 1 | -1/+1 |
| 2005-06-26 | [PATCH] avoid segafult after parse errors in casts | Luc Van Oostenryck | 1 | -0/+6 |
| 2005-06-26 | [PATCH] avoid segfault after parse errors in assignements | Luc Van Oostenryck | 1 | -0/+6 |
| 2005-06-26 | [PATCH] avoid segfault after parse errors in array designated initializer | Luc Van Oostenryck | 1 | -0/+4 |
| 2005-06-26 | [PATCH] avoid segfault in check_byte_count() | Luc Van Oostenryck | 1 | -0/+6 |
| 2005-06-20 | [PATCH] segfault on bad ternary conditional | Luc Van Oostenryck | 1 | -0/+7 |
| 2005-04-07 | [PATCH] More validation tests | Ralf.Wildenhues@gmx.de | 6 | -0/+69 |
| 2005-04-07 | [PATCH] testcase for two-argument ?: | Alexander Viro | 1 | -0/+11 |
| 2005-04-07 | Tests for structure namespace issues. | welinder@troll.com | 2 | -0/+31 |
| 2005-04-07 | [PATCH] lazy-copy macro expansion in pre-processing | Alexander Viro | 4 | -0/+28 |
| 2005-04-07 | [PATCH] line-splicing fixes in sparse | Alexander Viro | 1 | -0/+62 |
| 2005-04-07 | [PATCH] comments handling fix in sparse | Alexander Viro | 1 | -0/+9 |
| 2005-04-07 | [PATCH] saner handling of argument lists | Alexander Viro | 1 | -0/+10 |
| 2005-04-07 | [PATCH] more sparse fixes (body parsing, beginning of ## handling) | Alexander Viro | 3 | -0/+39 |
| 2005-04-07 | [PATCH] Fix preprocessor expansion anti-recursion properly | Alexander Viro | 1 | -0/+5 |
| 2005-04-07 | Make the token pasting validation thing actually valid | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | More nasty tests from Al. | Linus Torvalds | 1 | -0/+9 |
| 2005-04-07 | More "noderef" validation examples | Linus Torvalds | 1 | -0/+6 |
| 2005-04-07 | More examples from Al showing us being lazy on types. | Linus Torvalds | 1 | -0/+10 |
| 2005-04-07 | Add a type conversion validation test. This | Linus Torvalds | 1 | -0/+4 |
| 2005-04-07 | Add more "noderef" validation tests. | Linus Torvalds | 1 | -1/+9 |
| 2005-04-07 | Add another test-case from Al. | Linus Torvalds | 1 | -0/+9 |
| 2005-04-07 | Add a few test-cases that Al Viro noted. | Linus Torvalds | 2 | -0/+34 |
| 2005-04-07 | [be] temporarily ignore size of a callee func call's return value. | Jeff Garzik | 1 | -0/+43 |
| 2005-04-07 | Add a test for '##' handling from the kernel sources, | Linus Torvalds | 1 | -0/+25 |
| 2005-04-07 | Add a type checking validation test-case that shows some of | Linus Torvalds | 1 | -0/+24 |
| 2005-04-07 | More preprocessor validation tests from comp.std.c. | Linus Torvalds | 3 | -0/+56 |
| 2005-04-07 | Add two preprocessor test-cases from comp.std.c. | Linus Torvalds | 2 | -0/+29 |