| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -11/+11 | |
| 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-04 | Remove empty argument lists from do expressions | Ben Striegel | -2/+2 | |
| 2012-07-03 | core: Convert iter::repeat to the for protocol | Brian Anderson | -2/+2 | |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -6/+6 | |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -11/+11 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -6/+6 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -10/+10 | |
| 2012-06-28 | Get rid of some spurious /~s in rustdoc. Oops. | Michael Sullivan | -5/+5 | |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -4/+4 | |
| 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 | -13/+13 | |
| 2012-06-25 | Remove resources from a few places I missed | Tim Chevalier | -12/+0 | |
| 2012-06-24 | Remove resources | Tim Chevalier | -9/+0 | |
| Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485 | ||||
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -4/+4 | |
| 2012-05-13 | rustc: Eliminate some indirection to the syntax crate | Brian Anderson | -2/+2 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -3/+3 | |
| 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-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-03-11 | rustdoc: Add indexes to native mods. Closes #1963 | Brian Anderson | -0/+12 | |
| 2012-03-10 | rustdoc: Fix native mod breakage | Brian Anderson | -0/+7 | |
| 2012-03-10 | rustdoc: Write page titles | Brian Anderson | -21/+66 | |
| 2012-03-10 | rustdoc: Remove unused fn | Brian Anderson | -4/+0 | |
| 2012-03-09 | rustdoc: Change the formatting for enum variants | Brian Anderson | -5/+4 | |
| 2012-03-09 | rustdoc: Simplify attribute parsing | Brian Anderson | -4/+6 | |
| 2012-03-09 | rustdoc: Simplify the relation between the brief and long description | Brian Anderson | -73/+14 | |
| Brief is just used for indexes now | ||||
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -213/+4 | |
| Don't attempt to impose any structure for documenting arguments, return values, etc. | ||||
| 2012-03-09 | rustdoc: Write sections in markdown | Brian Anderson | -60/+93 | |
| 2012-03-08 | rustdoc: Improve formatting of subsection headers | Brian Anderson | -14/+21 | |
| 2012-03-08 | rustdoc: Format return values consistently | Brian Anderson | -6/+6 | |
| 2012-03-08 | rustdoc: Don't bother reporting the type of return values | Brian Anderson | -29/+13 | |
| 2012-03-08 | rustdoc: Don't bother reporting the type of arguments | Brian Anderson | -10/+8 | |
| This is already displayed in the function signature. Simpler this way. | ||||
| 2012-03-06 | rustdoc: Put brief descriptions in the indexes | Brian Anderson | -1/+12 | |
| 2012-03-06 | rustdoc: Write links correctly for multi-page docs | Brian Anderson | -2/+8 | |
| 2012-03-06 | rustdoc: Parallelize markdown_pass | Brian Anderson | -3/+3 | |
| 2012-03-06 | rustdoc: Write a new file for each page | Brian Anderson | -15/+46 | |
| 2012-03-03 | rustdoc: Convert markdown writer to a writer_factory | Brian Anderson | -16/+13 | |
| 2012-03-03 | rustdoc: Simplify the markdown_pass interface a bit | Brian Anderson | -14/+3 | |
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -17/+21 | |
| 2012-03-02 | rustdoc: Whitespace | Brian Anderson | -1/+1 | |
| 2012-03-02 | rustdoc: Write indexes in output | Brian Anderson | -0/+34 | |
| 2012-03-02 | rustdoc: Begin constructing indexes | Brian Anderson | -21/+36 | |
| 2012-03-02 | rustdoc: Remove some debug logging | Brian Anderson | -2/+0 | |
| 2012-03-01 | rustdoc: Extract markdown header logic. Needed for indexing | Brian Anderson | -30/+78 | |
| 2012-02-29 | rustdoc: Extract markdown_writer from markdown_pass | Brian Anderson | -90/+6 | |
| 2012-02-29 | rustdoc: Write markdown to a file instead of stdout | Brian Anderson | -7/+47 | |
| 2012-02-29 | rustdoc: Use unique types for writing markdown output | Brian Anderson | -32/+71 | |
| No shared types allowed. | ||||
| 2012-02-29 | rustdoc: Refactor markdown_pass | Brian Anderson | -30/+41 | |
| 2012-02-27 | rustdoc: Time passes | Brian Anderson | -7/+14 | |
| 2012-02-26 | rustdoc: Optimize some closures to avoid copying | Brian Anderson | -1/+1 | |
| 2012-02-26 | rustdoc: Rename util mod to par | Brian Anderson | -1/+1 | |
| 2012-02-26 | rustdoc: Do all maps as util::anymap | Brian Anderson | -1/+1 | |
