about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Collapse)AuthorLines
2012-02-05vim: block is no longer a keyword.Erick Tryzelaar-1/+1
2012-02-05platform-specific valgrind suppressionNiko Matsakis-0/+9
2012-02-03correct to use enum keywordNiko Matsakis-1/+1
2012-02-02rt: Fix intrinsics bustageBrian Anderson-1/+1
intrinsics.cpp and the file to generate the ll had bitrotted.
2012-02-02Update libuv.Graydon Hoare-32/+31
2012-01-31Remove NSIS package, obsolete (and hazardous).Graydon Hoare-396/+0
2012-01-26Merge pull request #1669 from graydon/inno-setupGraydon Hoare-0/+269
Add Inno Setup installer script rather than NSIS
2012-01-25Add Inno Setup installer script rather than NSISunknown-0/+269
2012-01-23rustdoc: Add a script for running rustdoc output through markdown/pandocBrian Anderson-0/+34
2012-01-21Added a `src/etc/vim/ftdetect` directory and file.tim-0/+1
Previously, in order to get vim's syntax highlighting, you needed to manually `:setf rust` on every file. Now vim will recognize *.rs files as rust. This is a little nicer.
2012-01-21Remove keyword multitable generator scriptHaitao Li-103/+0
The script was used for generating a easy to read Rust keywords table in texinfo format.
2012-01-20build: Run tutorial testsBrian Anderson-0/+63
2012-01-20Fix formatting.Graydon Hoare-3/+4
2012-01-20Merge pull request #1585 from mbrubeck/masterGraydon Hoare-5/+8
Update the keyword lists in rust.md and syntax.vim
2012-01-20Update the keyword lists in rust.md and syntax.vimMatt Brubeck-5/+8
Add new keywords "enum" and "of", and remove old keywords "auth", "chan", "log_err", "tag", and "task". Also add reserved words to the syntax file, to help Vim users avoid using them as identifiers.
2012-01-20Add a Python script which downloads only the latest Linux snapshots (derived ↵Kevin Cantu-0/+54
from other scripts here)
2012-01-20rust-mode: tag -> enum. Closes #1577Brian Anderson-1/+1
2012-01-19Fix a bunch of broken internal links in the docs. Add a hokey link checker.Graydon Hoare-0/+26
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
don't leave files that will not checksum if download is interrupted
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
Simple update of the vim syntax file
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
This reverts commit 23e0d16b5fd259dc252b220777f164f1e2eb9c30.
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 ↵Graydon Hoare-0/+138
manual. Fix man page URL while at it.
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
(for porting)
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. ↵Graydon Hoare-46/+71
Annoyingly large encoding.
2011-12-23Add support to libcore for encoded-in-rust unicode character properties, at ↵Graydon Hoare-0/+172
least. Add script to compute them from unicode.org.
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 ↵Graydon Hoare-0/+3
snapshots).
2011-12-13Attempt to fix windows builder.Graydon Hoare-2/+6
2011-12-13Register new snapshots and teach snapshot script to deal with extracting ↵Graydon Hoare-21/+3
new-style versioned snapshots.