| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-16 | Install and snapshot cargo by default. | Graydon Hoare | -0/+3 | |
| 2011-12-16 | Update build machinery to build and install librustc everywhere (including ↵ | Graydon Hoare | -0/+3 | |
| snapshots). | ||||
| 2011-12-13 | Attempt to fix windows builder. | Graydon Hoare | -2/+6 | |
| 2011-12-13 | Register new snapshots and teach snapshot script to deal with extracting ↵ | Graydon Hoare | -21/+3 | |
| new-style versioned snapshots. | ||||
| 2011-12-12 | build: Temp hack to make transition to new snapshot | Haitao Li | -1/+18 | |
| 2011-12-12 | Update snapshot scripts to pick up the versioned libraries | Haitao Li | -9/+21 | |
| 2011-12-07 | Register new snapshots (containing libcore auto-importing it now). | Graydon Hoare | -3/+0 | |
| 2011-12-07 | Change snapshot script to pick up host libcore as well. | Graydon Hoare | -6/+18 | |
| 2011-12-07 | Merge branch 'master' of github.com:graydon/rust | Graydon Hoare | -3/+4 | |
| 2011-12-06 | Fix condition in snapshot script. Argv is never 2 long, it can be 3 or 4. | Graydon Hoare | -1/+1 | |
| 2011-12-05 | correct the use of 'sed -i' | Niko Matsakis | -3/+4 | |
| 2011-12-02 | build: added CFG_INSTALL_SNAP for automatically activating test snapshots | Stefan Plantikow | -2/+36 | |
| This is only guaranteed to work when building in the top-level dir | ||||
| 2011-12-01 | stdlib: Implement some preliminary libuv bindings | Brian Anderson | -0/+23 | |
| std::uv is intended to be low-level, exactly mirroring the C API. Difficult to continue the implementation now without scheduler improvements. | ||||
| 2011-11-29 | make check-fast work | Niko Matsakis | -2/+2 | |
| 2011-11-29 | tweak to get windows test-running correct | Niko Matsakis | -1/+2 | |
| 2011-11-29 | fix to new model where triple is explicit | Niko Matsakis | -5/+5 | |
| 2011-11-29 | update snapshot scripts | Niko Matsakis | -21/+20 | |
| 2011-11-29 | basic builds function | Niko Matsakis | -2/+4 | |
| 2011-11-24 | Use new mod syntax in check-fast driver | Brian Anderson | -1/+2 | |
| 2011-11-23 | doc: Build keywords multitable automatically | Haitao Li | -0/+103 | |
| Keywords are now listed in a plain text file. They're sorted in column-major order and rendered as a texinfo multitable in rust.texi. Fixes issue #1216. | ||||
| 2011-11-08 | Re-add libuv as a submodule. | Erick Tryzelaar | -4/+4 | |
| 2011-11-08 | Make task_sleep an intrinsic. | Brian Anderson | -3/+10 | |
| 2011-11-07 | Upgrade libuv to f1859eb841be2fe48512bc10e64556383f408b01 | Brian Anderson | -3/+3 | |
| 2011-11-02 | enable intrinsics for multiple arch | Niko Matsakis | -0/+19 | |
| 2011-11-02 | start going back to an i386 build | Niko Matsakis | -4/+7 | |
| 2011-11-02 | hack around on makefiles trying to get a 64 bit build | Niko Matsakis | -33/+35 | |
| right now there are many temporary hacks, search for NDM to find them | ||||
| 2011-10-31 | Register snapshots | Brian Anderson | -10/+1 | |
| 2011-10-31 | Update snapshot scripts for new stdlib name | Brian Anderson | -2/+11 | |
| 2011-10-29 | Update keyword list in vim/syntax/rust.vim | Matt Brubeck | -6/+6 | |
| Removed: iter, each, put, macro, meta, syntax, port, spawn Added: block, copy | ||||
| 2011-10-22 | Update src/etc/gyp-uv | Brian Anderson | -7/+9 | |
| Make instructions more accurate. Make the sed commands work on linux. | ||||
| 2011-10-12 | move ctags.rust into src/etc | Niko Matsakis | -0/+7 | |
| 2011-10-07 | Make windows package uninstallable | Brian Anderson | -0/+24 | |
| 2011-10-07 | Make windows packaging work again | Brian Anderson | -10/+13 | |
| 2011-10-05 | Add more valgrind suppressions for __libc_freeres | Brian Anderson | -0/+9 | |
| Somehow these started showing up on the tinderbox | ||||
| 2011-09-29 | Register snapshots and finish filesystem reorg | Brian Anderson | -11/+1 | |
| 2011-09-29 | Update snapshot scripts for the new regime | Brian Anderson | -6/+6 | |
| 2011-09-29 | vim: Add `pure` to the list of keywords | Patrick Walton | -2/+2 | |
| 2011-09-28 | Eliminate glue.o. Closes #990 | Brian Anderson | -2/+12 | |
| 2011-09-28 | vim: `const` is a keyword | Patrick Walton | -2/+2 | |
| 2011-09-23 | Add libuv upgrade instructions to src/etc/gyp-uv | Erick Tryzelaar | -0/+13 | |
| 2011-09-23 | Update to libuv commit 3ca382. | Erick Tryzelaar | -0/+36 | |
| 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-09-11 | Don't check-fast xfail-win32 tests | Brian Anderson | -1/+2 | |
| 2011-09-02 | Remove transitional code from combine-tests.py. Issue #855 | Brian Anderson | -7/+1 | |
| 2011-08-31 | Replace xfail-stageN with simply xfail-test | Marijn Haverbeke | -1/+1 | |
| Closes #799 | ||||
| 2011-08-30 | Allow main to take istrs. Issue #855 | Brian Anderson | -0/+6 | |
| 2011-08-27 | Convert std::io to istrs. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-08-26 | Add a valgrind suppression for the llvm::User leak | Brian Anderson | -0/+6 | |
| It's been around forever. I don't know what it is, but I need the compiler to be valgrind clean for the istr transition so I'm suppressing it. | ||||
| 2011-08-24 | Fix combine-tests.py for new ivec regime | Brian Anderson | -1/+1 | |
| 2011-08-16 | Convert most main functions to the ivec signature | Brian Anderson | -2/+2 | |
| Converting rustc will still take a snapshot | ||||
| 2011-08-14 | Register new snapshots | Brian Anderson | -10/+1 | |
| Use main.o from the snapshot | ||||
