| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-11-19 | .gitignore a bunch of artifacts of in-tree builds | Brian Anderson | -1/+6 | |
| 2011-09-23 | Update to libuv commit 3ca382. | Erick Tryzelaar | -1/+1 | |
| This patch changes libuv's gyp build system to make it's own makefiles. To generate them for rust, run these commands. They requires python 2.x to work: $ mkdir -p src/rt/libuv/build $ svn co http://gyp.googlecode.com/svn src/rt/libuv/build/gyp $ ./etc/src/gyp_uv | ||||
| 2011-07-13 | More additions to .gitignore. | Graydon Hoare | -0/+7 | |
| 2011-06-01 | Ignore files generated by Doxygen. | Lindsey Kuper | -0/+2 | |
| 2011-05-16 | Added .bz2 and stage1 directory to .gitignore | Tim Chevalier | -1/+3 | |
| 2011-05-16 | add dl/ and .pyc files to .gitignore | Tim Chevalier | -1/+1 | |
| 2011-05-05 | add dl/ and .pyc files to .gitignore | Tim Chevalier | -1/+2 | |
| 2011-05-04 | Add *.pyc to .gitignore | Brian Anderson | -0/+1 | |
| 2011-04-06 | Continued sketching out code for checking states against preconditions. | Tim Chevalier | -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. | ||||
| 2011-04-02 | Gitignore the recommended build directory | Brian Anderson | -0/+1 | |
| 2011-04-01 | added Mac .DS_Store directory to .gitignore | Tim Chevalier | -0/+1 | |
| 2011-03-26 | Fix rules for gitignoring in-tree build artifacts to not ignore legitimate ↵ | Brian Anderson | -3/+3 | |
| parts of the source tree | ||||
| 2011-03-25 | Ignore artifacts from in-tree builds | Brian Anderson | -0/+5 | |
| 2011-03-18 | Ignore emacs autosave files. | Lindsey Kuper | -0/+3 | |
| 2011-01-30 | Ignore *.tmp to ignore lib-io.boot.tmp | Brian Anderson | -0/+1 | |
| 2011-01-07 | Fix .gitignore to re-ignore test binaries with new extensions | Brian Anderson | -2/+2 | |
| 2011-01-03 | Add .valgrindrc to .gitignore. | Graydon Hoare | -0/+1 | |
| 2010-08-20 | Allow every test to make a .tmp file that is cleaned up before execution. | Roy Frostig | -0/+2 | |
| 2010-08-09 | Added Eclipse's .project and .cproject to .gitignore. | Michael Bebenita | -0/+2 | |
| 2010-07-22 | Teach the makefile to generate .ll files, | Jeffrey Yasskin | -0/+2 | |
| which are helpful in debugging the llvm backend. Also tell git to ignore LLVM's intermediate files. | ||||
| 2010-07-20 | Make the build system run dsymutil so we can debug llvm-produced binaries on ↵ | Jeffrey Yasskin | -0/+1 | |
| OSX. | ||||
| 2010-07-16 | permit use before import. closes #48 | Adam Bozanich | -0/+1 | |
| 2010-07-03 | Add more scratch files to .gitignore. | Graydon Hoare | -0/+3 | |
| 2010-06-24 | Ignore TAGS. | Graydon Hoare | -0/+1 | |
| 2010-06-24 | A couple more ignorable files. | Graydon Hoare | -0/+4 | |
| 2010-06-24 | Add more ignorable build artifacts. | Graydon Hoare | -0/+14 | |
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+2 | |
| 2010-06-16 | Initial git commit. | Graydon Hoare | -0/+10 | |
