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-08-09
Allow failing in arc::exclusive; poison to fail subsequent accesses (fix #3092)
Ben Blum
-9
/
+31
2012-08-09
Make sync primitives fail-unwind-friendly
Ben Blum
-50
/
+156
2012-08-09
Added oneshot protocol. Fixes #3125
Eric Holk
-0
/
+36
2012-08-09
Example from lkuper's intern talk, but now with static methods!
Lindsey Kuper
-0
/
+55
2012-08-09
Add example from lkuper's intern talk to the test suite.
Lindsey Kuper
-0
/
+54
2012-08-09
Minor cleanup
Lindsey Kuper
-6
/
+6
2012-08-09
unxfail-test and try to test for similar conditions as before
Niko Matsakis
-7
/
+4
2012-08-08
lint: Don't warn about non-camel case impl names
Brian Anderson
-1
/
+1
2012-08-08
Const field access (working) and vec indexing (almost). More for #2317.
Graydon Hoare
-2
/
+110
2012-08-08
libsyntax: Parse common enum fields
Patrick Walton
-86
/
+129
2012-08-08
rustc: Remove some uses of impl_map
Brian Anderson
-119
/
+3
2012-08-08
Fix number-peek code in fmt!, close #1610.
Graydon Hoare
-12
/
+21
2012-08-08
Remove obsolete FIXMEs, close #2345.
Graydon Hoare
-4
/
+0
2012-08-08
rustdoc: Update for new impl syntax
Brian Anderson
-37
/
+39
2012-08-08
syntax: Pretty print impls with new syntax
Brian Anderson
-7
/
+8
2012-08-08
syntax: Stop supporting old impl syntax
Brian Anderson
-59
/
+12
2012-08-08
Convert impls to new syntax
Brian Anderson
-617
/
+503
2012-08-08
Remove an invalid assert and some commented out code.
Eric Holk
-4
/
+0
2012-08-08
Updating examples
Eric Holk
-11
/
+2
2012-08-08
Adding try_send for pipes::chan and pipes::shared_chan
Eric Holk
-0
/
+24
2012-08-08
etc: Add pub and priv to vim
Patrick Walton
-1
/
+1
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-116
/
+134
2012-08-08
Merge pull request #3153 from jruderman/sconv
Ben Blum
-31
/
+45
2012-08-08
add compile-fail test sync-cond-shouldnt-escape.rs
Ben Blum
-0
/
+9
2012-08-08
sync: add blocking mutexes, condvars, and testcases
Ben Blum
-67
/
+262
2012-08-08
Minor cleanups/comments/whitespace changes
Lindsey Kuper
-8
/
+8
2012-08-08
Default methods in traits get through typeck.
Lindsey Kuper
-19
/
+158
2012-08-08
Change a `match check` to `match`
Lindsey Kuper
-1
/
+2
2012-08-08
Clean up whitespace
Lindsey Kuper
-1
/
+1
2012-08-08
Make let _ = e; have the same semantics as e;
Tim Chevalier
-0
/
+45
2012-08-08
lint: Allow trailing underscores in camel case idents
Brian Anderson
-1
/
+18
2012-08-08
Implement + for @-vectors.
Michael Sullivan
-3
/
+34
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-157
/
+250
2012-08-08
Add spawn_conversation
Jesse Ruderman
-31
/
+45
2012-08-08
rustc: Strict enforcement of glue function types.
Elliott Slaughter
-60
/
+118
2012-08-08
In decoder, rename class_member_id to item_def_id.
Michael Sullivan
-6
/
+5
2012-08-08
xfail-pretty
Eric Holk
-0
/
+2
2012-08-08
Don't add struct names to the value name space if there's no constructor
Tim Chevalier
-8
/
+40
2012-08-08
Add a really optimistic fast path in receive. Gives about a 7% performance im...
Eric Holk
-0
/
+14
2012-08-08
Adding some examples for my internship presentation.
Eric Holk
-0
/
+169
2012-08-08
refactor categorization out of borrowck into its own module.
Niko Matsakis
-370
/
+494
2012-08-07
improve borrowck error messages to explain regions better
Niko Matsakis
-20
/
+34
2012-08-07
new test case demonstrating ability to return ptr to interior of option
Niko Matsakis
-0
/
+22
2012-08-07
rustc: Resolve constructor expressions for variant structs
Patrick Walton
-10
/
+27
2012-08-07
rustc: Parse variant structs; add a trivial test case
Patrick Walton
-34
/
+116
2012-08-07
Add minor debug mode for measuring type sizes, helper for #3025.
Graydon Hoare
-1
/
+13
2012-08-07
rustc: Box struct_defs
Patrick Walton
-21
/
+21
2012-08-07
Translate const structs.
Graydon Hoare
-0
/
+42
2012-08-07
Add 'static' to rust-mode.el.
Michael Sullivan
-1
/
+1
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-246
/
+605
[prev]
[next]