Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-07-29 | add more syscalls to io::FD | mekolat | 2 | -0/+35 |
2015-07-29 | replace socket write with send with MSG_NOSIGNAL | mekolat | 2 | -0/+5 |
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 2 | -0/+16 |
2015-01-22 | Generate most config parsers | Ben Longbons | 1 | -0/+5 |
2015-01-22 | Have I mentioned that I hate ADL? | Ben Longbons | 2 | -36/+38 |
2014-11-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 1 | -0/+5 |
2014-11-04 | Use the new ASTs | Ben Longbons | 1 | -1/+4 |
2014-10-29 | Item AST | Ben Longbons | 9 | -124/+396 |
2014-10-26 | Fix header ranking | Ben Longbons | 10 | -86/+911 |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 5 | -3/+36 |
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 3 | -79/+0 |
2014-09-30 | Rename enum Option to Opt0 | Ben Longbons | 1 | -2/+2 |
2014-08-25 | Merge branch 'hotfix' | Ben Longbons | 2 | -1/+35 |
2014-08-25 | Fix potential file corruption with partial writesv14.4.20 | Ben Longbons | 2 | -1/+35 |
2014-08-05 | In magic, use Variant for all the old anonymous nested unions | Ben Longbons | 1 | -15/+0 |
2014-08-05 | Move magic to its own namespace | Ben Longbons | 1 | -17/+22 |
2014-08-05 | Enums are not usually integers, sorry | Ben Longbons | 3 | -83/+115 |
2014-07-17 | Add dir annoyances | Ben Longbons | 8 | -1/+128 |
2014-07-01 | In order to disable them, diagnostic header must be public and included | Ben Longbons | 2 | -0/+4 |
2014-07-01 | You have succeeded in annoying mev14.7.1 | Ben Longbons | 1 | -1/+1 |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 5 | -18/+14 |
2014-06-27 | This is more reliable | Ben Longbons | 8 | -93/+69 |
2014-06-27 | Shut up already | Ben Longbons | 1 | -3/+3 |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 18 | -0/+59 |
2014-06-26 | Low hanging fruit | Ben Longbons | 5 | -81/+12 |
2014-04-26 | Stricter grep checks | Ben Longbons | 2 | -2/+2 |
2014-04-24 | Header cleanup | Ben Longbons | 10 | -14/+15 |
2014-04-22 | Make travis happy | Ben Longbons | 6 | -5/+7 |
2014-04-22 | Use strict ID types | Ben Longbons | 2 | -5/+11 |
2014-04-19 | Wouldn't it be nice to have some integers too? | Ben Longbons | 1 | -0/+3 |
2014-04-19 | Make clang and libc++ happy | Ben Longbons | 3 | -1/+5 |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 8 | -155/+155 |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 5 | -0/+80 |
2014-04-05 | Fix assert in multiline spans | Ben Longbons | 2 | -11/+12 |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -1/+0 |
2014-03-24 | Hopefully fix the build | Ben Longbons | 1 | -2/+2 |
2014-03-24 | Implement new magic frontend using sexpr | Ben Longbons | 3 | -7/+104 |
2014-03-16 | Clean up header organization | Ben Longbons | 10 | -38/+40 |
2014-02-08 | Implement AString | Ben Longbons | 9 | -36/+40 |
2014-02-07 | Name the terminal escapes | Ben Longbons | 2 | -0/+59 |
2014-02-07 | Explicitly delete more assignment operators | Ben Longbons | 3 | -0/+4 |
2014-02-06 | Fix build warnings | Ben Longbons | 1 | -0/+9 |
2014-02-06 | Wrap remaining FDs in a class | Ben Longbons | 12 | -85/+414 |
2014-01-20 | Add line and char readers | Ben Longbons | 3 | -0/+583 |
2013-12-28 | fix abort due to inverted condition | Ben Longbons | 1 | -1/+1 |
2013-12-23 | fix other build error | Ben Longbons | 1 | -1/+5 |
2013-12-21 | fix travis errors | Ben Longbons | 1 | -3/+8 |
2013-12-06 | Add basic source formatting tools | Ben Longbons | 5 | -58/+58 |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 7 | -6/+270 |
2013-11-15 | Unbreak build | Ben Longbons | 2 | -2/+2 |