about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2012-01-17dist: Add bin directory to system PATH in win32 installerBrian Anderson-0/+337
2012-01-17Python!Graydon Hoare-1/+1
2012-01-17Long line, grumble.Graydon Hoare-1/+2
2012-01-17Merge pull request #1548 from grahame/fix-interrupted-downloadsGraydon Hoare-1/+7
2012-01-17dist: Add the uninstaller to the win32 control panelBrian Anderson-0/+11
2012-01-17dist: Make the win32 uninstaller workBrian Anderson-12/+8
2012-01-17don't leave files that will not checksum if download is interruptedGrahame Bowland-1/+7
2012-01-16Move emacs mode into treeMarijn Haverbeke-0/+510
2012-01-14Merge pull request #1521 from grahame/masterBrian Anderson-3/+3
2012-01-14build: Build libraries in the bin directory on win32Brian Anderson-5/+5
2012-01-14Update vim syntax with new keywordsGrahame Bowland-3/+3
2012-01-13More doc porting.Graydon Hoare-0/+4
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-0/+138
2012-01-12build: Build libraries in the bin directory on win32Brian Anderson-5/+5
2012-01-11Properly fix check-fast scriptMarijn Haverbeke-1/+1
2012-01-11Try to adjust check-fast script to std::io changesMarijn Haverbeke-0/+1
2012-01-06report unicode decode failures nicelyNiko Matsakis-13/+14
2012-01-05Simplify NSIS package script.Graydon Hoare-22/+8
2012-01-05Merge branch 'master' into kmathStefan Plantikow-10/+10
2012-01-05added preliminary support for per-architecture generation of math constants (...Stefan Plantikow-0/+92
2012-01-01fix link errorJyun-Yan You-1/+9
2011-12-29Of course there were overlong lines.Graydon Hoare-4/+6
2011-12-29Teach unicode script to emit canonical and compat decomp mappings. Annoyingly...Graydon Hoare-46/+71
2011-12-23Add support to libcore for encoded-in-rust unicode character properties, at l...Graydon Hoare-0/+172
2011-12-19Remove cargo from snapshot file-list again; overestimated.Graydon Hoare-3/+0
2011-12-19vim comment highlighting can contain comments.Erick Tryzelaar-2/+4
2011-12-16Install and snapshot cargo by default.Graydon Hoare-0/+3
2011-12-16Update build machinery to build and install librustc everywhere (including sn...Graydon Hoare-0/+3
2011-12-13Attempt to fix windows builder.Graydon Hoare-2/+6
2011-12-13Register new snapshots and teach snapshot script to deal with extracting new-...Graydon Hoare-21/+3
2011-12-12build: Temp hack to make transition to new snapshotHaitao Li-1/+18
2011-12-12Update snapshot scripts to pick up the versioned librariesHaitao Li-9/+21
2011-12-07Register new snapshots (containing libcore auto-importing it now).Graydon Hoare-3/+0
2011-12-07Change snapshot script to pick up host libcore as well.Graydon Hoare-6/+18
2011-12-07Merge branch 'master' of github.com:graydon/rustGraydon Hoare-3/+4
2011-12-06Fix condition in snapshot script. Argv is never 2 long, it can be 3 or 4.Graydon Hoare-1/+1
2011-12-05correct the use of 'sed -i'Niko Matsakis-3/+4
2011-12-02build: added CFG_INSTALL_SNAP for automatically activating test snapshotsStefan Plantikow-2/+36
2011-12-01stdlib: Implement some preliminary libuv bindingsBrian Anderson-0/+23
2011-11-29make check-fast workNiko Matsakis-2/+2
2011-11-29tweak to get windows test-running correctNiko Matsakis-1/+2
2011-11-29fix to new model where triple is explicitNiko Matsakis-5/+5
2011-11-29update snapshot scriptsNiko Matsakis-21/+20
2011-11-29basic builds functionNiko Matsakis-2/+4
2011-11-24Use new mod syntax in check-fast driverBrian Anderson-1/+2
2011-11-23doc: Build keywords multitable automaticallyHaitao Li-0/+103
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-4/+4
2011-11-08Make task_sleep an intrinsic.Brian Anderson-3/+10