| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-28 | demode vec | Niko Matsakis | -18/+18 | |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -258/+0 | |
| 2012-09-23 | core: Demode option | Brian Anderson | -1/+1 | |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -2/+260 | |
| 2012-09-19 | rustdoc: Begin support for structs | Brian Anderson | -2/+38 | |
| 2012-09-19 | rustdoc: Fix some script-mangled idents | Brian Anderson | -16/+16 | |
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -229/+229 | |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -3/+3 | |
| This reverts commit 3b013cd800ce675a445220105911bbefd2427e47. | ||||
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -3/+3 | |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -6/+21 | |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+200 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -51/+51 | |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -11/+11 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -18/+18 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -42/+42 | |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -20/+20 | |
| API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map). | ||||
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 | |
| 2012-07-18 | syntax: Parse multiple trait refs in a single implementation | Patrick Walton | -1/+1 | |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -4/+32 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -24/+24 | |
| #2907. | ||||
| 2012-07-13 | Front-end support for default impls in traits. | Lindsey Kuper | -1/+7 | |
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -9/+9 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -18/+16 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -17/+17 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -18/+18 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -29/+29 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -30/+30 | |
| 2012-06-24 | Remove resources | Tim Chevalier | -22/+0 | |
| Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485 | ||||
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -3/+3 | |
| 2012-06-14 | Comments only: annotate FIXMEs in rustdoc | Tim Chevalier | -1/+1 | |
| 2012-03-11 | rustdoc: Add indexes to native mods. Closes #1963 | Brian Anderson | -1/+2 | |
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -47/+12 | |
| Don't attempt to impose any structure for documenting arguments, return values, etc. | ||||
| 2012-03-09 | rustdoc: Add the concept of 'sections' | Brian Anderson | -0/+15 | |
| 2012-03-08 | rustdoc: Don't bother reporting the type of return values | Brian Anderson | -2/+1 | |
| 2012-03-08 | rustdoc: Don't bother reporting the type of arguments | Brian Anderson | -2/+1 | |
| This is already displayed in the function signature. Simpler this way. | ||||
| 2012-03-06 | rustdoc: Put brief descriptions in the indexes | Brian Anderson | -0/+2 | |
| 2012-03-06 | rustdoc: Add a pass to split the document into pages | Brian Anderson | -0/+84 | |
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -0/+24 | |
| 2012-03-02 | rustdoc: Begin constructing indexes | Brian Anderson | -2/+0 | |
| 2012-03-02 | Revert "rust: xfail-fast run-pass/cci_no_inline_exe" | Brian Anderson | -0/+2 | |
| This reverts commit 95099cddcf2691fcbb389db657c70cf80d776918. | ||||
| 2012-03-02 | rust: xfail-fast run-pass/cci_no_inline_exe | Brian Anderson | -2/+0 | |
| 2012-03-01 | rustdoc: Add index records to the doc tree | Brian Anderson | -1/+25 | |
| 2012-02-24 | rustdoc: Don't prune reexports | Brian Anderson | -0/+2 | |
| 2012-02-24 | rustdoc: Remove a pointer that's no longer needed | Brian Anderson | -11/+10 | |
| 2012-02-24 | rustdoc: Extract doc nodes for native mods | Brian Anderson | -1/+10 | |
| 2012-02-24 | rustdoc: Add doc node for native mods | Brian Anderson | -0/+11 | |
| 2012-02-23 | rustdoc: Make reexports work in the crate module | Brian Anderson | -0/+3 | |
| 2012-02-17 | rustdoc: Extract common item fields into itemdoc | Brian Anderson | -47/+80 | |
| 2012-02-17 | rustdoc: Add path field to all item docs | Brian Anderson | -0/+7 | |
| 2012-02-01 | rustdoc: Add support for type items | Brian Anderson | -1/+20 | |
