[rust-dev] Release candidates

Hi, I've posted release candidates for 0.3 to the rust download server. These are still preliminary; I'd like to get a few shows-of-hands that they work right before announcing anything. In particular, the windows builds. This was an awkward build for windows as it appears gcc 4.7 (the "new" versions of mingw) can't build us properly, so you have to be using a 4.5 compiler / libgcc. That is, you need to use this mingw: http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-20110802/mingw-get-inst-20110802.exe/download and select its built-in package lists, not "the latest". Alternatively, if you're lucky enough to still have a 4.5-based mingw from last time around, it should still work. Annoyingly, we are still somewhat stuck in a narrow window of bootstrap capability due to libuv's aggressive use of newer system calls and such, so centOS 5.x and earlier (glibc pre-2.6) are known not to work for this series. We'll try to get that business sorted out in future releases, Anyway, that aside, here are some links. Please let me know what's wrong with them (if anything obvious), which platforms they work or don't-work on, any minor fixes to throw in last-minute: http://dl.rust-lang.org/dist/rust-0.3.tar.gz http://dl.rust-lang.org/dist/rust-0.3-install.exe Thanks, -Graydon