about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-03-25Un-XFAIL task-comm-4, 5 & 6Brian Anderson-3/+0
2011-03-25Ignore artifacts from in-tree buildsBrian Anderson-0/+5
2011-03-25make lexer unicode-aware for strings and char literalsMarijn Haverbeke-8/+7
2011-03-25Start making the standard-lib utf-8 awareMarijn Haverbeke-45/+287
2011-03-25fix pretty-printerMarijn Haverbeke-6/+10
2011-03-25Don't delete rust.texi on 'make clean'Graydon Hoare-1/+2
2011-03-25Untabify Makefile entry.Graydon Hoare-1/+1
2011-03-25Placate win32 build; no idea how it can be working currently on tinderbox.Graydon Hoare-4/+21
2011-03-25A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper-1/+219
2011-03-24build: Generate an object file for stage0/libstd.dylibPatrick Walton-12/+24
2011-03-24rustc: XFAIL use.rs too. Should put out burning tinderbox.Patrick Walton-0/+1
2011-03-24Start hooking resolve into creater.Graydon Hoare-5/+38
2011-03-24rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...Patrick Walton-9/+53
2011-03-24Remove obsolete Makefiles.Graydon Hoare-1006/+0
2011-03-24build: Add -Wl,-whole-archive to the link flags. Should put out the burning t...Patrick Walton-4/+7
2011-03-24build: Use "true" instead of /bin/true, since it's /usr/bin/true on DarwinPatrick Walton-1/+1
2011-03-24Improve error message when the lexer sees a bad characterTim Chevalier-1/+2
2011-03-24Add .def.in files that I forgot to stage. Should put out burning tinderboxes ...Patrick Walton-0/+654
2011-03-24Generate the platform-specific .def files at build timePatrick Walton-1976/+20
2011-03-24Make symbol resolution failures log under rust_log::ERR flag as well.Graydon Hoare-3/+4
2011-03-24Teach creader about reading ty_float, and trim trailing whitespace.Graydon Hoare-1/+2
2011-03-24Add trailing semicolons to Linux .def filesPatrick Walton-2/+2
2011-03-24Add a Linux .def file. Might put out burning tinderbox.Patrick Walton-3/+663
2011-03-24rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox.Patrick Walton-8/+664
2011-03-24XFAIL floating point tests in rustc to put out burning tinderboxPatrick Walton-1/+2
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-23build: Use the .def files when linking on WindowsPatrick Walton-1/+6
2011-03-23rustllvm: Update rustllvm.def. The old one was missing a lot.Patrick Walton-459/+620
2011-03-23build: On newer MinGWs it seems that flexlink needs "-cclib -L/usr/lib". Add ...Patrick Walton-0/+4
2011-03-23Revert "Change the type of the second argument of upcalls to be a %task*.", b...Graydon Hoare-13/+13
2011-03-23More bandaids for win32.Graydon Hoare-13/+5
2011-03-23Support for 'float' in type signatures.Lindsey Kuper-3/+25
2011-03-23build: Fix minor typo in "cp" outputPatrick Walton-1/+1
2011-03-23rustc: Write out crate metadataPatrick Walton-6/+293
2011-03-23Split too-long 'tidy' command-line up using xargs, for win32.Graydon Hoare-2/+3
2011-03-23More miserable win32 configury fixes. Getting closer.Graydon Hoare-5/+19
2011-03-23Silly typo.Graydon Hoare-2/+2
2011-03-23Guard texi2pdf on tex probe as well. OSX package systems are real permissive.Graydon Hoare-1/+6
2011-03-23Someday I'll have a talk with the person who thought backslashes were wise in...Graydon Hoare-8/+20
2011-03-23Add layer of indirection to differentiate LD_LIBRARY_PATH vs. DYLD_LIBRARY_PATH.Graydon Hoare-2/+5
2011-03-23Calculate git-derived versions correctly when out-of-tree.Graydon Hoare-4/+4
2011-03-23Fix the float XFAILs in Makefile.in.Graydon Hoare-2/+2
2011-03-23Pick up new XFAIL from Makefile.Graydon Hoare-0/+1
2011-03-23Add doc rules to Makefile.inGraydon Hoare-2/+39
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-25/+152
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