summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2012-01-20Include man page in dist. release-0.1 0.1Graydon Hoare-0/+1
2012-01-20revert accidental commitsNiko Matsakis-1/+1
2012-01-20small fixes for building dist on windowsNiko Matsakis-3/+3
2012-01-20Revert "build: Surround makensis command in quotes"Brian Anderson-1/+1
2012-01-20build: Surround makensis command in quotesBrian Anderson-1/+1
2012-01-19Conditionalize PKG_EXE on makensis.Graydon Hoare-1/+4
2012-01-19Update deps on the dist rule to something more modern.Graydon Hoare-2/+1
2012-01-19Split dist rules by platform.Graydon Hoare-2/+15
2012-01-19Actually use CFG_NATURALDOCS rather than hardcoding naturaldocs name.Graydon Hoare-1/+2
2012-01-19Fix the dist target to include Much Less Junk from llvm (notably not .git!)Graydon Hoare-1/+11
2012-01-19[makefiles] Don't add css file to set of DOCS targetsMarijn Haverbeke-1/+1
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-20/+21
2012-01-18Give up trying to be clever about masking out parts of llvm and libuv.Graydon Hoare-11/+1
2012-01-18Fix path munging in dist rule.Graydon Hoare-4/+5
2012-01-18Tidy tidyGraydon Hoare-1/+1
2012-01-18Refactor the doc building rules a bit, sensitize them to the presence or abse...Graydon Hoare-25/+69
2012-01-19build: Run tidy first before all other check targetsHaitao Li-2/+2
2012-01-18Add a stylesheet to make the reference HTML look a bit prettierMarijn Haverbeke-1/+5
2012-01-17libstd: Move std tests into libstdBrian Anderson-5/+1
2012-01-17build: Start running libcore testsBrian Anderson-0/+24
2012-01-17Move the ifdefs to nest properly. Real clever.Graydon Hoare-2/+4
2012-01-17Rename some readmes and fix some dist logic.Graydon Hoare-8/+9
2012-01-17cp -a only.Graydon Hoare-1/+1
2012-01-17build: Stop passing --lib argumentBrian Anderson-4/+4
2012-01-17Improve the node-doc-building logic.Graydon Hoare-14/+5
2012-01-17build the tutorial if node.js is availableGrahame Bowland-0/+20
2012-01-17build: Check and set perf --log-fd optionHaitao Li-1/+5
2012-01-16build: Stop building stage3 on normal test cyclesHaitao Li-5/+6
2012-01-16build: Start running rustdoc testsBrian Anderson-1/+28
2012-01-15build: Add rustdoc to tidy rulesBrian Anderson-0/+2
2012-01-15rustdoc: Add a crate fileBrian Anderson-1/+1
2012-01-14build: Build libraries in the bin directory on win32Brian Anderson-5/+5
2012-01-13build: Add shortcut targets for pretty-print testsBrian Anderson-0/+35
2012-01-12Revert "build: Build libraries in the bin directory on win32"Brian Anderson-5/+5
2012-01-12Merge remote-tracking branch 'brson/win32'Brian Anderson-5/+5
2012-01-12Begin shift over to using pandoc, markdown and llnextgen for reference manual...Graydon Hoare-19/+52
2012-01-12build: Build libraries in the bin directory on win32Brian Anderson-5/+5
2012-01-11Revert "build: Build libraries in the bin directory on win32"Brian Anderson-5/+5
2012-01-11build: Build libraries in the bin directory on win32Brian Anderson-5/+5
2012-01-10Fix 'make distcheck', close #1445.Graydon Hoare-41/+27
2012-01-09make use of snapshot runtime predicated on variable USE_SNAPSHOT_RUNTIMENiko Matsakis-10/+31
2012-01-09rt: Build the stage0 runtime for non-hosts from the working dirBrian Anderson-0/+5
2012-01-06fix how we walk functions to match new closure fmtNiko Matsakis-9/+43
2012-01-06Don't delete css and js files in doc/ when making cleanMarijn Haverbeke-2/+1
2012-01-05build: Don't delete llvm files as part of make cleanBrian Anderson-4/+4
2012-01-05Fix a couple paths in the dist target.Graydon Hoare-2/+4
2012-01-01fix link errorJyun-Yan You-1/+1
2012-01-01add missing library, enable segmented stacks for freebsdJyun-Yan You-1/+1
2012-01-01freebsd supportUser Jyyou-8/+715
2011-12-30Document copy/move/swap/assign expressions more accurately. Fix up some drift...Graydon Hoare-1/+1