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-31
Change option::t to option
Tim Chevalier
-365
/
+362
2012-01-31
Re-implementing str::to_upper and str::to_lower using str::map
Kevin Cantu
-16
/
+11
2012-01-31
Add str::split_chars_iter and str::splitn_chars_iter
Kevin Cantu
-5
/
+59
2012-01-31
Rename str::iter_chars -> str::chars_iter
Kevin Cantu
-35
/
+6
2012-01-31
Rename str::to_chars -> str::chars
Kevin Cantu
-8
/
+15
2012-01-31
Rename str::loop_chars to str::all,
Kevin Cantu
-37
/
+11
2012-01-31
Comment fixes in str
Kevin Cantu
-17
/
+11
2012-01-31
Rename str::from_byte(s) to str::unsafe::from_byte(s),
Kevin Cantu
-42
/
+47
2012-01-31
Merge pull request #1713 from killerswan/manpg
Graydon Hoare
-35
/
+44
2012-01-31
Merge branch 'master' of github.com:mozilla/rust
Graydon Hoare
-16
/
+4
2012-01-31
Don't compute pre- and postconditions for item_consts
Tim Chevalier
-16
/
+4
2012-01-31
Remove NSIS package, obsolete (and hazardous).
Graydon Hoare
-396
/
+0
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-367
/
+766
2012-01-31
Move walk_ty to stack closure
Marijn Haverbeke
-56
/
+32
2012-01-31
Don't consider references to nullary tag variants lvals in kind.rs
Marijn Haverbeke
-1
/
+16
2012-01-30
core: Add ctypes::c_char
Brian Anderson
-1
/
+4
2012-01-30
rustdoc: Reenable a working test
Brian Anderson
-4
/
+2
2012-01-30
rustdoc: Add some rustdocs
Brian Anderson
-0
/
+2
2012-01-30
rustdoc: Add ifaces to demo module
Brian Anderson
-0
/
+69
2012-01-30
rustdoc: Write markdown for ifaces
Brian Anderson
-6
/
+120
2012-01-30
rustdoc: Apply generic string ops to ifaces
Brian Anderson
-3
/
+100
2012-01-30
rustdoc: Promote iface descriptions to brief descriptions
Brian Anderson
-1
/
+44
2012-01-30
rustdoc: Prune undocumented ifaces
Brian Anderson
-19
/
+124
2012-01-30
rustdoc: Add iface attribute docs to the doc tree
Brian Anderson
-24
/
+106
2012-01-30
rustdoc: Add attribute parsing for ifaces and methods
Brian Anderson
-3
/
+20
2012-01-30
rustdoc: Add iface method type info to the doc tree
Brian Anderson
-11
/
+185
2012-01-30
rustdoc: Add a test that unexported ifaces are pruned
Brian Anderson
-0
/
+9
2012-01-30
rustdoc: Extract iface doc nodes from the AST
Brian Anderson
-0
/
+56
2012-01-30
rustdoc: Add definition of iface docs
Brian Anderson
-5
/
+50
2012-01-30
Updating the manpage and usage message
Kevin Cantu
-35
/
+44
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-123
/
+124
2012-01-30
rustc: Allow attributes on methods. Closes #1709
Brian Anderson
-8
/
+38
2012-01-30
Remove ternary operator
Paul Woolcock
-75
/
+5
2012-01-30
Fix last failing test
Paul Woolcock
-1
/
+9
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-68
/
+183
2012-01-30
Alter/remove tests that include/concern ternary
Paul Woolcock
-52
/
+3
2012-01-30
Substitute type parameters more eagerly
Marijn Haverbeke
-304
/
+201
2012-01-30
Revert self types
Marijn Haverbeke
-97
/
+60
2012-01-30
Remove trailing whitespace in debuginfo.rs
Marijn Haverbeke
-1
/
+1
2012-01-30
Only build debuginfo blocks for blocks that appear in the program text
Marijn Haverbeke
-81
/
+104
2012-01-29
rustc: Add a missing llvm linkage type
Brian Anderson
-0
/
+1
2012-01-29
rustc: Add some missing llvm defs. Fix comments
Brian Anderson
-3
/
+5
2012-01-29
rt: Remove set_min_stack
Brian Anderson
-33
/
+1
2012-01-29
core: Remove sys::set_min_stack
Brian Anderson
-21
/
+0
2012-01-29
rt: Make the initial segment of the main task's stack 1MB
Brian Anderson
-10
/
+24
2012-01-29
rustdoc: Sort the items so modules are printed last
Brian Anderson
-9
/
+81
2012-01-29
rustdoc: Add a sorting pass
Brian Anderson
-0
/
+70
2012-01-29
rustdoc: Extract method to get item names
Brian Anderson
-9
/
+14
2012-01-29
rustdoc: Fix typo in attr_pass
Brian Anderson
-1
/
+1
2012-01-29
rustdoc: Move mod docs into the item tag
Brian Anderson
-126
/
+63
[prev]
[next]