about summary refs log tree commit diff
path: root/mk/tools.mk
AgeCommit message (Expand)AuthorLines
2013-05-13Update make dependencies of librustAlex Crichton-0/+3
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-75/+75
2013-02-27mk: rewrite make filesYoung-il Choi-57/+57
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-5/+5
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-0/+36
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-16/+16
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-19Fix cargo and rustdoc inputsBrian Anderson-2/+2
2012-11-07Attempt to fix tools.mk under cross-compileBrian Anderson-57/+68
2012-11-07Fix install target for new librariesBrian Anderson-0/+12
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-6/+4
2012-11-04Librarify rusti, etc.Brian Anderson-7/+22
2012-11-04Merge remote-tracking branch 'brson/repl'Brian Anderson-0/+19
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-18/+61
2012-10-30rusti: Remove linenoise module, add to rt, remove core::rlZack Corr-18/+18
2012-10-27rusti: Add linenoise, wrap into core::rl and add rusti REPL toolZack Corr-0/+19
2012-03-15kill old serialization codeNiko Matsakis-20/+0
2012-03-09build: Fix some deps in tools.mkBrian Anderson-4/+4
2012-02-10put serializer into the build and encode full item pathsNiko Matsakis-0/+20
2012-01-15rustdoc: Add a crate fileBrian Anderson-1/+1
2011-12-20Add rustdoc to build.Graydon Hoare-0/+19
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+3
2011-12-01Build infra and minor build-enabling bugfixes for cargo.Graydon Hoare-0/+18
2011-11-29fix makefiles, add option to ignore changes in makefilesNiko Matsakis-3/+4
2011-11-29basic builds functionNiko Matsakis-21/+21
2011-11-02get the dependencies right so that all target archs are builtNiko Matsakis-2/+2
2011-11-02enable building with different target archNiko Matsakis-2/+2
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-0/+50