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
Age
Commit message (
Expand
)
Author
Lines
2012-08-13
Add more rwlock tests
Ben Blum
-16
/
+92
2012-08-13
Implement rwlock.downgrade and tests
Ben Blum
-36
/
+202
2012-08-13
minor fix to rwlock.read()
Ben Blum
-1
/
+2
2012-08-12
std: Add tests for cell. Fix a logic error
Brian Anderson
-4
/
+32
2012-08-12
std: Add cell to the std crate and make it build
Brian Anderson
-4
/
+5
2012-08-11
std: Update timespec comments to say "nanoseconds"
Chris Peterson
-2
/
+2
2012-08-10
Implement mutex_arc and rw_arc; add some tests
Ben Blum
-0
/
+274
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+862
2012-08-09
libstd: Implement cells as a nicer replacement for the option dance
Patrick Walton
-0
/
+42
2012-08-08
Remove obsolete FIXMEs, close #2345.
Graydon Hoare
-4
/
+0
2012-08-08
Convert impls to new syntax
Brian Anderson
-81
/
+72
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-29
/
+29
2012-08-07
Change task().future_result's argument mode
Ben Blum
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-269
/
+276
2012-08-06
std: URL paths can contain dashes
Brian Anderson
-1
/
+9
2012-08-06
std: Parse underscores in url paths
Brian Anderson
-1
/
+10
2012-08-05
Switch alts to use arrows
Brian Anderson
-972
/
+829
2012-08-05
std: Some fixes to url parsing
Brian Anderson
-2
/
+18
2012-08-05
std: URLs without schemes parse as errors. Closes #3112
Brian Anderson
-1
/
+6
2012-08-03
Long lines
Brian Anderson
-1
/
+2
2012-08-03
std::net::url - change alt to match, ret to return, as per recent syntax changes
Daniel Patterson
-25
/
+25
2012-08-03
std::net::url - eliminate out of date comment and switch to str::each_chari i...
Daniel Patterson
-17
/
+12
2012-08-03
std::net::url - fix to_str to work with authorityless urls, add test
Daniel Patterson
-6
/
+16
2012-08-03
std::net::url cleanups for lint check
Daniel Patterson
-50
/
+61
2012-08-03
std::net::url - making parsing of authority give error messages if in encount...
Daniel Patterson
-30
/
+331
2012-08-03
std::net::url making scheme parsing compliant with rfc, give appropriate erro...
Daniel Patterson
-19
/
+59
2012-08-03
std::net::url - comment cleanup, new test
Daniel Patterson
-6
/
+24
2012-08-03
std: integrating erickt's url encoding/decoding from github.com/erickt/rust-u...
Daniel Patterson
-4
/
+385
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-6
/
+6
2012-08-02
Make comparisons between region pointers work
Tim Chevalier
-2
/
+3
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-4
/
+13
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-178
/
+224
2012-08-02
Remove std::util
Ben Blum
-23
/
+12
2012-08-01
Convert ret to return
Brian Anderson
-383
/
+393
2012-08-01
Clean out transitional lint.
Graydon Hoare
-7
/
+0
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-10
/
+10
2012-07-31
std: getopts::match -> matches
Brian Anderson
-33
/
+33
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-13
/
+13
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-368
/
+368
2012-07-30
Move send_map to libcore
Ben Blum
-347
/
+1
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-330
/
+484
2012-07-28
std: Implement to_str for net::url::url
Brian Anderson
-0
/
+6
2012-07-27
libstd: Fix missing export from URL module
Patrick Walton
-2
/
+2
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-0
/
+20
2012-07-27
change send_map tests to use ~linear_map, much more natural
Niko Matsakis
-24
/
+24
2012-07-27
export send_map and use fewer impl names
Niko Matsakis
-8
/
+9
2012-07-27
core: Trait-ify various overloaded operators
Patrick Walton
-4
/
+26
2012-07-27
std: Make url a sendable type
Brian Anderson
-8
/
+6
2012-07-27
wip: add a sendable hashmap to stdlib
Niko Matsakis
-0
/
+346
2012-07-26
std: Create correctly-sized buffers on TCP read
Brian Anderson
-2
/
+1
[next]