| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-08-22 | Centralize ident interner generation. | Paul Stansifer | -11/+10 | |
| 2012-08-15 | rustc: "as Trait" can now be written "as @Trait". | Patrick Walton | -3/+3 | |
| There is also code for ~Trait and &Trait, but these are currently (incorrectly) synonyms for "as @Trait" and "as &Trait". | ||||
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -3/+1 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -1/+1 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -2/+2 | |
| 2012-08-03 | rustc: Add the notion of inherited visibility | Patrick Walton | -2/+1 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -15/+15 | |
| 2012-07-25 | Compiled a bounded version of pingpong. | Eric Holk | -0/+12 | |
| There are some failures in the other pipe tests, but these seem to just be a matter of generalizing the library code. Updating pipes library so all tests pass again | ||||
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -23/+23 | |
| #2907. | ||||
| 2012-07-12 | Accept prefix notation for writing the types of str/~ and friends. | Michael Sullivan | -9/+9 | |
| 2012-07-09 | rustc: Switch over to resolve3 | Patrick Walton | -5/+2 | |
| 2012-07-09 | Revert "rustc: Switch over to resolve3" due to Linux failures | Patrick Walton | -2/+5 | |
| This reverts commit 2c0aa257e293dde91042a8045100d9923d139a04. | ||||
| 2012-07-09 | rustc: Switch over to resolve3 | Patrick Walton | -5/+2 | |
| 2012-07-09 | rustc: Switch to the new resolution pass | Patrick Walton | -4/+2 | |
| 2012-07-06 | Revert "rustc: Switch to the new resolution pass" | Niko Matsakis | -2/+4 | |
| This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8. Branch was burning...many, many unresolved imports. | ||||
| 2012-07-06 | rustc: Switch to the new resolution pass | Patrick Walton | -4/+2 | |
| 2012-07-06 | Plumbing and parsing for item-position macros. | Eric Holk | -2/+4 | |
| 2012-07-05 | Some rearranging in perparation for MBE-style TT transcription. | Paul Stansifer | -3/+6 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -1/+1 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -2/+2 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -4/+4 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -2/+2 | |
| 2012-06-27 | Replace more vector + (issue #2719) | Eric Holk | -1/+1 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -2/+3 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -3/+3 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -2/+3 | |
| 2012-06-15 | Bugfix: obey the tt_lexer's own invariants. | Paul Stansifer | -9/+6 | |
| 2012-06-15 | Add the interner to parse_sess. | Paul Stansifer | -14/+31 | |
| 2012-06-15 | Make it possible to make tt_reader-based parsers. | Paul Stansifer | -1/+9 | |
| 2012-06-15 | Pull out an interface for the lexer. | Paul Stansifer | -34/+51 | |
| 2012-06-09 | Fix long lines | Brian Anderson | -2/+8 | |
| 2012-06-09 | syntax: Don't copy source string | Brian Anderson | -2/+1 | |
| 2012-06-09 | syntax: Intern @strs instead of strs | Brian Anderson | -2/+2 | |
| 2012-06-07 | syntax: Remove some more implicit copies | Patrick Walton | -19/+13 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+164 | |
| Per issue #2418. | ||||
