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
/
path_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-11-03
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...
Daniel Patterson
-108
/
+0
2012-09-28
demode vec
Niko Matsakis
-2
/
+2
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-18
rustdoc: Camel case
Brian Anderson
-10
/
+10
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-04
Remove 'with'
Brian Anderson
-8
/
+8
2012-08-01
Clean out transitional lint.
Graydon Hoare
-2
/
+2
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-3
/
+4
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-15
/
+15
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-4
/
+4
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-4
/
+4
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-7
/
+7
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-7
/
+7
2012-06-04
Get rid of warnings from instantiating typarams with non-implicitly copyable ...
Michael Sullivan
-1
/
+3
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-1
/
+3
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-2
/
+2
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-7
/
+9
2012-02-27
rustdoc: Time passes
Brian Anderson
-1
/
+6
2012-02-24
rustdoc: Fix some remaining bugs around native mods
Brian Anderson
-1
/
+15
2012-02-24
rustdoc: Record paths to native functions
Brian Anderson
-1
/
+19
2012-02-21
rustdoc: Make it easy to switch between parallel and sequential folds
Brian Anderson
-2
/
+2
2012-02-21
rustdoc: Convert most passes to parallel folds
Brian Anderson
-2
/
+2
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-9
/
+11
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-2
/
+2
2012-02-20
rustdoc: Remove stray log
Brian Anderson
-1
/
+0
2012-02-17
rustdoc: Find the path to all item types
Brian Anderson
-10
/
+21
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-5
/
+8
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-2
/
+2
2012-01-29
rustdoc: Move mod docs into the item tag
Brian Anderson
-2
/
+2
2012-01-19
rustdoc: Add path_pass for recording full paths to mods
Brian Anderson
-0
/
+49