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
Age
Commit message (
Expand
)
Author
Lines
2012-01-16
Minor cleanups to custom discriminator code.
Kevin Atkinson
-5
/
+5
2012-01-16
Ensure library file always has a proper suffix.
Josh Matthews
-1
/
+1
2012-01-16
Make str::replace smarter.
Josh Matthews
-2
/
+7
2012-01-16
Don't write out type names when hashing types
Marijn Haverbeke
-3
/
+5
2012-01-16
Remove misguided indirect return in trans_closure
Marijn Haverbeke
-8
/
+4
2012-01-16
Move emacs mode into tree
Marijn Haverbeke
-0
/
+510
2012-01-16
Store type names in crate metadata
Marijn Haverbeke
-4
/
+23
2012-01-16
When pretty-printing fn types, leave off arg modes when they are the default
Marijn Haverbeke
-5
/
+13
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-51
/
+106
2012-01-16
Be more careful about pretty-printing literals
Marijn Haverbeke
-12
/
+19
2012-01-16
Update pretty printer to print out disr. values.
Kevin Atkinson
-0
/
+24
2012-01-16
Properly print u suffix for uint literals
Marijn Haverbeke
-1
/
+1
2012-01-16
rustdoc: Attach the doc writer to the doc extractor
Brian Anderson
-30
/
+5
2012-01-16
rustdoc: Write fn docs
Brian Anderson
-1
/
+58
2012-01-16
rustdoc: Write crate name
Brian Anderson
-0
/
+35
2012-01-16
rustdoc: Set the crate name in the top module
Brian Anderson
-9
/
+19
2012-01-16
rustdoc: Attach the AST node id to fndocs
Brian Anderson
-13
/
+36
2012-01-16
rustdoc: Rename type rustdoc to gen::ctxt
Brian Anderson
-24
/
+19
2012-01-16
rustdoc: Move rustdoc type into the gen module
Brian Anderson
-0
/
+5
2012-01-16
rustdoc: Wire up the doc extractor to attribute parser
Brian Anderson
-8
/
+2
2012-01-16
rustdoc: Add regression tests for existing attr parsing behavior
Brian Anderson
-7
/
+88
2012-01-16
rustdoc: Change parse_fn to take a vector of attributes
Brian Anderson
-34
/
+40
2012-01-16
rustdoc: Rename parse_compound_fndoc to parse_fn
Brian Anderson
-3
/
+3
2012-01-16
rustdoc: Move parse_compound_fndoc into mod attr_parser
Brian Anderson
-67
/
+70
2012-01-16
rustdoc: Build mod and fn nodes from the AST
Brian Anderson
-20
/
+129
2012-01-16
rustdoc: Add extract module for building doc model from AST
Brian Anderson
-0
/
+23
2012-01-16
rustdoc: Move markdown-writing functions into gen module
Brian Anderson
-47
/
+47
2012-01-16
rustdoc: Move document model into doc module
Brian Anderson
-18
/
+18
2012-01-16
rustdoc: Add cratedoc and moddoc types
Brian Anderson
-0
/
+8
2012-01-16
rustdoc: Move parse module to its own file
Brian Anderson
-24
/
+23
2012-01-16
rustdoc: Add parse::from_str for testing purposes
Brian Anderson
-2
/
+14
2012-01-16
rustdoc: Move AST parsing into the parse module
Brian Anderson
-12
/
+18
2012-01-16
use correct size for logging mod_entry state fields
Jyun-Yan You
-27
/
+27
2012-01-16
add lgamma functions for FreeBSD
Jyun-Yan You
-0
/
+2
2012-01-15
Added string functions: split_func, split_char, lines, lines_any, words,
Kevin Cantu
-9
/
+189
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-30
/
+134
2012-01-15
rustc: Extract comman parts of view parsing
Brian Anderson
-7
/
+13
2012-01-15
build: Add rustdoc to tidy rules
Brian Anderson
-2
/
+6
2012-01-15
rustdoc: Add a crate file
Brian Anderson
-0
/
+8
2012-01-15
Register snapshots
Brian Anderson
-0
/
+7
2012-01-15
Revert "Register snapshots"
Brian Anderson
-7
/
+0
2012-01-15
Register snapshots
Brian Anderson
-0
/
+7
2012-01-14
bench: Lower the default inputs on many shootout benchmarks
Brian Anderson
-5
/
+5
2012-01-14
bench: Update shootout-nbody for style
Brian Anderson
-22
/
+20
2012-01-14
bench: Update fannkuchredux for style
Brian Anderson
-5
/
+11
2012-01-14
bench: Update shootout-binarytrees for style
Brian Anderson
-8
/
+15
2012-01-14
bench: Update shootout-ackermann for performance
Brian Anderson
-15
/
+14
2012-01-14
bench: Update shootout-fibo for performance
Brian Anderson
-14
/
+15
2012-01-14
libcore: Add sys::set_min_stack
Brian Anderson
-0
/
+17
2012-01-14
Merge pull request #1521 from grahame/master
Brian Anderson
-3
/
+3
[next]