about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Collapse)AuthorLines
2011-12-16Install and snapshot cargo by default.Graydon Hoare-0/+3
2011-12-16Update build machinery to build and install librustc everywhere (including ↵Graydon Hoare-0/+3
snapshots).
2011-12-13Attempt to fix windows builder.Graydon Hoare-2/+6
2011-12-13Register new snapshots and teach snapshot script to deal with extracting ↵Graydon Hoare-21/+3
new-style versioned snapshots.
2011-12-12build: Temp hack to make transition to new snapshotHaitao Li-1/+18
2011-12-12Update snapshot scripts to pick up the versioned librariesHaitao Li-9/+21
2011-12-07Register new snapshots (containing libcore auto-importing it now).Graydon Hoare-3/+0
2011-12-07Change snapshot script to pick up host libcore as well.Graydon Hoare-6/+18
2011-12-07Merge branch 'master' of github.com:graydon/rustGraydon Hoare-3/+4
2011-12-06Fix condition in snapshot script. Argv is never 2 long, it can be 3 or 4.Graydon Hoare-1/+1
2011-12-05correct the use of 'sed -i'Niko Matsakis-3/+4
2011-12-02build: added CFG_INSTALL_SNAP for automatically activating test snapshotsStefan Plantikow-2/+36
This is only guaranteed to work when building in the top-level dir
2011-12-01stdlib: Implement some preliminary libuv bindingsBrian 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-29make check-fast workNiko Matsakis-2/+2
2011-11-29tweak to get windows test-running correctNiko Matsakis-1/+2
2011-11-29fix to new model where triple is explicitNiko Matsakis-5/+5
2011-11-29update snapshot scriptsNiko Matsakis-21/+20
2011-11-29basic builds functionNiko Matsakis-2/+4
2011-11-24Use new mod syntax in check-fast driverBrian Anderson-1/+2
2011-11-23doc: Build keywords multitable automaticallyHaitao 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-08Re-add libuv as a submodule.Erick Tryzelaar-4/+4
2011-11-08Make task_sleep an intrinsic.Brian Anderson-3/+10
2011-11-07Upgrade libuv to f1859eb841be2fe48512bc10e64556383f408b01Brian Anderson-3/+3
2011-11-02enable intrinsics for multiple archNiko Matsakis-0/+19
2011-11-02start going back to an i386 buildNiko Matsakis-4/+7
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-33/+35
right now there are many temporary hacks, search for NDM to find them
2011-10-31Register snapshotsBrian Anderson-10/+1
2011-10-31Update snapshot scripts for new stdlib nameBrian Anderson-2/+11
2011-10-29Update keyword list in vim/syntax/rust.vimMatt Brubeck-6/+6
Removed: iter, each, put, macro, meta, syntax, port, spawn Added: block, copy
2011-10-22Update src/etc/gyp-uvBrian Anderson-7/+9
Make instructions more accurate. Make the sed commands work on linux.
2011-10-12move ctags.rust into src/etcNiko Matsakis-0/+7
2011-10-07Make windows package uninstallableBrian Anderson-0/+24
2011-10-07Make windows packaging work againBrian Anderson-10/+13
2011-10-05Add more valgrind suppressions for __libc_freeresBrian Anderson-0/+9
Somehow these started showing up on the tinderbox
2011-09-29Register snapshots and finish filesystem reorgBrian Anderson-11/+1
2011-09-29Update snapshot scripts for the new regimeBrian Anderson-6/+6
2011-09-29vim: Add `pure` to the list of keywordsPatrick Walton-2/+2
2011-09-28Eliminate glue.o. Closes #990Brian Anderson-2/+12
2011-09-28vim: `const` is a keywordPatrick Walton-2/+2
2011-09-23Add libuv upgrade instructions to src/etc/gyp-uvErick Tryzelaar-0/+13
2011-09-23Update 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-11Don't check-fast xfail-win32 testsBrian Anderson-1/+2
2011-09-02Remove transitional code from combine-tests.py. Issue #855Brian Anderson-7/+1
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-1/+1
Closes #799
2011-08-30Allow main to take istrs. Issue #855Brian Anderson-0/+6
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-1/+1
2011-08-26Add a valgrind suppression for the llvm::User leakBrian 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-24Fix combine-tests.py for new ivec regimeBrian Anderson-1/+1
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-2/+2
Converting rustc will still take a snapshot
2011-08-14Register new snapshotsBrian Anderson-10/+1
Use main.o from the snapshot