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
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-28
demode vec
Niko Matsakis
-2
/
+2
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-3
/
+3
2012-09-25
Demode core::result
Brian Anderson
-14
/
+14
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-18
/
+0
2012-09-23
core: Demode option
Brian Anderson
-5
/
+5
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+18
2012-09-18
rustdoc: Camel case
Brian Anderson
-47
/
+47
2012-09-11
rustdoc: Fix formatting of -h
Brian Anderson
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+2
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-04
Remove 'with'
Brian Anderson
-12
/
+12
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+12
2012-08-28
CamelCasify lots of std
Ben Striegel
-2
/
+2
2012-08-27
Convert core::result to camel case
Brian Anderson
-31
/
+31
2012-08-26
Camel case the option type
Brian Anderson
-13
/
+13
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-13
/
+14
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-4
/
+4
2012-08-14
rustdoc: Fix breakage
Brian Anderson
-3
/
+3
2012-08-14
Fix more fallout in rustdoc.
Graydon Hoare
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-5
/
+5
2012-08-05
Switch alts to use arrows
Brian Anderson
-12
/
+12
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-10
/
+11
2012-07-31
std: getopts::match -> matches
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-4
/
+4
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
-76
/
+77
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+2
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-2
/
+0
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+2
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-7
/
+7
2012-07-01
Convert to new closure syntax
Brian Anderson
-11
/
+12
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-10
/
+12
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-38
/
+38
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-30
/
+31
2012-04-23
Rename option::get_or_default to get_default, for consistency
Tim Chevalier
-1
/
+1
2012-04-06
Re-rename option functions
Tim Chevalier
-2
/
+2
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-04-02
Rename some core::option functions
Tim Chevalier
-3
/
+5
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-3
/
+3
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-0
/
+1
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-7
/
+7
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-2
/
+2
2012-03-07
rustdoc: Look for pandoc in ~/.cabal
Brian Anderson
-2
/
+6
2012-03-06
rustdoc: Detect when pandoc isn't available
Brian Anderson
-24
/
+104
2012-02-29
rustdoc: Use unique types for writing markdown output
Brian Anderson
-2
/
+2
2012-02-29
rustdoc: Refactor markdown_pass
Brian Anderson
-0
/
+1
2012-02-28
rustdoc: Add -h flag
Brian Anderson
-4
/
+19
[next]