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
/
libstd
/
std.rc
Age
Commit message (
Expand
)
Author
Lines
2012-08-29
Camel case more std types
Brian Anderson
-0
/
+14
2012-08-26
convert std::arc types to camelcase
Ben Blum
-0
/
+1
2012-08-26
convert std::sync types to camelcase
Ben Blum
-0
/
+1
2012-08-16
Fix compile errors in tutorial tests.
Eric Holk
-1
/
+1
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-0
/
+1
2012-08-12
std: Add cell to the std crate and make it build
Brian Anderson
-0
/
+2
2012-08-10
Implement mutex_arc and rw_arc; add some tests
Ben Blum
-0
/
+1
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+4
2012-08-02
Remove std::util
Ben Blum
-2
/
+1
2012-08-01
Clean out transitional lint.
Graydon Hoare
-5
/
+0
2012-07-30
Move send_map to libcore
Ben Blum
-2
/
+1
2012-07-27
export send_map and use fewer impl names
Niko Matsakis
-1
/
+2
2012-07-27
wip: add a sendable hashmap to stdlib
Niko Matsakis
-0
/
+1
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-0
/
+5
2012-07-23
Adding simple net::url module to parse and format urls.
Daniel Patterson
-1
/
+2
2012-07-11
Fix some version numbers.
Graydon Hoare
-2
/
+2
2012-07-05
std: Actually buildbase64
Brian Anderson
-0
/
+1
2012-07-05
std: Export base64
Brian Anderson
-0
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-06-29
std: kludge export of net_ip in std.rc until submodule export is sorted
Jeff Olson
-1
/
+1
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-2
/
+1
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-1
/
+2
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-2
/
+1
2012-06-07
std: Implement a fuzzy-equal interface
Patrick Walton
-0
/
+2
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-0
/
+2
2012-05-30
Move par into libstd. Closes #2441.
Eric Holk
-1
/
+2
2012-05-25
std: Rename uv::hl to uv::iotask. Additional cleanup
Brian Anderson
-2
/
+2
2012-05-23
A shareable atomically reference counted pointer wrapper.
Eric Holk
-1
/
+2
2012-05-22
std: reworking how some net and libuv modules are exported in the rc
Jeff Olson
-1
/
+2
2012-05-22
std: pushing existing code in net.rs -> net_ip.rs and re-import/exporting
Jeff Olson
-0
/
+1
2012-05-22
initial stab at API for std::net::tcp
Jeff Olson
-0
/
+1
2012-05-22
Removing par.rs, since it's not usable now anyway.
Eric Holk
-2
/
+0
2012-05-22
Adding a module with parallel vector operations.
Eric Holk
-0
/
+2
2012-05-18
purge ufind
Niko Matsakis
-3
/
+1
2012-04-20
std: add std::timer and timer::delayed_send and timer::sleep
Jeff Olson
-1
/
+2
2012-04-20
uv::hl::get_global_loop() -> uv::global_loop::get()
Jeff Olson
-0
/
+1
2012-04-18
Remove tri.rs and four.rs
Marijn Haverbeke
-3
/
+1
2012-04-06
adding uv_hl module and some doc work
Jeff Olson
-0
/
+1
2012-04-06
rename uv::direct:: to uv::ll:: and put into its own crate
Jeff Olson
-0
/
+3
2012-04-05
Explicitly use version 0.2 of crates
Brian Anderson
-1
/
+5
2012-03-28
Update crate URLs to point to interesting things.
Graydon Hoare
-1
/
+1
2012-03-22
Bump version numbers to 0.2
Brian Anderson
-1
/
+1
2012-03-20
stdlib: Implement arenas
Patrick Walton
-1
/
+2
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-1
/
+2
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-42
/
+1
2012-03-09
std: Convert to rustdoc
Brian Anderson
-0
/
+2
2012-02-28
moving new uv stuff into uv.rs and rust_uv.cpp
Jeff Olson
-2
/
+1
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-2
/
+1
2012-02-13
add serialization library; convert ebml lib to use u64 internally
Niko Matsakis
-1
/
+1
2012-01-22
std: Add some hacks to use libuv
Brian Anderson
-1
/
+2
[next]