summary refs log tree commit diff
path: root/mk
AgeCommit message (Collapse)AuthorLines
2012-12-16Don't install the fuzzerBrian Anderson-7/+0
It's not an end-user tool
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
Should fix the windows bots
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
Conflicts: mk/install.mk src/rt/rustrt.def.in
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
per #3543
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
Add Brian Leibig to AUTHORS.txt for REPL contributions
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 ↵auREAX-0/+8
GRSecurity autodetection code to configure.
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
Safe points are exported in a per-module list via the crate map. A C runtime call walks the crate map at startup and aggregates the list of safe points for the program. Currently the GC doesn't actually deallocate memory on malloc and free. Adding the GC at this stage is primarily of testing value. The GC does attempt to clean up exchange heap and stack-allocated resource on failure. A result of this patch is that the user now needs to be careful about what code they write in destructors, because the GC and/or failure cleanup may need to call destructors. Specifically, calls to malloc are considered unsafe and may result in infinite loops or segfaults.
2012-09-05doc: Split out the FFI part of the tutorialPatrick Walton-0/+10
The tutorial should perhaps contain an FFI section, but this one is too long.
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
libmorestack and return _rust_main and call it from rustc
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