| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-02-05 | vim: block is no longer a keyword. | Erick Tryzelaar | -1/+1 | |
| 2012-02-05 | platform-specific valgrind suppression | Niko Matsakis | -0/+9 | |
| 2012-02-03 | correct to use enum keyword | Niko Matsakis | -1/+1 | |
| 2012-02-02 | rt: Fix intrinsics bustage | Brian Anderson | -1/+1 | |
| intrinsics.cpp and the file to generate the ll had bitrotted. | ||||
| 2012-02-02 | Update libuv. | Graydon Hoare | -32/+31 | |
| 2012-01-31 | Remove NSIS package, obsolete (and hazardous). | Graydon Hoare | -396/+0 | |
| 2012-01-26 | Merge pull request #1669 from graydon/inno-setup | Graydon Hoare | -0/+269 | |
| Add Inno Setup installer script rather than NSIS | ||||
| 2012-01-25 | Add Inno Setup installer script rather than NSIS | unknown | -0/+269 | |
| 2012-01-23 | rustdoc: Add a script for running rustdoc output through markdown/pandoc | Brian Anderson | -0/+34 | |
| 2012-01-21 | Added 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-21 | Remove keyword multitable generator script | Haitao Li | -103/+0 | |
| The script was used for generating a easy to read Rust keywords table in texinfo format. | ||||
| 2012-01-20 | build: Run tutorial tests | Brian Anderson | -0/+63 | |
| 2012-01-20 | Fix formatting. | Graydon Hoare | -3/+4 | |
| 2012-01-20 | Merge pull request #1585 from mbrubeck/master | Graydon Hoare | -5/+8 | |
| Update the keyword lists in rust.md and syntax.vim | ||||
| 2012-01-20 | Update the keyword lists in rust.md and syntax.vim | Matt 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-20 | Add a Python script which downloads only the latest Linux snapshots (derived ↵ | Kevin Cantu | -0/+54 | |
| from other scripts here) | ||||
| 2012-01-20 | rust-mode: tag -> enum. Closes #1577 | Brian Anderson | -1/+1 | |
| 2012-01-19 | Fix a bunch of broken internal links in the docs. Add a hokey link checker. | Graydon Hoare | -0/+26 | |
| 2012-01-17 | dist: Add bin directory to system PATH in win32 installer | Brian Anderson | -0/+337 | |
| 2012-01-17 | Python! | Graydon Hoare | -1/+1 | |
| 2012-01-17 | Long line, grumble. | Graydon Hoare | -1/+2 | |
| 2012-01-17 | Merge pull request #1548 from grahame/fix-interrupted-downloads | Graydon Hoare | -1/+7 | |
| don't leave files that will not checksum if download is interrupted | ||||
| 2012-01-17 | dist: Add the uninstaller to the win32 control panel | Brian Anderson | -0/+11 | |
| 2012-01-17 | dist: Make the win32 uninstaller work | Brian Anderson | -12/+8 | |
| 2012-01-17 | don't leave files that will not checksum if download is interrupted | Grahame Bowland | -1/+7 | |
| 2012-01-16 | Move emacs mode into tree | Marijn Haverbeke | -0/+510 | |
| 2012-01-14 | Merge pull request #1521 from grahame/master | Brian Anderson | -3/+3 | |
| Simple update of the vim syntax file | ||||
| 2012-01-14 | build: Build libraries in the bin directory on win32 | Brian Anderson | -5/+5 | |
| 2012-01-14 | Update vim syntax with new keywords | Grahame Bowland | -3/+3 | |
| 2012-01-13 | More doc porting. | Graydon Hoare | -0/+4 | |
| 2012-01-12 | Revert "build: Build libraries in the bin directory on win32" | Brian Anderson | -5/+5 | |
| This reverts commit 23e0d16b5fd259dc252b220777f164f1e2eb9c30. | ||||
| 2012-01-12 | Merge remote-tracking branch 'brson/win32' | Brian Anderson | -5/+5 | |
| 2012-01-12 | Begin shift over to using pandoc, markdown and llnextgen for reference ↵ | Graydon Hoare | -0/+138 | |
| manual. Fix man page URL while at it. | ||||
| 2012-01-12 | build: Build libraries in the bin directory on win32 | Brian Anderson | -5/+5 | |
| 2012-01-11 | Properly fix check-fast script | Marijn Haverbeke | -1/+1 | |
| 2012-01-11 | Try to adjust check-fast script to std::io changes | Marijn Haverbeke | -0/+1 | |
| 2012-01-06 | report unicode decode failures nicely | Niko Matsakis | -13/+14 | |
| 2012-01-05 | Simplify NSIS package script. | Graydon Hoare | -22/+8 | |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -10/+10 | |
| 2012-01-05 | added preliminary support for per-architecture generation of math constants ↵ | Stefan Plantikow | -0/+92 | |
| (for porting) | ||||
| 2012-01-01 | fix link error | Jyun-Yan You | -1/+9 | |
| 2011-12-29 | Of course there were overlong lines. | Graydon Hoare | -4/+6 | |
| 2011-12-29 | Teach unicode script to emit canonical and compat decomp mappings. ↵ | Graydon Hoare | -46/+71 | |
| Annoyingly large encoding. | ||||
| 2011-12-23 | Add 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-19 | Remove cargo from snapshot file-list again; overestimated. | Graydon Hoare | -3/+0 | |
| 2011-12-19 | vim comment highlighting can contain comments. | Erick Tryzelaar | -2/+4 | |
| 2011-12-16 | Install and snapshot cargo by default. | Graydon Hoare | -0/+3 | |
| 2011-12-16 | Update build machinery to build and install librustc everywhere (including ↵ | Graydon Hoare | -0/+3 | |
| snapshots). | ||||
| 2011-12-13 | Attempt to fix windows builder. | Graydon Hoare | -2/+6 | |
| 2011-12-13 | Register new snapshots and teach snapshot script to deal with extracting ↵ | Graydon Hoare | -21/+3 | |
| new-style versioned snapshots. | ||||
