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-05-24
std: Clean up uv_global_loop
Brian Anderson
-83
/
+85
2012-05-24
std: Rename spawn_libuv_weak_task to spawn_high_level_loop
Brian Anderson
-2
/
+2
2012-05-24
std: Use more concise code in uv::hl
Brian Anderson
-84
/
+43
2012-05-24
std: Remove unused variables
Brian Anderson
-7
/
+3
2012-05-24
Updating snapshots.txt
Eric Holk
-0
/
+8
2012-05-24
Some refactoring and WIP on issue #2263.
Lindsey Kuper
-58
/
+120
2012-05-24
Typo fixes in comments.
Lindsey Kuper
-7
/
+7
2012-05-24
std: FIXME's and cleanups for uv
Brian Anderson
-3
/
+20
2012-05-24
Fixing method call issue in parser.
Eric Holk
-5
/
+3
2012-05-24
Convert kinds to strings better for more usable error messages.
Eric Holk
-1
/
+1
2012-05-24
Updating the comments in kind.rs to better reflect the current state of things.
Eric Holk
-5
/
+18
2012-05-24
Const kind checking. The rules are almost certainly incomplete and unsound...
Eric Holk
-34
/
+110
2012-05-24
Teach parser and related things to understand const kind bounds.
Eric Holk
-6
/
+32
2012-05-24
Some comments giving some idea how to use these things.
Eric Holk
-2
/
+10
2012-05-24
Access parse/attrs.rs with an impl.
Paul Stansifer
-118
/
+131
2012-05-24
Use an impl to access parse/common.rs
Paul Stansifer
-437
/
+447
2012-05-24
remove dead assignments
Niko Matsakis
-51
/
+24
2012-05-24
remove initedness checking from typestate, as best I could
Niko Matsakis
-500
/
+89
2012-05-24
improve liveness so it reports unused vars / dead assignments
Niko Matsakis
-119
/
+327
2012-05-24
new liveness pass to supercede last_use / initedness
Niko Matsakis
-162
/
+2104
2012-05-24
fix classes and parameterized ifaces; remove needless self check
Niko Matsakis
-78
/
+39
2012-05-24
change region scope of call arguments, old one was unsound
Niko Matsakis
-50
/
+81
2012-05-24
rewrite purity check to search through scope chain
Niko Matsakis
-63
/
+67
2012-05-24
rewrite arc to use region & expressions (also making it pass borrowck)
Niko Matsakis
-5
/
+4
2012-05-23
bench: Add hard mode to benchmarks. Activate with RUST_BENCH.
Brian Anderson
-69
/
+155
2012-05-23
bench: Remove 99bob benchmarks
Brian Anderson
-206
/
+0
2012-05-23
changes to get std passing borrowck
Niko Matsakis
-48
/
+53
2012-05-23
The parser is represented by a class now.
Paul Stansifer
-2246
/
+2237
2012-05-23
Update reserved words for syntax highlighters (vim is still behind, though)
Paul Stansifer
-4
/
+16
2012-05-23
Prevent capturing non-copyable things in closures.
Eric Holk
-5
/
+45
2012-05-23
A shareable atomically reference counted pointer wrapper.
Eric Holk
-1
/
+101
2012-05-23
shuffle error messages in borrowck, and prevent it from spewing too many
Niko Matsakis
-68
/
+74
2012-05-23
bench: Reduce constants in std-smallintmap to make it valgrind fast
Brian Anderson
-1
/
+1
2012-05-23
Resources are once again not copyable.
Eric Holk
-2
/
+26
2012-05-23
new test
Niko Matsakis
-0
/
+33
2012-05-23
modify borrowck to allow arbitrary borrows in pure scopes
Niko Matsakis
-65
/
+211
2012-05-23
refactor loan to not return result<>
Niko Matsakis
-52
/
+45
2012-05-23
prepare for gather to gather up multiple maps
Niko Matsakis
-16
/
+18
2012-05-23
rustc: Eliminate metadata's dependency on util::common
Brian Anderson
-3
/
+0
2012-05-23
syntax: Remove one of the two def_id hashers
Brian Anderson
-16
/
+4
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-35
/
+35
2012-05-22
std: Update timer for new kind rules
Brian Anderson
-4
/
+5
2012-05-22
std: high-level libuv-leverage APIs now take a hl_loop as arg (tcp/timer)
Jeff Olson
-34
/
+55
2012-05-22
std: more work on uv tests to endure valgrind's machinations against them
Jeff Olson
-4
/
+4
2012-05-22
std:: adding tcp::read fn as simple, blocking read operation, akin to write
Jeff Olson
-90
/
+219
2012-05-22
std: adding tcp::write_future for non-block tcp writes, docs cleanup
Jeff Olson
-44
/
+52
2012-05-22
std: several minor cleanups wrt codereview.. see extended comments
Jeff Olson
-31
/
+26
2012-05-22
std: add try_parse_addr and change an alt w/ ip_addr::ipv6 to avoid warning
Jeff Olson
-6
/
+30
2012-05-22
core: doc/err feedback tweeks for result::unwrap
Jeff Olson
-3
/
+1
2012-05-22
std: more docs and some methods for types in net::tcp
Jeff Olson
-4
/
+66
[prev]
[next]