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-02-01
Remove remaining references to option::t outside option itself
Tim Chevalier
-12
/
+12
2012-02-01
rt: Don't access fields on null supervisor task
Brian Anderson
-2
/
+2
2012-02-01
rt: Fix lock_held_by_current_thread
Brian Anderson
-8
/
+12
2012-02-01
rt: Remove unused variable from lock_and_signal
Brian Anderson
-5
/
+1
2012-02-01
rt: Remove calls to signal the kernel lock
Brian Anderson
-3
/
+0
2012-02-01
rt: Remove rust_timer. Unused
Brian Anderson
-118
/
+0
2012-02-01
core: Ignore should_fail tests on win32
Brian Anderson
-0
/
+3
2012-02-01
Make vec::pop efficient
Marijn Haverbeke
-13
/
+4
2012-02-01
Remove support for native types
Marijn Haverbeke
-124
/
+17
2012-02-01
Remove native types from stdlib
Marijn Haverbeke
-101
/
+87
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-268
/
+250
2012-01-31
rustdoc: Split the pruning of undocumented branches into two passes
Brian Anderson
-104
/
+187
2012-01-31
Merge branch 'master' into register-snapshots
Tim Chevalier
-544
/
+1018
2012-01-31
rustdoc: Add impl docs to demo mod
Brian Anderson
-0
/
+11
2012-01-31
rustdoc: Write markdown for impls
Brian Anderson
-1
/
+96
2012-01-31
register snapshots
Tim Chevalier
-0
/
+7
2012-01-31
rustdoc: Apply string ops to impl docs
Brian Anderson
-18
/
+81
2012-01-31
rustdoc: Promote impl descriptions to brief descriptions
Brian Anderson
-1
/
+38
2012-01-31
rustdoc: Prune undocumented impls
Brian Anderson
-18
/
+88
2012-01-31
rustdoc: Refactor tests
Brian Anderson
-530
/
+246
2012-01-31
rustdoc: Pull impl docs out of attributes
Brian Anderson
-5
/
+67
2012-01-31
rustdoc: Gather types of impls
Brian Anderson
-25
/
+161
2012-01-31
rustdoc: Rename impldoc.for_ty to self_ty
Brian Anderson
-2
/
+2
2012-01-31
rustdoc: Prune unexported impls
Brian Anderson
-1
/
+10
2012-01-31
rustdoc: Extract impl doc nodes from AST
Brian Anderson
-0
/
+66
2012-01-31
rustdoc: Add impl doc node
Brian Anderson
-5
/
+43
2012-01-31
add iter library in preliminary form (limited syntactic support)
Niko Matsakis
-2
/
+173
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
[next]