| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-09 | Allow folds to drop items. | Paul Stansifer | -2/+2 | |
| 2012-07-05 | Comments only: change TODOs to FIXMEs and annotate them | Tim Chevalier | -1/+1 | |
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -6/+6 | |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -50/+50 | |
| 2012-07-03 | Revert "Remove rule requiring non-nil block-style statements to be ↵ | Brian Anderson | -1/+1 | |
| semi-terminated" This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38. | ||||
| 2012-07-03 | Remove rule requiring non-nil block-style statements to be semi-terminated | Brian Anderson | -1/+1 | |
| This is a subtle rule that no longer seems to be required. | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -84/+84 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -84/+84 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -6/+6 | |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -5/+5 | |
| This comes with a terminology change. All linkage-symbols are 'extern' now, including rust syms in other crates. Some extern ABIs are merely "foreign". The term "native" is retired, not clear/useful. What was "crust" is now "extern" applied to a _definition_. This is a bit of an overloading, but should be unambiguous: it means that the definition should be made available to some non-rust ABI. | ||||
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -6/+6 | |
| 2012-06-21 | Move vector addition out of trans and into libcore. | Eric Holk | -182/+17 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -5/+5 | |
| 2012-06-19 | first steps to autoderef on method calls | Niko Matsakis | -17/+14 | |
| 2012-06-15 | Handle index expressions' callee IDs correctly | Tim Chevalier | -1/+1 | |
| Some code that handles unary and binary exprs' callee IDs was forgetting to handle the index expr case (since calls to user-defined index operators also have callee IDs). This was manifesting as an ICE in trans because when monomorphizing a function that had one of these operators in it (an index into a dvec, in the test case), the callee ID would be unbound to a type. Fixed it. Closes #2631. | ||||
| 2012-06-15 | Add the interner to parse_sess. | Paul Stansifer | -15/+1 | |
| 2012-06-13 | Box AST idents | Brian Anderson | -4/+4 | |
| 2012-06-12 | Handle class destructors correctly in metadata | Tim Chevalier | -0/+16 | |
| This allows destructors to be inlined, which is necessary since classes can have both ty params and destructors. | ||||
| 2012-06-08 | remove alias analysis and replace with borrowck | Niko Matsakis | -9/+0 | |
| This reverts commit 7ef825bb607c4e934c92bd0b73ecbc4c24f3286b. | ||||
| 2012-06-07 | Revert "remove alias analysis and replace with borrowck" | Brian Anderson | -0/+9 | |
| 18s perf regression compiling rustc with opts This reverts commit 7f6ee0ce0df8af4c21b065cb49b95079ae643f77. | ||||
| 2012-06-07 | remove alias analysis and replace with borrowck | Niko Matsakis | -9/+0 | |
| cc #2540 | ||||
| 2012-06-07 | Comments only: annotate FIXMEs | Tim Chevalier | -1/+0 | |
| 2012-06-06 | Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures" | Tim Chevalier | -9/+0 | |
| This reverts commit 9fae95860de510f6874810cf43efb83f101246ef. | ||||
| 2012-05-31 | allow mutable vectors and so forth to be used as immutable slices | Niko Matsakis | -4/+17 | |
| 2012-05-30 | Include capture clauses when generating metadata. | Eric Holk | -1/+5 | |
| This may fix the bug that's blocking Issue #2441. | ||||
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -1/+1 | |
| 2012-05-25 | replace last_use with liveness info | Niko Matsakis | -21/+13 | |
| 2012-05-21 | rustc: Move ast_map to the syntax crate | Brian Anderson | -1/+2 | |
| 2012-05-21 | rustc: Remove ast_map's session dependency | Brian Anderson | -1/+2 | |
| 2012-05-21 | remove mutable cycle from ast_fold | Niko Matsakis | -2/+2 | |
| 2012-05-15 | get preservation of boxes working, at least in simple cases | Niko Matsakis | -0/+1 | |
| 2012-05-14 | rustc: Break some of metadata's dependencies on session | Brian Anderson | -1/+2 | |
| 2012-05-14 | rustc: Eliminate metadata's dependency on astencode | Brian Anderson | -10/+24 | |
| 2012-05-14 | rustc: Move astencode from metadata to middle | Brian Anderson | -0/+1100 | |
