about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2013-04-22mk: core has another level of directories with rt/io/netBrian Anderson-1/+1
2013-03-18core: Add rt::io and start sketching the APIBrian Anderson-1/+1
2013-03-06Merge remote-tracking branch 'brson/cross7'Brian Anderson-94/+127
2013-03-03rustc: MIPS32 supportJyun-Yan You-1/+1
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-70/+82
2013-02-27mk: rewrite make filesYoung-il Choi-60/+67
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-21/+35
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-1/+7
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-6/+6
2013-01-13Support ARM and Androidkyeongwoon-1/+1
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-15Fix 'make all' to build all the way through stage2. Closes #3978Brian Anderson-3/+14
2012-11-13Tools should not be build prereqs of tests. Closes #3946Brian Anderson-11/+18
2012-11-07Fix make install rules for new librariesBrian Anderson-1/+6
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-5/+4
2012-11-04Librarify rusti, etc.Brian Anderson-0/+3
2012-11-04Merge remote-tracking branch 'brson/repl'Brian Anderson-1/+2
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+9
2012-10-30rusti: Remove linenoise module, add to rt, remove core::rlZack Corr-5/+2
2012-10-27Correct makefiles to build linenoise correctlyZack Corr-1/+3
2012-10-27rusti: Add linenoise, wrap into core::rl and add rusti REPL toolZack Corr-1/+3
2012-10-20Some tweaks to the valgrind makefile codeBrian Anderson-3/+4
2012-10-20Valgrind check disableMahmut Bulut-1/+1
2012-10-12bump version to 0.5.Graydon Hoare-1/+1
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