summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2012-03-26Move config.stamp touch to configure script.Graydon Hoare-1/+0
2012-03-26Only mention non-host triples if they exist.Graydon Hoare-0/+3
2012-03-26Be more careful with CFG_{SRC,BUILD}_DIR ending in slash.Graydon Hoare-18/+18
2012-03-26Reconfigure less often, and tidy up MKFILE_DEPS.Graydon Hoare-15/+11
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-1/+0
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+1
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-1/+0
2012-03-22Bump version numbers to 0.2Brian Anderson-1/+1
2012-03-21Avoid mangling names differently in debug builds to work around a build error...Josh Matthews-0/+3
2012-03-15kill old serialization codeNiko Matsakis-6/+1
2012-03-07add option to build enforcing mutabilityNiko Matsakis-0/+3
2012-03-02Move src/comp to src/rustcGraydon Hoare-4/+4
2012-02-28change def's that are always local to use node_id, add --inline optNiko Matsakis-5/+6
2012-02-10use absolute names when pretty-printing typesNiko Matsakis-2/+5
2012-02-10put serializer into the build and encode full item pathsNiko Matsakis-0/+1
2012-01-26Merge pull request #1669 from graydon/inno-setupGraydon Hoare-1/+1
2012-01-26change the order of llvm include pathJyun-Yan You-1/+3
2012-01-25Add Inno Setup installer script rather than NSISunknown-1/+1
2012-01-20Merge pull request #1583 from killerswan/ubuntu_ppaGraydon Hoare-0/+6
2012-01-20Bump release number to 0.2pre to avoid clobbering 0.1 artifacts in future.Graydon Hoare-1/+1
2012-01-20Add support for DESTDIR to "make install"Kevin Cantu-0/+6
2012-01-19Set release string to 0.1.Graydon Hoare-1/+1
2012-01-18Refactor the doc building rules a bit, sensitize them to the presence or abse...Graydon Hoare-35/+2
2012-01-17Rename some readmes and fix some dist logic.Graydon Hoare-1/+3
2012-01-17build the tutorial if node.js is availableGrahame Bowland-0/+6
2012-01-16build: Stop building stage3 on normal test cyclesHaitao Li-1/+1
2012-01-15Register snapshotsBrian Anderson-9/+0
2012-01-14build: Build libraries in the bin directory on win32Brian Anderson-0/+10
2012-01-12Revert "build: Build libraries in the bin directory on win32"Brian Anderson-10/+0
2012-01-12Revert "Register snapshots"Brian Anderson-0/+9
2012-01-12Merge remote-tracking branch 'brson/win32'Brian Anderson-2/+3
2012-01-12Begin shift over to using pandoc, markdown and llnextgen for reference manual...Graydon Hoare-6/+6
2012-01-12Register snapshotsBrian Anderson-9/+0
2012-01-12build: Build libraries in the bin directory on win32Brian Anderson-0/+10
2012-01-11Revert "build: Build libraries in the bin directory on win32"Brian Anderson-11/+0
2012-01-11build: Build libraries in the bin directory on win32Brian Anderson-0/+11
2012-01-10Fix 'make distcheck', close #1445.Graydon Hoare-3/+3
2011-12-20Add rustdoc to build.Graydon Hoare-1/+2
2011-12-20Separate driver rustc and librustcHaitao Li-2/+5
2011-12-16Update build machinery to build and install librustc everywhere (including sn...Graydon Hoare-1/+15
2011-12-15new targets, "rustc", "rustc-stage[123]", etcNiko Matsakis-1/+6
2011-12-14first attempt, not happy with itNiko Matsakis-0/+4
2011-12-13build: Call llvm-config with the .exe extension on windowsBrian Anderson-2/+2
2011-12-13build: Fix definition of LLC/LLVM_ASBrian Anderson-2/+2
2011-12-13build: Set 'all' as the default goal. Closes #1290Brian Anderson-0/+2
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-0/+4
2011-12-12Using filename when finding libraries for linkingHaitao Li-1/+1
2011-12-10build: Use llvm-mc as our assemblerBrian Anderson-0/+1
2011-12-06helpful targetsNiko Matsakis-3/+15
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-5/+25