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
/
markdown_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-11-03
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...
Daniel Patterson
-874
/
+0
2012-10-12
Make moves explicit in rustdoc
Tim Chevalier
-9
/
+10
2012-10-11
Update FIXME numbers
Tim Chevalier
-2
/
+3
2012-09-23
core: Demode option
Brian Anderson
-14
/
+14
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-6
/
+6
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-2
/
+5
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-4
/
+4
2012-09-19
rustdoc: Hide impl __extensions__ name in index
Brian Anderson
-1
/
+1
2012-09-19
rustdoc: Begin support for structs
Brian Anderson
-1
/
+19
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-4
/
+8
2012-09-18
rustdoc: Camel case
Brian Anderson
-125
/
+125
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-1
/
+1
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-1
/
+1
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-4
/
+4
2012-09-04
Remove 'with'
Brian Anderson
-8
/
+8
2012-08-26
Camel case the option type
Brian Anderson
-12
/
+12
2012-08-25
Fix some unused variable warnings
Brian Anderson
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-24
/
+24
2012-08-14
rustdoc: Process markdown pages in sequence. Closes #2484
Brian Anderson
-1
/
+3
2012-08-08
rustdoc: Update for new impl syntax
Brian Anderson
-8
/
+22
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+0
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-11
/
+11
2012-08-05
Switch alts to use arrows
Brian Anderson
-36
/
+36
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-1
/
+1
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-3
/
+3
2012-08-01
Convert ret to return
Brian Anderson
-6
/
+6
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-4
/
+4
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-20
/
+20
2012-07-18
syntax: Parse multiple trait refs in a single implementation
Patrick Walton
-7
/
+9
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-5
/
+7
2012-07-17
Get rustdoc working with std::par instead of its own par library. Closes #2885.
Zack Corr
-2
/
+2
2012-07-16
replace core::tuple functions with methods
Gareth Daniel Smith
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-126
/
+128
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
[next]