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-24
Replace uses of str::unsafe_from_byte
Kevin Cantu
-5
/
+5
2012-01-24
Changed type of str::from_bytes and added str::from_byte
Kevin Cantu
-18
/
+43
2012-01-24
rustdoc: Add enums to the doc tree
Brian Anderson
-4
/
+23
2012-01-24
rustdoc: Add a pass to normalize indentation levels in doc comments
Brian Anderson
-0
/
+122
2012-01-24
rustdoc: Extract a general apply-function-to-strings pass from trim_pass
Brian Anderson
-65
/
+78
2012-01-24
rustdoc: Add a demo module with some test docs
Brian Anderson
-0
/
+70
2012-01-24
rustdoc: Update tests for rustc diagnostic changes
Brian Anderson
-1
/
+2
2012-01-24
rustc: Bump the error count on non-span errors
Brian Anderson
-0
/
+1
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-80
/
+114
2012-01-24
rustdoc: Rename gen module to markdown_pass
Brian Anderson
-2
/
+2
2012-01-24
rustdoc: Generate markdown for failure conditions
Brian Anderson
-0
/
+20
2012-01-24
rustdoc: Trim whitespace from failure conditions
Brian Anderson
-1
/
+12
2012-01-24
rustdoc: Don't prune functions with documented failure conditions
Brian Anderson
-1
/
+12
2012-01-24
rustdoc: Add fn failure conditions to the doc tree
Brian Anderson
-1
/
+14
2012-01-24
rustdoc: Parse fn failure conditions
Brian Anderson
-4
/
+15
2012-01-24
rustdoc: Add a pass to trim whitespace from docs
Brian Anderson
-0
/
+132
2012-01-24
rustdoc: Add a pass that extracts brief docs from long docs
Brian Anderson
-0
/
+221
2012-01-24
Reorganizing str.rs to group and document strings better (no functional chang...
Kevin Cantu
-676
/
+837
2012-01-24
comp: Fix syntax error in parser
Brian Anderson
-1
/
+1
2012-01-24
Merge pull request #1631 from j-clark/patch-2
Brian Anderson
-2
/
+3
2012-01-24
Merge pull request #1637 from grahame/cargo-errors
Brian Anderson
-2
/
+22
2012-01-24
freebsd clang support
Jyun-Yan You
-0
/
+4
2012-01-25
suggest sync/init to user as appropriate
Grahame Bowland
-2
/
+22
2012-01-24
core: Document the log levels
Brian Anderson
-0
/
+5
2012-01-24
rustdoc: Update one of the markdown fn tests
Brian Anderson
-1
/
+1
2012-01-24
rustdoc: Write markdown for consts
Brian Anderson
-0
/
+28
2012-01-24
rustdoc: Prune undocumented consts
Brian Anderson
-3
/
+40
2012-01-24
rustdoc: Some refactoring in attr_pass
Brian Anderson
-18
/
+15
2012-01-24
rustdoc: Add const attr docs to doc tree
Brian Anderson
-2
/
+34
2012-01-24
rustdoc: Add parsing of const attribute docs
Brian Anderson
-2
/
+48
2012-01-24
rustdoc: Add const types to the doc tree
Brian Anderson
-2
/
+33
2012-01-24
rustdoc: Add brief and desc fields to constdoc
Brian Anderson
-0
/
+4
2012-01-24
rustdoc: Add fold_const and fold_constlist to fold
Brian Anderson
-17
/
+56
2012-01-24
rustdoc: Prune unexported consts
Brian Anderson
-7
/
+64
2012-01-24
rustdoc: Build const docs from AST consts
Brian Anderson
-1
/
+31
2012-01-24
rustdoc: Add consts to the doc tree
Brian Anderson
-4
/
+15
2012-01-23
Add export{} syntax to encapsulate things that should be abstract
Tim Chevalier
-4
/
+4
2012-01-23
s/fn&/fn/
Kevin Cantu
-8
/
+8
2012-01-23
Added str::from_bytes (which is UTF-8 safe)
Kevin Cantu
-0
/
+31
2012-01-23
improved test case for str::any
Kevin Cantu
-1
/
+1
2012-01-23
Added str::lines_iter
Kevin Cantu
-3
/
+27
2012-01-23
fixing indentation
Kevin Cantu
-29
/
+29
2012-01-23
Added str::words_iter
Kevin Cantu
-2
/
+34
2012-01-23
Added str::any, str::bytes_iter, str::windowed, and vec::windowed functions
Kevin Cantu
-7
/
+158
2012-01-23
Added str::map and str::all functions
Kevin Cantu
-1
/
+43
2012-01-23
Merge branch 'master' into tag-docs
Tim Chevalier
-0
/
+178
2012-01-23
rustdoc: Prune unexported items from the doc tree
Brian Anderson
-0
/
+178
2012-01-23
Register snapshots
Tim Chevalier
-0
/
+7
2012-01-23
Added to bad_expr_word_table reserved words
Joshua Clark
-2
/
+3
2012-01-23
cargo: Long lines
Brian Anderson
-1
/
+2
[prev]
[next]