| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -2/+2 | |
| ./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-01 | Convert to new closure syntax | Brian Anderson | -7/+7 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -8/+8 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -12/+12 | |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -9/+9 | |
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -1/+1 | |
| 2012-03-16 | rustdoc: Escape backslashes | Brian Anderson | -0/+1 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -1/+1 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -3/+0 | |
| Don't attempt to impose any structure for documenting arguments, return values, etc. | ||||
| 2012-03-09 | rustdoc: Add the concept of 'sections' | Brian Anderson | -1/+2 | |
| 2012-03-07 | rustdoc: Support #[doc(hidden)] | Brian Anderson | -0/+1 | |
| 2012-03-06 | rustdoc: Remove escaping pass | Brian Anderson | -1/+0 | |
| 2012-03-06 | rustdoc: Escape HTML special characters | Brian Anderson | -0/+1 | |
| 2012-03-06 | rustdoc: Write links correctly for multi-page docs | Brian Anderson | -1/+1 | |
| 2012-03-06 | rustdoc: Write a new file for each page | Brian Anderson | -0/+1 | |
| 2012-03-06 | rustdoc: Remove Google's copyright notice | Brian Anderson | -4/+0 | |
| There is no Google code left. | ||||
| 2012-03-03 | rustdoc: Convert markdown writer to a writer_factory | Brian Anderson | -1/+1 | |
| 2012-03-03 | rustdoc: Simplify the markdown_pass interface a bit | Brian Anderson | -1/+3 | |
| 2012-03-03 | rustdoc: Introduce the concept of a 'page' | Brian Anderson | -24/+32 | |
| 2012-03-02 | rustdoc: Begin constructing indexes | Brian Anderson | -0/+1 | |
| 2012-03-02 | Revert "rust: xfail-fast run-pass/cci_no_inline_exe" | Brian Anderson | -1/+0 | |
| This reverts commit 95099cddcf2691fcbb389db657c70cf80d776918. | ||||
| 2012-03-02 | rust: xfail-fast run-pass/cci_no_inline_exe | Brian Anderson | -0/+1 | |
| 2012-03-01 | rustdoc: Add index records to the doc tree | Brian Anderson | -2/+4 | |
| 2012-02-29 | rustdoc: Refactor markdown_pass | Brian Anderson | -4/+5 | |
| 2012-02-28 | rustdoc: Parse command line opts | Brian Anderson | -7/+9 | |
| 2012-02-28 | rustdoc: Add -h flag | Brian Anderson | -0/+5 | |
| 2012-02-27 | rustdoc: Clean up pass names | Brian Anderson | -1/+1 | |
| 2012-02-27 | rustdoc: Time passes | Brian Anderson | -4/+31 | |
| 2012-02-24 | rustdoc: Don't prune reexports | Brian Anderson | -1/+1 | |
| 2012-02-24 | rustdoc: Remove a pointer that's no longer needed | Brian Anderson | -2/+2 | |
| 2012-02-21 | rustdoc: Convert the astsrv constructor to a higher order fn | Brian Anderson | -23/+25 | |
| This will allow it to manage the destruction of the astsrv after I convert it to a task | ||||
| 2012-02-21 | rustdoc: Rename mk_srv_from_str/file to just from_str/file | Brian Anderson | -2/+2 | |
| 2012-02-20 | rustdoc: Document reexports | Brian Anderson | -0/+1 | |
| 2012-02-17 | rustdoc: Extract common item fields into itemdoc | Brian Anderson | -11/+11 | |
| 2012-02-03 | rustdoc: Add various sorting passes | Brian Anderson | -0/+2 | |
| 2012-01-31 | rustdoc: Split the pruning of undocumented branches into two passes | Brian Anderson | -1/+2 | |
| prune_undoc_details_pass strips arguments and return values that are undocumented. prune_undoc_items_pass prunes entire items. | ||||
| 2012-01-30 | rustdoc: Use fewer unique pointers | Brian Anderson | -6/+6 | |
| 2012-01-29 | rustdoc: Sort the items so modules are printed last | Brian Anderson | -1/+1 | |
| 2012-01-29 | rustdoc: Move mod docs into the item tag | Brian Anderson | -4/+2 | |
| 2012-01-29 | rustdoc: Move fn docs into the item tag | Brian Anderson | -4/+2 | |
| 2012-01-29 | rustdoc: Move const docs into the item tag | Brian Anderson | -4/+2 | |
| 2012-01-29 | rustdoc: Move enum docs into the item tag | Brian Anderson | -4/+2 | |
| 2012-01-29 | rustdoc: Move resource docs into the item tag | Brian Anderson | -4/+4 | |
| 2012-01-29 | rustdoc: Create an item tag to hold doc for all item types | Brian Anderson | -0/+2 | |
| 2012-01-26 | rustdoc: Extract resources from the AST | Brian Anderson | -2/+2 | |
| 2012-01-26 | rustdoc: Add a resource node to the doc tree | Brian Anderson | -2/+4 | |
| 2012-01-25 | rustdoc: Write markdown for enums | Brian Anderson | -0/+4 | |
| 2012-01-24 | rustdoc: Add enums to the doc tree | Brian Anderson | -2/+4 | |
| 2012-01-24 | rustdoc: Add a pass to normalize indentation levels in doc comments | Brian Anderson | -0/+1 | |
