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
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
Handle log expressions with a _|_-typed level
Tim Chevalier
-0
/
+10
2012-01-19
rustdoc: Add a blank line after the return value description
Brian Anderson
-0
/
+9
2012-01-19
rustdoc: Attach return value descriptions to the doc tree
Brian Anderson
-3
/
+24
2012-01-19
rustdoc: Run tystr pass before attr pass
Brian Anderson
-3
/
+3
2012-01-19
rustc: Fix long lines
Patrick Walton
-5
/
+6
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-183
/
+183
2012-01-19
cargo: Fix unused argument warning
Brian Anderson
-1
/
+1
2012-01-19
libstd: Long lines
Brian Anderson
-2
/
+2
2012-01-19
Use fn~ to simplify the core::test interface
Brian Anderson
-114
/
+63
2012-01-19
In trans, allow _|_-typed things to be the argument to fail
Tim Chevalier
-1
/
+5
2012-01-19
Partial fix for #1561, doesn't actually "fix" the problem but you get output ...
Graydon Hoare
-3
/
+3
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-21
/
+30
2012-01-19
treat fn*() as fn&()
Niko Matsakis
-11
/
+13
2012-01-19
rustc: Refactor lint check and avoid a segv fault
Haitao Li
-23
/
+16
2012-01-19
rustc: Name the lint-style check module `lint`
Haitao Li
-69
/
+89
2012-01-19
rustc: Add a usage pass to collect one-off analyses
Haitao Li
-31
/
+72
2012-01-19
rustc: Use io::println for time-passes data
Haitao Li
-2
/
+2
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-130
/
+125
2012-01-19
rustdoc: Cleanup
Brian Anderson
-60
/
+11
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
[cargo] argh
Elly Jones
-20
/
+0
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
[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
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
[prev]
[next]