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
/
sectionalize_pass.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-28
rustdoc: Fix build errors
Brian Anderson
-2
/
+2
2012-09-23
core: Demode option
Brian Anderson
-8
/
+8
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-5
/
+11
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-4
/
+4
2012-09-18
rustdoc: Camel case
Brian Anderson
-9
/
+9
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-1
/
+1
2012-09-04
Remove 'with'
Brian Anderson
-14
/
+14
2012-08-26
Camel case the option type
Brian Anderson
-18
/
+18
2012-08-08
rustdoc: Update for new impl syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-3
/
+3
2012-08-05
Switch alts to use arrows
Brian Anderson
-6
/
+6
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+2
2012-07-17
Get rustdoc working with std::par instead of its own par library. Closes #2885.
Zack Corr
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-21
/
+21
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-5
/
+5
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-18
/
+16
2012-07-01
Convert to new closure syntax
Brian Anderson
-4
/
+4
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-5
/
+5
2012-05-30
avoid modifying variable we are alting over
Niko Matsakis
-5
/
+5
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-3
/
+3
2012-03-09
rustdoc: Add the concept of 'sections'
Brian Anderson
-0
/
+237