summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2012-12-16Don't install the fuzzerBrian Anderson-7/+0
2012-12-14Display the full TOC in the manual. Closes #4194Brian Anderson-1/+6
2012-12-14Add check-stageN-doc target. Closes #4007Brian Anderson-0/+7
2012-12-13clean.mk: remove snapshot binaries as well.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+140
2012-12-08Clean the check-fast lib on windowsBrian Anderson-1/+2
2012-12-07Fix windows installer license fileBrian Anderson-2/+2
2012-12-07Update dist rules for license changes harderBrian Anderson-0/+1
2012-12-07Update dist rules for license changesBrian Anderson-1/+3
2012-12-06Fix dist deps harderBrian Anderson-0/+1
2012-12-06Fix dist depsBrian Anderson-5/+5
2012-11-30Add the check-fast run_pass_stage2 lib to 'make clean'Brian Anderson-0/+1
2012-11-19Fix cargo and rustdoc inputsBrian Anderson-2/+2
2012-11-13Tools should not be build prereqs of tests. Closes #3946Brian Anderson-3/+4
2012-11-07Attempt to fix tools.mk under cross-compileBrian Anderson-57/+68
2012-11-07Fix make install rules for new librariesBrian Anderson-0/+8
2012-11-07Fix install target for new librariesBrian Anderson-4/+22
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-16/+14
2012-11-05rt: Remove shape codeBrian Anderson-1/+0
2012-11-04make: change to LIB prefixed for fuzzer, carge, rustdoc, rusti uninstallDaniel Patterson-4/+4
2012-11-04Fix rusti check targets some moreBrian Anderson-1/+1
2012-11-04Add missing rusti check targetsBrian Anderson-0/+4
2012-11-04Librarify rusti, etc.Brian Anderson-7/+29
2012-11-04Fix tidy for new linenoiseBrian Anderson-0/+2
2012-11-04Merge remote-tracking branch 'brson/repl'Brian Anderson-31/+117
2012-11-04Use a linenoise with win32 supportBrian Anderson-1/+1
2012-11-04Remove linenoise files from the tidy checkZack Corr-0/+2
2012-11-03library-tool-conversion: update tests.mk for librustdoc and libcargoDaniel Patterson-2/+2
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-19/+81
2012-10-30Use correct version of python to run check-summary.py. Issue #3883Brian Anderson-5/+5
2012-10-30rusti: Remove linenoise module, add to rt, remove core::rlZack Corr-84/+57
2012-10-29build: Use correct python version. Closes #3883Brian Anderson-4/+4
2012-10-27Correct makefiles to build linenoise correctlyZack Corr-11/+23
2012-10-27rusti: Add linenoise, wrap into core::rl and add rusti REPL toolZack Corr-12/+111
2012-10-23rt: Remove box annihilatorBrian Anderson-1/+0
2012-10-10Attempt to fix the DSYM_GLOB issue again, differently.Graydon Hoare-1/+4
2012-10-05Rename configure --enable-pax-marks flag to --enable-pax-flags flag.auREAX-4/+4
2012-10-04Add GRSecurity compatibility with --enable-pax-marks configure flag; add GRSe...auREAX-0/+8
2012-09-25rt: Remove the cycle collectorPatrick Walton-1/+0
2012-09-22doc: Split out task tutorail. Add links to sub-tutorialsBrian Anderson-0/+37
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-0/+81
2012-09-15docs: Add Niko's borrowed pointers tutorialBrian Anderson-0/+10
2012-09-07gc: Add stack walker for new garbage collector.Elliott Slaughter-0/+2
2012-09-05doc: Split out the FFI part of the tutorialPatrick Walton-0/+10
2012-09-05doc: Split macros out into a separate tutorialPatrick Walton-0/+11
2012-08-31jit: Clean rustllvm code, let rustc expose __morestack instead of linking in ...Zack Corr-2/+1
2012-08-31jit: Link in __morestack and make it resolvable by JITZack Corr-1/+2
2012-08-31jit: Add custom memory manager (still segfaulting)Zack Corr-167/+0
2012-08-29Make check-notidy not run tidy, as implied. Close #3105.Graydon Hoare-3/+3
2012-08-28Compress metadata section. Seems a minor speed win, major space win.Graydon Hoare-0/+2