| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-11-28 | Remove uses of #[merge] | Brian Anderson | -196/+0 | |
| 2012-11-28 | Remove parser hack | Brian Anderson | -11/+0 | |
| 2012-11-26 | Remove the crate language | Brian Anderson | -34/+11 | |
| 2012-11-26 | Add a temporary hack to divert the parser to an alternate file | Brian Anderson | -0/+12 | |
| 2012-11-20 | syntax: switch tt quoter to emit ~[tt], not tt. | Graydon Hoare | -4/+15 | |
| 2012-11-18 | Remove unused file_type enum from the parser | Brian Anderson | -16/+10 | |
| 2012-11-18 | Report errors better when failing to open files for sub-parsers | Brian Anderson | -15/+44 | |
| 2012-11-16 | Remove unused types from codemap | Brian Anderson | -1/+1 | |
| 2012-11-16 | Stop tracking CodeMap offsets in the parse session. Big simplification | Brian Anderson | -58/+23 | |
| 2012-11-16 | Stop storing char positions in CodeMap | Brian Anderson | -13/+6 | |
| 2012-11-15 | Refactor the lexer to use FilePos types | Brian Anderson | -7/+15 | |
| 2012-11-14 | Create CodeMap.add_filemap | Brian Anderson | -2/+2 | |
| 2012-11-14 | Track character and byte positions together in the parser | Brian Anderson | -22/+20 | |
| 2012-11-14 | Add types for character position and byte position in the codemap | Brian Anderson | -5/+5 | |
| 2012-11-14 | Camel case all the codemap types except span | Brian Anderson | -10/+10 | |
| 2012-11-12 | Objectify the codemap | Brian Anderson | -2/+2 | |
| 2012-11-12 | Remove CodeMap box typedef from codemap | Brian Anderson | -3/+3 | |
| 2012-11-12 | Move filemap ctors to static methods | Brian Anderson | -3/+4 | |
| 2012-11-12 | Remove filemap box typedef from codemap | Brian Anderson | -2/+2 | |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -12/+12 | |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -1/+1 | |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -1/+1 | |
| This will help with the auto_serialize2 migration. We have to change ident from a type alias to uint into a unique type. We need to use a struct instead of a "enum ident = token::str_num" because structs support constants, but newtypes do not. | ||||
| 2012-09-23 | core: Demode option | Brian Anderson | -1/+1 | |
| 2012-09-18 | make filetype() include the "." (fixes #3412) | Niko Matsakis | -2/+2 | |
| 2012-09-10 | Make all moves explicit in libsyntax | Tim Chevalier | -3/+3 | |
| 2012-09-08 | libsyntax: Parse and report errors for a few obsolete syntaxes | Brian Anderson | -0/+6 | |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -8/+8 | |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -2/+2 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -5/+5 | |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -12/+13 | |
| 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 | |
