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-06-29
core: adding str::as_slice .. most likely broken
Jeff Olson
-0
/
+11
2012-06-29
std: renaming impl for tcp_socket and reshuffle/cleanup for tcp_socket_buf
Jeff Olson
-5
/
+3
2012-06-29
std: finish impl of io::writer for tcp_socket_buf
Jeff Olson
-4
/
+7
2012-06-29
std: rework signature of tcp::write common impl to make io::writer possible
Jeff Olson
-1
/
+1
2012-06-29
std: add buffered wrapper to tcp_socket + io::reader impl. no tests, yet.
Jeff Olson
-0
/
+106
2012-06-29
core: export vec::unshift
Jeff Olson
-0
/
+1
2012-06-29
std: doc and misc cleanup in net::tcp
Jeff Olson
-21
/
+35
2012-06-29
std: EADDRINUSE and EACCES err tests for tcp server + more cleanup
Jeff Olson
-322
/
+278
2012-06-29
std: factor main body of tcp::listen into reusable listen_common
Jeff Olson
-5
/
+19
2012-06-29
std: some cleanup in net::tcp rename listen_to_conn->listen
Jeff Olson
-29
/
+30
2012-06-29
std: dump the tcp::new_listener server API
Jeff Olson
-202
/
+7
2012-06-29
std: mod cleanup, impl/test for conn. refused err + mem leak fix
Jeff Olson
-35
/
+100
2012-06-29
std: import/export cleanup in net_tcp
Jeff Olson
-41
/
+45
2012-06-29
std: kludge export of net_ip in std.rc until submodule export is sorted
Jeff Olson
-1
/
+1
2012-06-29
Register snapshots.
Michael Sullivan
-0
/
+7
2012-06-29
Get rid of basically all of the remaining old style vecs in tests.
Michael Sullivan
-6
/
+12
2012-06-29
Refactor syntax exts some. Don't ever emit bare vectors.
Michael Sullivan
-38
/
+30
2012-06-28
Make fmt use a bitmask instead of a vector of flags. Closes #1993.
Michael Sullivan
-25
/
+21
2012-06-28
Register snapshots.
Michael Sullivan
-0
/
+7
2012-06-28
update rust.vim to hilight foo::bar and more
Ben Blum
-4
/
+19
2012-06-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-63
/
+63
2012-06-28
Merge branch 'master' of github.com:mozilla/rust into incoming
Eric Holk
-147
/
+182
2012-06-28
Parse ~[...] as [...]/~. Same for @ and &. Closes #2747.
Michael Sullivan
-9
/
+40
2012-06-28
Fix rt-sched-1.rs (broke in 6fc730b)
Ben Blum
-2
/
+4
2012-06-28
Have #fmt use str::concat to build up the string instead of using binary +. C...
Michael Sullivan
-6
/
+12
2012-06-28
Add test case for issue #2734 (xfailed)
Ben Blum
-0
/
+15
2012-06-28
Cleanup failure handling around rust_new_task_in_sched - closes #2668
Ben Blum
-3
/
+9
2012-06-28
Don't use literal info from the original source when pretty printing expanded...
Michael Sullivan
-21
/
+27
2012-06-28
Update vim mode for asserts and #[attributes]
Ben Blum
-1
/
+7
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-147
/
+182
2012-06-28
add TLS failure test case in task.rs
Ben Blum
-0
/
+20
2012-06-28
replace more vector + (issue #2719)
Eric Holk
-66
/
+106
2012-06-28
Fix alt-pattern-drop's breakage from af2d01e
Ben Blum
-1
/
+3
2012-06-28
move reset_stack_limit off C stack (closes #2679)
Ben Blum
-15
/
+5
2012-06-28
Fix sys::refcount and remove dbg::refcount
Ben Blum
-31
/
+12
2012-06-28
Remove FIXME question
Tim Chevalier
-2
/
+0
2012-06-28
Remove obsolete FIXME
Tim Chevalier
-2
/
+0
2012-06-28
Get rid of some spurious /~s in rustdoc. Oops.
Michael Sullivan
-5
/
+5
2012-06-27
Replace more vector + (issue #2719)
Eric Holk
-65
/
+82
2012-06-27
Replace more vector additions (issue #2719)
Eric Holk
-12
/
+14
2012-06-27
make core-std respect RUST_BENCH
Eric Holk
-4
/
+11
2012-06-27
Tidy fixes
Brian Anderson
-3
/
+3
2012-06-28
Add task-local storage in libcore.
Ben Blum
-1
/
+308
2012-06-28
rt: Add task_local_data and related builtin calls (Closes #2680)
Ben Blum
-16
/
+45
2012-06-28
Add position() to iter/iter-trait
Ben Blum
-0
/
+17
2012-06-27
rustc: Fix a missing application of the operator in fold_ty
Brian Anderson
-1
/
+23
2012-06-27
Oops. Actually fix that problem.
Michael Sullivan
-1
/
+1
2012-06-27
Add in missing [] methods to some tests.
Michael Sullivan
-0
/
+2
2012-06-27
Add an overloaded [] function to the map interface. Closes #2730.
Michael Sullivan
-0
/
+8
2012-06-27
vec::append reuses its left hand side when possible. (issue #2719)
Eric Holk
-6
/
+25
[prev]
[next]