| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-28 | Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al | Brian Anderson | -0/+2 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -1/+28 | |
| #[legacy_exports]; | ||||
| 2012-09-21 | rustdoc: Add prune_private_pass. Off for now | Brian Anderson | -0/+1 | |
| 2012-09-21 | rustdoc: Cleanup | Brian Anderson | -3/+3 | |
| 2012-09-18 | rustdoc: Camel case | Brian Anderson | -1/+0 | |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 | |
| 2012-09-18 | Add allow(non_camel_case_types) to unconverted crates | Brian Anderson | -0/+1 | |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -4/+4 | |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -2/+2 | |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -5/+5 | |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -5/+0 | |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+6 | |
| New style is allow(foo), warn(foo), deny(foo) and forbid(foo), mirrored by -A foo, -W foo, -D foo and -F foo on command line. These replace -W no-foo, -W foo, -W err-foo, respectively. Forbid is new, and means "deny, and you can't override it". | ||||
| 2012-07-18 | rustdoc: Make rustdoc no longer resolve names. | Patrick Walton | -2/+0 | |
| It relies on being able to ignore errors, which doesn't make sense; resolve is meaningless if errors are ignored. It also doesn't perform macro expansion. Most of what is affected will be reexports, which are changing anyway. | ||||
| 2012-07-17 | Get rustdoc working with std::par instead of its own par library. Closes #2885. | Zack Corr | -1/+1 | |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -5/+5 | |
| 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-06-04 | Make vecs implicitly copyable for all of our projects. | Michael Sullivan | -0/+2 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -1/+1 | |
| Per issue #2418. | ||||
| 2012-05-13 | rustc: Eliminate some indirection to the syntax crate | Brian Anderson | -0/+1 | |
| 2012-04-05 | Explicitly use version 0.2 of crates | Brian Anderson | -2/+7 | |
| 2012-03-28 | Update crate URLs to point to interesting things. | Graydon Hoare | -1/+1 | |
| 2012-03-22 | Bump version numbers to 0.2 | Brian Anderson | -1/+1 | |
| 2012-03-16 | rustdoc: Escape backslashes | Brian Anderson | -1/+2 | |
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -2/+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 | -0/+1 | |
| 2012-03-08 | rustdoc: Rename desc_pass to text_pass | Brian Anderson | -1/+1 | |
| 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: Add a pass to split the document into pages | Brian Anderson | -0/+1 | |
| 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-02-29 | rustdoc: Extract markdown_writer from markdown_pass | Brian Anderson | -0/+1 | |
| 2012-02-26 | rustdoc: Rename util mod to par | Brian Anderson | -1/+1 | |
| 2012-02-26 | rustdoc: Add command line option parsing and a config record | Brian Anderson | -0/+1 | |
| 2012-02-21 | rustdoc: Implement a parallel fold | Brian Anderson | -0/+1 | |
| 2012-02-20 | rustdoc: Document reexports | Brian Anderson | -1/+2 | |
| 2012-02-03 | rustdoc: Add various sorting passes | Brian Anderson | -1/+3 | |
| 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-29 | rustdoc: Add a sorting pass | Brian Anderson | -0/+1 | |
| 2012-01-24 | rustdoc: Add a pass to normalize indentation levels in doc comments | Brian Anderson | -0/+1 | |
| 2012-01-24 | rustdoc: Extract a general apply-function-to-strings pass from trim_pass | Brian Anderson | -0/+1 | |
| 2012-01-24 | rustdoc: Add a demo module with some test docs | Brian Anderson | -0/+1 | |
| 2012-01-24 | rustdoc: Rename gen module to markdown_pass | Brian Anderson | -1/+1 | |
| 2012-01-24 | rustdoc: Add a pass to trim whitespace from docs | Brian Anderson | -0/+1 | |
| 2012-01-24 | rustdoc: Add a pass that extracts brief docs from long docs | Brian Anderson | -0/+1 | |
| If the first paragraph of documentation is short then it will be used as the brief description. | ||||
| 2012-01-23 | rustdoc: Prune unexported items from the doc tree | Brian Anderson | -0/+1 | |
| 2012-01-23 | Change rustc and rustdoc's #[desc] attribute to #[comment] | Brian Anderson | -1/+1 | |
| There are two attributes in use for this same purpose. | ||||
| 2012-01-23 | Revert "rustdoc: Get the crate brief description from the 'desc' attr" | Brian Anderson | -0/+2 | |
| This reverts commit 521e58a3c4f45ffc30a914dd0bb517945d87a503. Some crates use 'desc', some 'comment' - I want them to just use 'doc' | ||||
