aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Change rustc to use GetOpts rather than ad-hoc command-line parsingMarijn Haverbeke2011-04-261-9/+9
* rustc: Add a SAVE_TEMPS option to the Makefile for use when debugging stage1 ...Patrick Walton2011-04-251-0/+4
* Fix LD_LIBRARY_PATH on STAGE0, STAGE1 defs; define STAGE2.Graydon Hoare2011-04-241-5/+7
* Expansion of rules to cover stage1, stage2 in more cases. Fix typo in makefile.Graydon Hoare2011-04-241-5/+88
* Use -c in the Makefiles.Rafael Ávila de Espíndola2011-04-221-34/+28
* Fix link commands for stage1 and stage2.Graydon Hoare2011-04-211-2/+2
* Fix stage1 Makefile rules.Graydon Hoare2011-04-201-9/+25
* Remove effect system from src.Graydon Hoare2011-04-191-1/+1
* Revert 9ab42038bb13d3c8b01faa9c88e660e4e590fb00 while I find what isRafael Ávila de Espíndola2011-04-181-24/+30
* Change the makefiles to use -c.Rafael Ávila de Espíndola2011-04-181-30/+24
* Produce PIC code and use -S in the Makefile.Rafael Ávila de Espíndola2011-04-151-46/+24
* Remove code that is already in llvm for some time.Rafael Ávila de Espíndola2011-04-131-1/+1
* Update Makefile.in, not Makefile :-(Rafael Ávila de Espíndola2011-04-131-1/+1
* Try to fix the windows build.Rafael Ávila de Espíndola2011-04-111-0/+3
* Make sure RustWrapper.cpp is linked in.Rafael Ávila de Espíndola2011-04-111-16/+20
* Actually disable optimize in --disable-optimize case, duh.Graydon Hoare2011-04-081-1/+2
* Add support for --disable-optimizeGraydon Hoare2011-04-081-1/+5
* Link with -lm now that it is not included with --whole-archive whenRafael Ávila de Espíndola2011-04-081-3/+3
* Gold is more strict about --whole-archive and will report duplicatedRafael Ávila de Espíndola2011-04-081-4/+13
* build: Use -O0 on Darwin. Seems that Darwin's GCC optimizations break rustrt.Patrick Walton2011-04-071-5/+7
* add -O2 when compiling rt, fix warnings triggered by optimizerMarijn Haverbeke2011-04-081-1/+1
* Add a -O option and change the Makefile to use it.Rafael Ávila de Espíndola2011-04-071-1/+1
* Fix error where make check would not produce compilers first, due to make's i...Graydon Hoare2011-03-311-0/+32
* Improve 'clean' make target.Graydon Hoare2011-03-311-2/+3
* Um, that'd be, align the word *before* retpc. Addresses point to the low part...Graydon Hoare2011-03-301-3/+0
* Add support for --enable-foo and --disable-foo flags to configure, that Makef...Graydon Hoare2011-03-301-6/+10
* Beef up the SREQ variables in Makefile.in, make tests depend on libstd.soGraydon Hoare2011-03-291-11/+9
* Apparently I learned to type yesterday.Graydon Hoare2011-03-291-1/+1
* Add -lstd to the stage0, 1, 2 test executable link commands.Graydon Hoare2011-03-291-6/+11
* XFAIL nbody on darwin, quiet tinderbox for now.Graydon Hoare2011-03-291-0/+3
* Fix Makefile.in grep for use on weaker greps (win32 mingw).Graydon Hoare2011-03-261-15/+6
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-234/+56
* Parse FP literals without coercing to int. This allows parsing 64-bitTim Chevalier2011-03-251-3/+3
* Implement local declarations with receive. Un-XFAIL decl-with-recv.rs.Brian Anderson2011-03-251-1/+0
* Add test for local declarations with receive. XFAIL in rustc.Brian Anderson2011-03-251-0/+1
* Auto-reconfigure on Makefile.in or configure change.Graydon Hoare2011-03-251-0/+10
* Un-XFAIL task-comm-4, 5 & 6Brian Anderson2011-03-251-3/+0
* Start making the standard-lib utf-8 awareMarijn Haverbeke2011-03-251-0/+1
* Don't delete rust.texi on 'make clean'Graydon Hoare2011-03-251-1/+2
* Untabify Makefile entry.Graydon Hoare2011-03-251-1/+1
* Placate win32 build; no idea how it can be working currently on tinderbox.Graydon Hoare2011-03-251-3/+3
* A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper2011-03-251-1/+2
* build: Generate an object file for stage0/libstd.dylibPatrick Walton2011-03-241-12/+23
* rustc: XFAIL use.rs too. Should put out burning tinderbox.Patrick Walton2011-03-241-0/+1
* rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...Patrick Walton2011-03-241-0/+1
* build: Add -Wl,-whole-archive to the link flags. Should put out the burning t...Patrick Walton2011-03-241-4/+7
* build: Use "true" instead of /bin/true, since it's /usr/bin/true on DarwinPatrick Walton2011-03-241-1/+1
* Generate the platform-specific .def files at build timePatrick Walton2011-03-241-2/+20
* Add a Linux .def file. Might put out burning tinderbox.Patrick Walton2011-03-241-3/+3
* rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox.Patrick Walton2011-03-241-8/+10