| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-04-28 | parser comments | John Clements | -0/+10 | |
| 2013-04-19 | syntax: de-mode and prepare for de-modeing rustc | Alex Crichton | -1/+1 | |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 | |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+4 | |
| correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719. | ||||
| 2013-01-31 | test cases, cleanup | John Clements | -1/+3 | |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deëxporting | Patrick Walton | -3/+3 | |
| 2013-01-14 | convert ast::blk_ into a struct | Erick Tryzelaar | -2/+3 | |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -1/+2 | |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -0/+1 | |
| contain at least two components. r=graydon | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-30 | librustc: Make `a.b()` always a method call. r=nmatsakis | Patrick Walton | -3/+7 | |
| 2012-11-29 | Allow for macros to occur in statement position. | Paul Stansifer | -12/+9 | |
| 2012-10-30 | Preserve parenthesization in the AST | Tim Chevalier | -36/+0 | |
| Maintain explicit "paren" nodes in the AST so we can pretty-print without having to guess where parens should go. We may revisit this in the future. r=graydon | ||||
| 2012-10-23 | Remove <- operator from the compiler | Tim Chevalier | -3/+1 | |
| Yield an obsolete syntax error on things like "let foo <- bar;" and "foo <- bar;" r=brson Progress on #3466 | ||||
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -1/+1 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -1/+1 | |
| 2012-08-24 | fix some unused pattern binding warnings | Niko Matsakis | -1/+1 | |
| 2012-08-22 | Eliminate many match checks in rustc | Tim Chevalier | -2/+2 | |
| 2012-08-15 | rustc: Parse labeled loop, break, and again | Patrick Walton | -1/+1 | |
| 2012-08-07 | syntax: Rename expr_alt to expr_match | Brian Anderson | -1/+1 | |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -2/+9 | |
| Require comma separators for all expression types except the plain block | ||||
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -7/+7 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -33/+26 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -3/+3 | |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -5/+4 | |
| 2012-07-03 | Revert "Remove rule requiring non-nil block-style statements to be ↵ | Brian Anderson | -0/+3 | |
| semi-terminated" This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38. | ||||
| 2012-07-03 | Remove rule requiring non-nil block-style statements to be semi-terminated | Brian Anderson | -3/+0 | |
| This is a subtle rule that no longer seems to be required. | ||||
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -1/+2 | |
| 2012-06-14 | Further work on integer literal suffix inference (#1425) | Lindsey Kuper | -1/+1 | |
| In this commit: * Change the lit_int_unsuffixed AST node to not carry a type, since it doesn't need one * Don't print "(unsuffixed)" when pretty-printing unsuffixed integer literals * Just print "I" instead of "(integral)" for integral type variables * Set up trans to use the information that will be gathered during typeck to construct the appropriate constants for unsuffixed int literals * Add logic for handling int_ty_sets in typeck::infer * Clean up unnecessary code in typeck::infer * Add missing mk_ functions to middle::ty * Add ty_var_integral to a few of the type utility functions it was missing from in middle::ty | ||||
| 2012-06-11 | Add a new AST node for unsuffixed integer types. | Lindsey Kuper | -1/+8 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+69 | |
| Per issue #2418. | ||||
