about summary refs log tree commit diff
path: root/src/rt/rustrt.def.in
AgeCommit message (Collapse)AuthorLines
2011-03-25Parse FP literals without coercing to int. This allows parsing 64-bitTim 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-25Start making the standard-lib utf-8 awareMarijn 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-25Placate win32 build; no idea how it can be working currently on tinderbox.Graydon Hoare-0/+2
2011-03-25A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper-0/+2
2011-03-24build: Generate an object file for stage0/libstd.dylibPatrick Walton-0/+1
2011-03-24rustc: 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-24Add .def.in files that I forgot to stage. Should put out burning tinderboxes ↵Patrick Walton-0/+68
on Windows and Darwin.