| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-28 | demode vec | Niko Matsakis | -13/+10 | |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -1/+1 | |
| 2012-09-23 | core: Demode option | Brian Anderson | -1/+1 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+3 | |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -3/+3 | |
| This reverts commit 90e3665fa79d32c3188169cfa992516fb36b81a8. | ||||
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -3/+3 | |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+1 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -2/+2 | |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -1/+1 | |
| 2012-08-29 | Allow extern mods to be anonymous | Tim Chevalier | -0/+1 | |
| extern mod { f(); } is now allowed, and puts f in the enclosing scope. (Requires a link_name attribute to be really useful...) | ||||
| 2012-08-26 | Camel case the option type | Brian Anderson | -13/+13 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -2/+2 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -4/+4 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -12/+16 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -1/+1 | |
| #2907. | ||||
| 2012-07-10 | Get rid of places that expected foo.bar to implicitly bind. | Michael Sullivan | -5/+5 | |
| 2012-07-09 | Allow folds to drop items. | Paul Stansifer | -1/+1 | |
| 2012-07-09 | rustc: Conditionally compile view items. #2357 | Brian Anderson | -6/+24 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -9/+9 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -1/+1 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -3/+3 | |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -8/+8 | |
| 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 | -3/+3 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -6/+6 | |
| 2012-05-21 | remove mutable cycle from ast_fold | Niko Matsakis | -4/+4 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -1/+1 | |
| Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619 | ||||
| 2012-03-29 | rustc: Remove the rustsyntax::attr wrapper in front | Brian Anderson | -1/+1 | |
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+134 | |
