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
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
rustdoc: Remove nullary-tag dots
Brian Anderson
-4
/
+4
2012-01-19
rustdoc: Write the full path to each mod
Brian Anderson
-1
/
+9
2012-01-19
rustdoc: Change the header scheme so that all mods are h2, fns h3
Brian Anderson
-21
/
+15
2012-01-19
rustdoc: Add path_pass for recording full paths to mods
Brian Anderson
-0
/
+51
2012-01-19
rustdoc: Add path field to doc::moddoc
Brian Anderson
-0
/
+4
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1410
/
+1410
2012-01-18
rustdoc: Add more rustdocs
Brian Anderson
-1
/
+15
2012-01-18
Merge remote-tracking branch 'mozilla/snap-stage3'
Tim Chevalier
-5
/
+3
2012-01-18
Register snapshots
Tim Chevalier
-0
/
+7
2012-01-18
rustdoc: Write fn arg descriptions to markdown
Brian Anderson
-1
/
+15
2012-01-18
rustdoc: Add fn arg descriptions to the doc tree
Brian Anderson
-4
/
+28
2012-01-18
rustdoc: Change field order on doc::fndoc
Brian Anderson
-6
/
+6
2012-01-18
rustdoc: Ignore nil-typed return values
Brian Anderson
-21
/
+46
2012-01-18
rustdoc: Write markdown for mod description
Brian Anderson
-3
/
+18
2012-01-18
Allow any alternative (not just a block) to follow a nullary tag pattern
Tim Chevalier
-3
/
+1
2012-01-18
allow dotless nullary patterns inside or-patterns
Tim Chevalier
-1
/
+2
2012-01-18
Another minor parser fix for nullary-tag patterns
Tim Chevalier
-1
/
+1
2012-01-18
Allow nullary tag names to be qualified
Tim Chevalier
-3
/
+2
2012-01-18
rustc: Assert that the parser doesn't assign node id 0
Brian Anderson
-0
/
+2
2012-01-18
rustdoc: Add mod docs attrs to the doc tree
Brian Anderson
-1
/
+58
2012-01-18
rustdoc: Assign AST ids to mod docs
Brian Anderson
-4
/
+17
2012-01-18
rustdoc: Add brief and desc fields to module docs
Brian Anderson
-4
/
+11
2012-01-18
rustdoc: Parse module docs
Brian Anderson
-79
/
+154
2012-01-18
Merge pull request #1565 from elly/cargo
Brian Anderson
-20
/
+0
2012-01-18
[cargo] argh
Elly Jones
-20
/
+0
2012-01-18
Merge pull request #1564 from elly/cargo
Graydon Hoare
-12
/
+26
2012-01-18
[cargo] refactor test_one_crate
Elly Jones
-12
/
+26
2012-01-18
fix long line
Graydon Hoare
-1
/
+1
2012-01-18
Merge pull request #1562 from elly/cargo
Graydon Hoare
-15
/
+48
2012-01-18
[cargo] add --test flag to install
Elly Jones
-15
/
+48
2012-01-18
Fix --out-dir a bit more in driver.
Graydon Hoare
-3
/
+5
2012-01-18
Give up trying to be clever about masking out parts of llvm and libuv.
Graydon Hoare
-11
/
+1
2012-01-18
Fix path munging in dist rule.
Graydon Hoare
-4
/
+5
2012-01-18
Add RELEASES.txt
Graydon Hoare
-0
/
+27
2012-01-18
Tidy tidy
Graydon Hoare
-4
/
+1
2012-01-18
remove align_mode and rewrite GEP_tup_like to align correctly
Niko Matsakis
-97
/
+82
2012-01-18
correct use of GEP_tup_like in closure constr
Niko Matsakis
-28
/
+66
2012-01-18
rustdoc: Write argument names as code spans
Brian Anderson
-3
/
+3
2012-01-18
rustdoc: Write markdown for argument types
Brian Anderson
-3
/
+8
2012-01-18
rustdoc: Add argument types to the doc
Brian Anderson
-19
/
+63
2012-01-18
rustdoc: Extract functions from tystr_pass::fold_fn
Brian Anderson
-32
/
+32
2012-01-18
rustdoc: Prune unconfigured items from AST
Brian Anderson
-0
/
+14
2012-01-18
rustdoc: Write markdown for fn arguments
Brian Anderson
-4
/
+34
2012-01-18
rustdoc: Introduce type doc::argdoc
Brian Anderson
-12
/
+17
2012-01-18
rustdoc: Extract function argument names from the AST
Brian Anderson
-2
/
+20
2012-01-18
rustdoc: Merge the crate's name attribute into the doc tree
Brian Anderson
-0
/
+39
2012-01-18
rustdoc: Parse crate name from #[link] attr
Brian Anderson
-3
/
+39
2012-01-18
rustdoc: Put fn docs inside fn bodies
Brian Anderson
-5
/
+11
2012-01-18
rustdoc: Document attr_parser::doc_meta
Brian Anderson
-0
/
+3
2012-01-18
configure: Don't use pandoc < 1.8. Closes #1513
Brian Anderson
-0
/
+17
[next]