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
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-08-25
Add test case for #2356
Tim Chevalier
-0
/
+4
2012-08-24
Fix a curious failure not seen during testing.
Graydon Hoare
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-18
/
+13
2012-08-24
Infer purity for || style closures. Closes #3023.
Michael Sullivan
-0
/
+11
2012-08-24
Add a compile-fail test for #3255
Ben Blum
-0
/
+9
2012-08-24
Enforce copyability in bind_by_value match arms (fix #3255)
Ben Blum
-2
/
+1
2012-08-24
extend liveness to treat bindings more like other variables
Niko Matsakis
-2
/
+41
2012-08-23
Add a test case for helpful errors when copying into closures (#2942)
Ben Blum
-0
/
+39
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-0
/
+8
2012-08-23
remove a print in msgsend-ring-rw-arcs
Ben Blum
-1
/
+0
2012-08-23
don't consider use of `@fn` to be region-param'd
Niko Matsakis
-0
/
+22
2012-08-23
libcore: update bytes/str reader to work with regions.
Erick Tryzelaar
-1
/
+1
2012-08-23
Parenthesize unary move exprs in prettyprinter
Tim Chevalier
-0
/
+7
2012-08-23
don't infer region paramaterization for ids in a bound context
Niko Matsakis
-0
/
+21
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-9
/
+9
2012-08-23
Remove match check from test cases
Tim Chevalier
-39
/
+57
2012-08-23
fix atomic intrinsic test cases
Ben Blum
-58
/
+54
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-32
/
+32
2012-08-23
Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.
Paul Stansifer
-15
/
+15
2012-08-23
Update invocation syntax for `macro_rules!`
Paul Stansifer
-36
/
+36
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-813
/
+813
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-5
/
+215
2012-08-22
WIP: Add an xfailed test for bind-by-move (#2329)
Ben Blum
-0
/
+13
2012-08-22
Add compile-fail tests for unsound moving out of enums (#2329)
Ben Blum
-0
/
+67
2012-08-22
intern identifiers
Paul Stansifer
-20
/
+21
2012-08-22
Track the type of self properly. Closes #3247.
Michael Sullivan
-0
/
+19
2012-08-21
Fix generation of generic methods with explicit self
Niko Matsakis
-0
/
+33
2012-08-21
Don't refute "()" in let-bindings (fixes #3104).
Ben Blum
-0
/
+3
2012-08-21
Fix some map related build failures.
Michael Sullivan
-3
/
+3
2012-08-21
Add msgsend-ring-{rw,mutex}-arcs bench tests
Ben Blum
-0
/
+229
2012-08-21
implement a map testing benchmark
Niko Matsakis
-0
/
+178
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-36
/
+77
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-51
/
+69
2012-08-20
Try to do some resolution of vtables earlier, in a fairly ad-hoc way. Closes ...
Michael Sullivan
-0
/
+17
2012-08-20
Disallow deconstructing destructing structs (fixes #3147)
Ben Blum
-0
/
+17
2012-08-20
Re-allow pattern-matching structs (#3215)
Ben Blum
-1
/
+0
2012-08-20
Do vtable resolution for *all* method calls, not just statically resolved one...
Michael Sullivan
-0
/
+23
2012-08-20
xfail crate-method-reexport-grrrrrrr.rs, which has been burning the build for...
Michael Sullivan
-0
/
+1
2012-08-17
rustc: Implement "priv" for simple items.
Patrick Walton
-0
/
+13
2012-08-17
forgotten tests for #3217, #2977, #3067
Niko Matsakis
-0
/
+33
2012-08-17
Make by-val explicit self actually work. Closes #2585.
Michael Sullivan
-0
/
+64
2012-08-17
test: Fix unused variable warning in repeat-to-run-dtor-twice.rs.
Patrick Walton
-1
/
+1
2012-08-17
rustc: Prevent destructors from being run twice with the repeated vector syntax
Patrick Walton
-0
/
+16
2012-08-17
make borrowck more conservative around rvalues.
Niko Matsakis
-2
/
+7
2012-08-17
Stop parsing `iface`.
Lindsey Kuper
-4
/
+2
2012-08-17
Move select macro into another file, so it can be including in multiple tests.
Eric Holk
-58
/
+66
2012-08-17
Forbid pattern-matching structs until the next snapshot (#3215)
Ben Blum
-0
/
+1
2012-08-17
Default methods with self-calls make it as far as trans.
Lindsey Kuper
-3
/
+1
2012-08-17
Remove the class keyword
Brian Anderson
-122
/
+122
2012-08-16
Fix issue-506.rs by adding a void-returning stub in the runtime (close #2957)
Ben Blum
-4
/
+2
[next]