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
/
astsrv.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-09-28
Demode extfmt
Tim Chevalier
-8
/
+8
2012-09-20
rustdoc: Use doc comments for rustdoc's rustdocs
Brian Anderson
-8
/
+8
2012-09-18
rustdoc: Camel case
Brian Anderson
-28
/
+28
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-0
/
+1
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-1
/
+0
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-2
/
+2
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-13
/
+13
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-3
/
+3
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-24
Make rustdoc deal with macros. Rustdoc still fails, though; we think it needs...
Paul Stansifer
-0
/
+2
2012-07-18
rustdoc: Make rustdoc no longer resolve names.
Patrick Walton
-73
/
+11
2012-07-17
rustdoc: XFAIL a failing astsrv test
Patrick Walton
-2
/
+4
2012-07-17
Remove most of old resolve
Tim Chevalier
-1
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-22
/
+22
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-14
/
+14
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-14
/
+14
2012-06-26
rustdoc: Work around some more metadata infelicities
Patrick Walton
-4
/
+6
2012-06-14
Remove code from parser that was awaiting snapshot
Tim Chevalier
-1
/
+1
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-1
/
+1
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-1
/
+1
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-21
rustc: Remove ast_map's session dependency
Brian Anderson
-1
/
+2
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-4
/
+4
2012-05-08
rustc: Extract session::basic_options from rustdoc
Brian Anderson
-27
/
+1
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-7
/
+4
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-4
/
+7
2012-04-17
new debug flag, new test
Niko Matsakis
-0
/
+1
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-1
/
+0
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-5
/
+5
2012-03-22
Add an LLVM-instruction-counting mode to trans.
Graydon Hoare
-0
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-3
/
+2
2012-03-21
Avoid mangling names differently in debug builds to work around a build error...
Josh Matthews
-1
/
+1
2012-03-20
rustdoc: Run the entire resolve pass
Brian Anderson
-3
/
+5
2012-03-15
Turn on monomorphization by default
Marijn Haverbeke
-1
/
+0
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-1
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-06
make inline enabled by default
Niko Matsakis
-1
/
+0
2012-02-29
optionally enforce local variable mutability
Niko Matsakis
-1
/
+2
[next]