summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2012-07-11Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...Graydon Hoare-4/+8
2012-07-11Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.Graydon Hoare-8/+4
2012-07-100.2 -> 0.3Brian Anderson-1/+1
2012-07-02configure: Don't turn on rustc's -g with --enable-debugBrian Anderson-1/+1
2012-06-27Add per-stage RUSTFLAGS environment variables, RUSTFLAGS_STAGENBrian Anderson-2/+5
2012-06-14Update the build system to handle dependency on header files. Closes #2547.Michael Sullivan-0/+9
2012-06-06build: Build crates with --cfg stageN. Use #[cfg(stageN)]Brian Anderson-0/+2
2012-06-05Switch "make all" to build stage2 versions of fuzzer, cargo, and rustdocErick Tryzelaar-3/+3
2012-06-01Revert "build: Don't need to build the runtime before starting on core"Brian Anderson-1/+1
2012-06-01build: Don't need to build the runtime before starting on coreBrian Anderson-1/+1
2012-06-01build: Remove debug/ndebug cfg. UnusedBrian Anderson-2/+1
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-6/+6
2012-05-19build: pass RUSTFLAGS to the compilerBrian Anderson-1/+1
2012-05-19fix up handling of &x where x is an arg or &self (for now at least).Niko Matsakis-1/+1
2012-05-18use -Z to distinguish internal debugging optionsNiko Matsakis-5/+2
2012-04-11Fix up LIBRUSTSYNTAX_INPUTS and tidy rule.Graydon Hoare-1/+1
2012-04-04Remove autodep.mk, it's not being used.Graydon Hoare-1/+0
2012-03-29build: Add --enable-debug configure optionBrian Anderson-5/+15
2012-03-29build: Introduce rustsyntax crateBrian Anderson-0/+7
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