summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2012-10-01Use both DESTDIR and prefixLuca Bruno-2/+2
2012-09-26Pass stage1 for relevant portion of "stage0" cross compileGraydon Hoare-0/+9
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-10/+0
2012-09-23Makefile hack to fix snapshotty-cross-compiley problemBrian Anderson-2/+14
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-0/+3
2012-08-31Add experimental JIT compilerZack Corr-1/+2
2012-08-30Bump version to 0.4Brian Anderson-1/+1
2012-07-20Merge tag 'release-0.3.1' into incomingGraydon Hoare-1/+1
2012-07-20Release 0.3.1 release-0.3.1Graydon Hoare-1/+1
2012-07-19Add a badge to the tutorial and reference docs indicating which Rust version ...Paul Stansifer-0/+2
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