| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add dl/ and .pyc files to .gitignore | Tim Chevalier | 2011-05-05 | 1 | -1/+2 |
| | | |||||
| * | Add *.pyc to .gitignore | Brian Anderson | 2011-05-04 | 1 | -0/+1 |
| | | |||||
| * | Continued sketching out code for checking states against preconditions. | Tim Chevalier | 2011-04-06 | 1 | -0/+1 |
| | | | | | | | | | | It's still sketchy. I added a typestate annotation field to statements tagged stmt_decl or stmt_expr, because a stmt_decl statement has a typestate that's different from that of its child node. This necessitated trivial changes to a bunch of other files all over to the compiler. I also added a few small standard library functions, some of which I didn't actually end up using but which I thought might be useful anyway. | ||||
| * | Gitignore the recommended build directory | Brian Anderson | 2011-04-02 | 1 | -0/+1 |
| | | |||||
| * | added Mac .DS_Store directory to .gitignore | Tim Chevalier | 2011-04-01 | 1 | -0/+1 |
| | | |||||
| * | Fix rules for gitignoring in-tree build artifacts to not ignore legitimate ↵ | Brian Anderson | 2011-03-26 | 1 | -3/+3 |
| | | | | | parts of the source tree | ||||
| * | Ignore artifacts from in-tree builds | Brian Anderson | 2011-03-25 | 1 | -0/+5 |
| | | |||||
| * | Ignore emacs autosave files. | Lindsey Kuper | 2011-03-18 | 1 | -0/+3 |
| | | |||||
| * | Ignore *.tmp to ignore lib-io.boot.tmp | Brian Anderson | 2011-01-30 | 1 | -0/+1 |
| | | |||||
| * | Fix .gitignore to re-ignore test binaries with new extensions | Brian Anderson | 2011-01-07 | 1 | -2/+2 |
| | | |||||
| * | Add .valgrindrc to .gitignore. | Graydon Hoare | 2011-01-03 | 1 | -0/+1 |
| | | |||||
| * | Allow every test to make a .tmp file that is cleaned up before execution. | Roy Frostig | 2010-08-20 | 1 | -0/+2 |
| | | |||||
| * | Added Eclipse's .project and .cproject to .gitignore. | Michael Bebenita | 2010-08-09 | 1 | -0/+2 |
| | | |||||
| * | Teach the makefile to generate .ll files, | Jeffrey Yasskin | 2010-07-22 | 1 | -0/+2 |
| | | | | | | which are helpful in debugging the llvm backend. Also tell git to ignore LLVM's intermediate files. | ||||
| * | Make the build system run dsymutil so we can debug llvm-produced binaries on ↵ | Jeffrey Yasskin | 2010-07-20 | 1 | -0/+1 |
| | | | | | OSX. | ||||
| * | permit use before import. closes #48 | Adam Bozanich | 2010-07-16 | 1 | -0/+1 |
| | | |||||
| * | Add more scratch files to .gitignore. | Graydon Hoare | 2010-07-03 | 1 | -0/+3 |
| | | |||||
| * | Ignore TAGS. | Graydon Hoare | 2010-06-24 | 1 | -0/+1 |
| | | |||||
| * | A couple more ignorable files. | Graydon Hoare | 2010-06-24 | 1 | -0/+4 |
| | | |||||
| * | Add more ignorable build artifacts. | Graydon Hoare | 2010-06-24 | 1 | -0/+14 |
| | | |||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+2 |
| | | |||||
| * | Initial git commit. | Graydon Hoare | 2010-06-16 | 1 | -0/+10 |