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_writer.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-04
De-mode comm::Chan
Tim Chevalier
-4
/
+4
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-23
Fix trans for region patterns (&P)
Niko Matsakis
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-18
rustdoc: Camel case
Brian Anderson
-59
/
+58
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-2
/
+2
2012-09-08
core/std: finish making futures sendable + test.. still issues
Jeff Olson
-4
/
+3
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-04
Remove 'with'
Brian Anderson
-6
/
+6
2012-08-27
Camel case various core constructors
Brian Anderson
-10
/
+10
2012-08-27
Convert core::result to camel case
Brian Anderson
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-1
/
+1
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-0
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-16
/
+16
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-5
/
+5
2012-08-15
Convert more core types to camel case
Brian Anderson
-5
/
+5
2012-08-14
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-14
Fix more fallout in rustdoc.
Graydon Hoare
-1
/
+1
2012-08-13
De-mode core::future.
Graydon Hoare
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-12
/
+12
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-5
/
+5
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+10
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-41
/
+41
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-4
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-8
/
+8
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-8
/
+8
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-4
/
+4
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-3
/
+3
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-1
/
+1
2012-03-26
Disallow ret inside of block functions
Marijn Haverbeke
-2
/
+3
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-4
/
+4
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-12
/
+5
2012-03-10
wibble
Tim Chevalier
-3
/
+2
2012-03-09
Add an infinite loop construct
Tim Chevalier
-1
/
+1
2012-03-06
rustdoc: Write links correctly for multi-page docs
Brian Anderson
-8
/
+16
2012-03-06
rustdoc: Run pandoc in a way that won't deadlock waiting for IO
Brian Anderson
-6
/
+13
2012-03-06
rustdoc: Add some more error reporting for pandoc
Brian Anderson
-2
/
+25
2012-03-04
rustdoc: Build appropriate filenames for pages
Brian Anderson
-23
/
+75
2012-03-03
rustdoc: Convert markdown writer to a writer_factory
Brian Anderson
-11
/
+65
2012-03-03
rustdoc: Remove some bogus error handling around process spawning
Brian Anderson
-8
/
+2
2012-03-01
rustdoc: Stop having pandoc write the TOC
Brian Anderson
-1
/
+0
2012-03-01
rustdoc: Teach rustdoc to run pandoc
Brian Anderson
-6
/
+74
2012-02-29
rustdoc: Extract markdown_writer from markdown_pass
Brian Anderson
-0
/
+96