| Age | Commit message (Expand) | Author | Lines |
| 2011-03-24 | rustc: Emit a better error message when a type is used where a value was expe... | Patrick Walton | -0/+5 |
| 2011-03-24 | rustc: Don't try to export symbols for crazy architectures from rustllvm.dll.... | Patrick Walton | -44/+0 |
| 2011-03-23 | rustc: Switch over to using rustllvm.dll exclusively, ending the "Franken-LLV... | Patrick Walton | -13/+7 |
| 2011-03-23 | rustllvm: Update rustllvm.def. The old one was missing a lot. | Patrick Walton | -459/+620 |
| 2011-03-23 | Revert "Change the type of the second argument of upcalls to be a %task*.", b... | Graydon Hoare | -13/+13 |
| 2011-03-23 | Support for 'float' in type signatures. | Lindsey Kuper | -2/+23 |
| 2011-03-23 | rustc: Write out crate metadata | Patrick Walton | -6/+293 |
| 2011-03-22 | stdlib: Provide a function to extract the underlying buf_writer from a writer | Patrick Walton | -0/+9 |
| 2011-03-22 | Further support for floating-point. Literals with exponents work | Tim Chevalier | -24/+150 |
| 2011-03-22 | stdlib: Add EBML writing functionality | Patrick Walton | -2/+67 |
| 2011-03-22 | stdlib: Add a convenience method for opening paths as a FILE | Patrick Walton | -0/+10 |
| 2011-03-22 | Add a test case for empty mutable vector literals, XFAIL'd in rustboot | Patrick Walton | -0/+5 |
| 2011-03-22 | stdlib: Make writers seekable; switch file writers to the C FILE interface to... | Patrick Walton | -14/+101 |
| 2011-03-22 | Change the type of the second argument of upcalls to be a %task*. | Rafael Ávila de Espíndola | -13/+13 |
| 2011-03-22 | Support for shorter error messages that are aware of objects' cnames. | Lindsey Kuper | -8/+26 |
| 2011-03-22 | Revert "Remove usages of case(_) { fail; } since the compiler does this autom... | Patrick Walton | -0/+11 |
| 2011-03-22 | lib: Add an EBML reader module | Patrick Walton | -0/+110 |
| 2011-03-22 | Added test case for floats | Tim Chevalier | -0/+14 |
| 2011-03-22 | Add some nesting to the else-if test case | Brian Anderson | -1/+24 |
| 2011-03-22 | Remove usages of case(_) { fail; } since the compiler does this automatically | Brian Anderson | -11/+0 |
| 2011-03-22 | Add a cleanup to trans_send. Express further confusion about cleanups in tran... | Brian Anderson | -2/+3 |
| 2011-03-22 | Add test for sending strings over channels | Brian Anderson | -0/+17 |
| 2011-03-22 | Remove a todo from trans_chan that doesn't appear necessary | Brian Anderson | -2/+0 |
| 2011-03-22 | Add a regression test for channels of nil, which happens to work in rustc, bu... | Brian Anderson | -0/+18 |
| 2011-03-22 | Generalize send/recv to work for more types | Brian Anderson | -15/+124 |
| 2011-03-22 | Un-XFAIL task-comm-4, 5 & 6 | Brian Anderson | -3/+0 |
| 2011-03-22 | Fix trans_recv | Brian Anderson | -4/+11 |
| 2011-03-22 | Implement trans_send and a broken trans_recv | Brian Anderson | -4/+42 |
| 2011-03-22 | Add codegen for ports and chans | Brian Anderson | -0/+120 |
| 2011-03-21 | Repair some fallout from pcwalton's last few build changes. | Graydon Hoare | -4/+4 |
| 2011-03-21 | Make floating-point operations work (neg, add, sub, mul, div, rem, | Tim Chevalier | -4/+51 |
| 2011-03-21 | Started adding support for floating-point type, floating-point literals, and ... | Tim Chevalier | -18/+87 |
| 2011-03-21 | Add a suitable .def file for rustrt.dll on Windows | Patrick Walton | -0/+70 |
| 2011-03-21 | Add a "last" function to return the last element of a vector to the standard ... | Patrick Walton | -0/+12 |
| 2011-03-21 | Add a binding to ftell() | Patrick Walton | -0/+7 |
| 2011-03-21 | Every upcall needs a task pointer to find the C stack. It is just that when | Rafael Ávila de Espíndola | -46/+66 |
| 2011-03-21 | Make the wrapper function of native functions private. | Rafael Ávila de Espíndola | -0/+2 |
| 2011-03-21 | The T_taskptr is already included in the n_args, don't add it twice. | Rafael Ávila de Espíndola | -5/+3 |
| 2011-03-21 | rustc: Remove uses of Unicode in type deserialization and fix vector-push ope... | Patrick Walton | -37/+40 |
| 2011-03-21 | rustc: Update type serialization and deserialization for the "mutable?" change | Patrick Walton | -10/+30 |
| 2011-03-21 | rustc: Merge in type serialization and deserialization | Marijn Haverbeke | -0/+277 |
| 2011-03-21 | Add some C99 and C++ compatibility headers for MSVC | Patrick Walton | -0/+649 |
| 2011-03-21 | Make lltaskptr a regular argument element in args in calls to trans_upcall2. | Rafael Ávila de Espíndola | -8/+8 |
| 2011-03-21 | Move calls to PtrToInt out of trans_upcall2. | Rafael Ávila de Espíndola | -3/+5 |
| 2011-03-20 | Modify native_item_fn to handle trailing linkage names that differ from the i... | Graydon Hoare | -18/+33 |
| 2011-03-20 | Switch win32 path_sep to '/', add comment explaining a bit. | Graydon Hoare | -1/+7 |
| 2011-03-20 | Add slightly nicer failure message to io.rs when it can't open a file. | Graydon Hoare | -1/+4 |
| 2011-03-20 | rustc: Internalize glue. Cuts libstd size by 8% or so. | Patrick Walton | -1/+3 |
| 2011-03-19 | Fix indentation in tidy. | Graydon Hoare | -1/+1 |
| 2011-03-19 | rustc: Only declare each native function once. std.rc now links. | Patrick Walton | -1/+15 |