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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustdoc
/
markdown_pass.rs
Age
Commit message (
Expand
)
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 ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
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
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
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
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
2012-03-09
rustdoc: Vastly simplify the document model
Brian Anderson
-213
/
+4
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
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
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
[next]