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
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
rustdoc: Use doc comments for rustdoc's rustdocs
Brian Anderson
-46
/
+47
2012-09-20
rustdoc: Support the --help option
Brian Anderson
-1
/
+1
2012-09-20
rustdoc: Also don't print struct attributes
Brian Anderson
-5
/
+15
2012-09-20
rustdoc: Don't print struct drop blocks
Brian Anderson
-0
/
+28
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-2
/
+278
2012-09-19
rustdoc: Find doc(hidden) even when there are multiple doc attrs
Brian Anderson
-10
/
+23
2012-09-19
rustdoc: Fix spelling in tests
Brian Anderson
-2
/
+2
2012-09-19
core: Move TLS to task::local_data
Brian Anderson
-3
/
+3
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-8
/
+8
2012-09-19
rustdoc: Hide impl __extensions__ name in index
Brian Anderson
-1
/
+1
2012-09-19
rustdoc: Begin support for structs
Brian Anderson
-20
/
+159
2012-09-19
rustdoc: Fix some script-mangled idents
Brian Anderson
-53
/
+53
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-4
/
+8
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-1
/
+1
2012-09-18
rustdoc: Camel case
Brian Anderson
-931
/
+929
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-12
/
+13
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-13
/
+12
2012-09-18
Add allow(non_camel_case_types) to unconverted crates
Brian Anderson
-0
/
+1
2012-09-11
rustdoc: Fix formatting of -h
Brian Anderson
-1
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-4
/
+4
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-13
/
+13
2012-09-10
Promote 'return' from a restricted keyword to a strict keyword
Brian Anderson
-17
/
+0
2012-09-10
Convert std::map to camel case
Brian Anderson
-4
/
+4
2012-09-08
core/std: finish making futures sendable + test.. still issues
Jeff Olson
-4
/
+3
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-10
/
+10
2012-09-07
Remove support for multiple traits in a single impl
Tim Chevalier
-3
/
+3
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-1
/
+1
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-6
/
+23
2012-09-06
Remove struct ctors
Brian Anderson
-1
/
+0
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-62
/
+62
2012-09-04
Remove 'with'
Brian Anderson
-162
/
+162
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-3
/
+3
2012-08-30
Bump version to 0.4
Brian Anderson
-5
/
+5
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+212
2012-08-29
Fix breakage
Brian Anderson
-1
/
+1
2012-08-28
CamelCasify lots of std
Ben Striegel
-2
/
+2
2012-08-27
Camel case various core constructors
Brian Anderson
-12
/
+12
2012-08-27
Convert core::result to camel case
Brian Anderson
-35
/
+35
2012-08-26
Camel case the option type
Brian Anderson
-233
/
+233
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-0
/
+1
2012-08-25
Fix some unused variable warnings
Brian Anderson
-1
/
+1
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-8
/
+11
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-38
/
+39
2012-08-24
Use a faked-up function as a key, because functions aren't identical cross-cr...
Paul Stansifer
-4
/
+10
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-4
/
+4
2012-08-23
Remove match checks in rustdoc
Tim Chevalier
-7
/
+15
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-39
/
+39
2012-08-22
intern identifiers
Paul Stansifer
-32
/
+52
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
[next]