| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-06-16 | stdlib: Introduce an ivec module into the standard library; add a minimal ↵ | Patrick Walton | -0/+1 | |
| test case | ||||
| 2011-06-16 | Removing dead upcall_join. Closes #509. | Eric Holk | -1/+0 | |
| 2011-06-16 | Get rid of old vec_append glue. | Michael Sullivan | -2/+0 | |
| 2011-06-16 | rt: Add an ivec length intrinsic and an ivec reserve function, both untested ↵ | Patrick Walton | -0/+1 | |
| as of yet | ||||
| 2011-06-14 | Implement upcall_vec_append and use it for vector append. | Michael Sullivan | -0/+1 | |
| 2011-06-13 | rustc: Implement simple interior vector append translation | Patrick Walton | -0/+2 | |
| 2011-06-13 | This is the mega-ucontext commit. It replaces the task switching mechanism ↵ | Eric Holk | -0/+2 | |
| with a new one inspired by ucontext. It works under Linux, OS X and Windows, and is Valgrind clean on Linux and OS X (provided the runtime is built with gcc). This commit also moves yield and join to the standard library, as requested in #42. Join is currently a no-op though. | ||||
| 2011-05-31 | Move rust_vec_append_glue to rt. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-05-31 | Fix the bots. | Rafael Ávila de Espíndola | -1/+0 | |
| 2011-05-25 | Fix non linux bots. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-05-24 | Dead code. | Rafael Ávila de Espíndola | -1/+0 | |
| 2011-05-24 | Dead code. | Rafael Ávila de Espíndola | -1/+0 | |
| 2011-05-19 | Remove rustboot-related logging hacks | Marijn Haverbeke | -2/+0 | |
| (Also, feel free to start adding logging to your code. Really. It's fast.) | ||||
| 2011-05-11 | Introduce str_slice runtime function | Brian Anderson | -0/+1 | |
| This reduces the time to execute the new lib-str tests from 1:40ish to a few seconds and will eventually allow the full lib-sha1 test to run in a reasonable amount of time. XFAIL lib-str in stage0 - it will run very slowly until the next snapshot. | ||||
| 2011-04-29 | stdlib: Add a Time module to the standard library | Patrick Walton | -0/+1 | |
| 2011-04-27 | stdlib/rt: Add an unsafe function to cast immutable vectors to mutable ones | Patrick Walton | -0/+1 | |
| 2011-04-27 | rt: Add str_vec to the def file. Puts out burning tinderbox. | Patrick Walton | -0/+1 | |
| 2011-04-21 | stdlib: Add a pointer equality function to the standard library and a test case | Patrick Walton | -0/+1 | |
| 2011-04-19 | add rustboot-specific log upcalls to .def file | Marijn Haverbeke | -0/+2 | |
| 2011-03-25 | Parse FP literals without coercing to int. This allows parsing 64-bit | Tim Chevalier | -0/+1 | |
| floats. However, if someone writes a literal that can't be represented precisely in 64 bits, the front-end will accept it while the back-end will (presumably) complain. | ||||
| 2011-03-25 | Start making the standard-lib utf-8 aware | Marijn Haverbeke | -0/+1 | |
| Finally implements _str.is_utf8, adds from_chars, from_char, to_chars, char_at, char_len, (push|pop|shift|unshift)_char. Also, proper character I/O for streams. | ||||
| 2011-03-25 | Placate win32 build; no idea how it can be working currently on tinderbox. | Graydon Hoare | -0/+2 | |
| 2011-03-25 | A first stab at the 'nbody' demo, with support for calling C sqrt(). | Lindsey Kuper | -0/+2 | |
| 2011-03-24 | build: Generate an object file for stage0/libstd.dylib | Patrick Walton | -0/+1 | |
| 2011-03-24 | rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; ↵ | Patrick Walton | -0/+1 | |
| XFAIL use-import-export.rs in rustc | ||||
| 2011-03-24 | Add .def.in files that I forgot to stage. Should put out burning tinderboxes ↵ | Patrick Walton | -0/+68 | |
| on Windows and Darwin. | ||||
