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