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
Age
Commit message (
Expand
)
Author
Lines
2012-02-12
Add a test for core::str::from_cstr_len
Tomoki Aonuma
-0
/
+8
2012-02-12
Implement core::str::from_cstr_len, close #1666
Tomoki Aonuma
-0
/
+19
2012-02-11
test: Fix cros-crate-glob-collision
Brian Anderson
-2
/
+2
2012-02-11
build: Disable libuv makefile auto-regeneration
Brian Anderson
-4
/
+4
2012-02-11
core: Change the argument order for vec::contains, vec::count
Brian Anderson
-12
/
+12
2012-02-11
core: Rename vec::member to vec::contains to match str mod
Brian Anderson
-12
/
+12
2012-02-11
Merge pull request #1812 from killerswan/indexing2
Brian Anderson
-87
/
+151
2012-02-11
Merge pull request #1811 from killerswan/char_funcs
Brian Anderson
-0
/
+29
2012-02-11
(core::str) removed [r]index_byte
Kevin Cantu
-44
/
+0
2012-02-11
(core::char) export is_digit
Kevin Cantu
-1
/
+1
2012-02-11
using str::rindex...
Kevin Cantu
-21
/
+23
2012-02-11
(core::str) added rindex and rewrote pop_char with char_range_at_reverse
Kevin Cantu
-13
/
+91
2012-02-11
using str::index...
Kevin Cantu
-34
/
+33
2012-02-11
core::str: added index (char)
Kevin Cantu
-0
/
+27
2012-02-11
core::str rename [r]index -> [r]index_bytes
Kevin Cantu
-20
/
+22
2012-02-11
core: added char::is_digit (matching Nd, Nl, No)
Kevin Cantu
-1
/
+19
2012-02-11
core: added a rough char::is_ascii
Kevin Cantu
-0
/
+11
2012-02-11
Add Tomoki Aonuma to AUTHORS.txt
Brian Anderson
-0
/
+1
2012-02-11
Merge pull request #1810 from uasi/fix-typo
Brian Anderson
-1
/
+1
2012-02-11
correct fully qualified type names to include the crate; add tests (take 2)
Niko Matsakis
-2
/
+27
2012-02-12
Fix typo in either.rs
Tomoki Aonuma
-1
/
+1
2012-02-11
rewrite to use ctypes types
Niko Matsakis
-1
/
+1
2012-02-11
make bind syntax unnecessary: just use _ for one of the arguments
Niko Matsakis
-55
/
+66
2012-02-11
Revert prior commit until I have time to track down the valgrind error
Niko Matsakis
-27
/
+2
2012-02-10
correct fully qualified type names to include the crate; add tests
Niko Matsakis
-2
/
+27
2012-02-10
remove executable that was accidentally included
Niko Matsakis
-0
/
+0
2012-02-10
create serialization lib and update serializer to use it
Niko Matsakis
-39
/
+304
2012-02-10
use absolute names when pretty-printing types
Niko Matsakis
-58
/
+78
2012-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-29
/
+238
2012-02-10
create serializer project which autogenerates serialization code
Niko Matsakis
-1
/
+1010
2012-02-10
update ebml interface
Niko Matsakis
-24
/
+44
2012-02-10
Remove dead code
Niko Matsakis
-37
/
+0
2012-02-10
use task::spawn_sched to read stdout and stderr at the same time
Ted Horst
-3
/
+26
2012-02-10
put fflush back in
Ted Horst
-0
/
+4
2012-02-10
read stderr before stdout
Ted Horst
-1
/
+1
2012-02-10
log to stderr instead of stdout
Ted Horst
-16
/
+12
2012-02-10
When parsing a source string, fail when the entire string is not parsed.
Kevin Atkinson
-0
/
+51
2012-02-10
Bug fix to accept $ in 0th pos, (ie #ast{$(x) + ...}).
Kevin Atkinson
-4
/
+12
2012-02-10
test: Add tests for #1802
Brian Anderson
-0
/
+8
2012-02-10
rt: Add docs to stack functions
Brian Anderson
-0
/
+6
2012-02-10
rt: Call register/deregister_valgrind_stack from the stack con/destructors
Brian Anderson
-13
/
+9
2012-02-10
rt: Extract prepare_valgrind_stack from register_valgrind_stack
Brian Anderson
-0
/
+10
2012-02-10
rt: Rename config_valgrind_stack to register_valgrind_stack, etc
Brian Anderson
-16
/
+10
2012-02-10
rt: Account for the size of stack_canary in create_stack
Brian Anderson
-1
/
+7
2012-02-10
rt: Move the addition of the stack canary into create_stack
Brian Anderson
-4
/
+4
2012-02-10
support a fast-make mode that avoids globbing into llvm and libuv
Graydon Hoare
-5
/
+18
2012-02-10
rt: Use 100k stacks for scheduler threads
Brian Anderson
-5
/
+17
2012-02-10
Correctly handle the character position at the EOF.
Kevin Atkinson
-1
/
+12
2012-02-10
Use file_substr rather than <anon> when re-parsing quasi-quotes
Kevin Atkinson
-24
/
+25
2012-02-10
Do a better job of reporting source location for files (i.e. filemap)
Kevin Atkinson
-2
/
+96
[prev]
[next]