about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2011-03-31Fix error where make check would not produce compilers first, due to make's i...Graydon Hoare-0/+32
2011-03-31Improve 'clean' make target.Graydon Hoare-2/+3
2011-03-30Um, that'd be, align the word *before* retpc. Addresses point to the low part...Graydon Hoare-3/+0
2011-03-30Add support for --enable-foo and --disable-foo flags to configure, that Makef...Graydon Hoare-6/+10
2011-03-29Beef up the SREQ variables in Makefile.in, make tests depend on libstd.soGraydon Hoare-11/+9
2011-03-29Apparently I learned to type yesterday.Graydon Hoare-1/+1
2011-03-29Add -lstd to the stage0, 1, 2 test executable link commands.Graydon Hoare-6/+11
2011-03-29XFAIL nbody on darwin, quiet tinderbox for now.Graydon Hoare-0/+3
2011-03-26Fix Makefile.in grep for use on weaker greps (win32 mingw).Graydon Hoare-15/+6
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-234/+56
2011-03-25Parse FP literals without coercing to int. This allows parsing 64-bitTim Chevalier-3/+3
2011-03-25Implement local declarations with receive. Un-XFAIL decl-with-recv.rs.Brian Anderson-1/+0
2011-03-25Add test for local declarations with receive. XFAIL in rustc.Brian Anderson-0/+1
2011-03-25Auto-reconfigure on Makefile.in or configure change.Graydon Hoare-0/+10
2011-03-25Un-XFAIL task-comm-4, 5 & 6Brian Anderson-3/+0
2011-03-25Start making the standard-lib utf-8 awareMarijn Haverbeke-0/+1
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-3/+3
2011-03-25A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper-1/+2
2011-03-24build: Generate an object file for stage0/libstd.dylibPatrick Walton-12/+23
2011-03-24rustc: XFAIL use.rs too. Should put out burning tinderbox.Patrick Walton-0/+1
2011-03-24rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...Patrick Walton-0/+1
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-24Generate the platform-specific .def files at build timePatrick Walton-2/+20
2011-03-24Add a Linux .def file. Might put out burning tinderbox.Patrick Walton-3/+3
2011-03-24rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox.Patrick Walton-8/+10
2011-03-24XFAIL floating point tests in rustc to put out burning tinderboxPatrick Walton-1/+2
2011-03-23build: Use the .def files when linking on WindowsPatrick Walton-1/+6
2011-03-23build: On newer MinGWs it seems that flexlink needs "-cclib -L/usr/lib". Add ...Patrick Walton-0/+4
2011-03-23Support for 'float' in type signatures.Lindsey Kuper-1/+2
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/+14
2011-03-23Guard texi2pdf on tex probe as well. OSX package systems are real permissive.Graydon Hoare-1/+5
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-22Further support for floating-point. Literals with exponents workTim Chevalier-1/+2
2011-03-22Clean a little bit harder.Graydon Hoare-1/+1
2011-03-22XFAIL float.rs in boot under new Makefile.inGraydon Hoare-0/+5
2011-03-22Trim redundant /Graydon Hoare-1/+1
2011-03-22Port auto-dep logic to new Makefile.inGraydon Hoare-1/+80
2011-03-22Add a regression test for channels of nil, which happens to work in rustc, bu...Brian Anderson-0/+1
2011-03-21Repair some fallout from pcwalton's last few build changes.Graydon Hoare-25/+26
2011-03-21Add .def file support to the new build system (which does nothing at the mome...Patrick Walton-5/+8
2011-03-21Change llvmext.dll to rustllvm.dll in the new build system to match the def filePatrick Walton-1/+1
2011-03-21Minor distcheck fixesGraydon Hoare-4/+10