index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustdoc
/
rustdoc.rc
Age
Commit message (
Expand
)
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 #[l...
Graydon Hoare
-1
/
+28
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
2012-07-18
rustdoc: Make rustdoc no longer resolve names.
Patrick Walton
-2
/
+0
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 ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
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
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
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
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
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
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
2012-01-23
Revert "rustdoc: Get the crate brief description from the 'desc' attr"
Brian Anderson
-0
/
+2
[next]