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
/
test
/
compile-fail
Age
Commit message (
Expand
)
Author
Lines
2011-09-27
Don't ever raise unique kinds of pinned kinds to shared (again)
Brian Anderson
-8
/
+39
2011-09-27
Add an xfailed test for bogus deep copying of things containing resources
Brian Anderson
-0
/
+16
2011-09-27
Add an xfailed test for bogus vector addition of typarams
Brian Anderson
-0
/
+21
2011-09-26
Add two xfailed tests for invalid copies into vectors
Brian Anderson
-0
/
+36
2011-09-26
Enforce copy restrictions on let initializers
Brian Anderson
-0
/
+29
2011-09-26
Make some nocopy tests a bit more futureproof
Brian Anderson
-4
/
+4
2011-09-26
Prevent copying of uncopyable things via the copy op
Brian Anderson
-0
/
+10
2011-09-26
Prevent copying of uncopyable things via compound assignment ops
Brian Anderson
-0
/
+9
2011-09-26
Don't allow vectors of pinned kinds to be copied
Brian Anderson
-0
/
+10
2011-09-26
Don't allow copying of unique boxes of pinned kinds
Brian Anderson
-1
/
+0
2011-09-26
Unique vectors and boxes of pinned are unique kinds. Closes #977
Brian Anderson
-36
/
+1
2011-09-24
Don't iloop (future-proof test against improved reachability computations)
Jesse Ruderman
-1
/
+1
2011-09-24
Remove irrelevant parts of test
Jesse Ruderman
-4
/
+0
2011-09-24
Move a previous run-pass test for kind-lowered unique boxes to compile-fail
Brian Anderson
-0
/
+36
2011-09-24
Unique pointers containing pinned kinds become pinned
Brian Anderson
-0
/
+10
2011-09-22
Calculate the correct kind for unique boxes
Brian Anderson
-0
/
+9
2011-09-22
Don't unify unique boxes with different mutability
Brian Anderson
-0
/
+4
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-57
/
+0
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-0
/
+57
2011-09-19
Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"
Brian Anderson
-5
/
+0
2011-09-19
Revert "Revert "xfail some tests that hang (instead of segfaulting) since eaf...
Brian Anderson
-0
/
+5
2011-09-19
Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"
Brian Anderson
-5
/
+0
2011-09-18
xfail some tests that hang (instead of segfaulting) since eafb6789a2
Marijn Haverbeke
-0
/
+5
2011-09-16
Remove autoderef for calls
Marijn Haverbeke
-2
/
+0
2011-09-16
Change convention for specifying referenced argument
Marijn Haverbeke
-1
/
+1
2011-09-15
Add tests for returning by reference
Marijn Haverbeke
-0
/
+69
2011-09-13
Print something when we can't figure out a tag name. Mitigates #876.
Michael Sullivan
-1
/
+1
2011-09-13
Ensure that the declared type and actual type of a constant agree
Marijn Haverbeke
-0
/
+4
2011-09-13
Be more strict about what constitutes a block expression
Marijn Haverbeke
-3
/
+2
2011-09-13
Make for loop alias-safe
Marijn Haverbeke
-2
/
+2
2011-09-13
Apply implicit copying for unsafe references to alt patterns
Marijn Haverbeke
-4
/
+4
2011-09-12
Rename alias to reference in docs and error messages
Marijn Haverbeke
-4
/
+4
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-4
/
+5
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-22
/
+22
2011-09-12
Fix tests for new argument-passing convention
Marijn Haverbeke
-27
/
+15
2011-09-06
Forbid blocks from deinitializing upvars
Tim Chevalier
-5
/
+8
2011-09-02
Print the type of istrs as 'str' in error messages. Issue #855
Brian Anderson
-3
/
+3
2011-09-02
Reformat. Issue #855
Brian Anderson
-24
/
+18
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-14
/
+14
2011-09-01
Make #fmt and #ifmt synonymous. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Fix the error-patterns in 2 cfail tests. Issue #855
Brian Anderson
-2
/
+2
2011-09-01
Add a test that lambdas can't deinitialize upvars
Tim Chevalier
-0
/
+8
2011-09-01
Test for #876
Tim Chevalier
-0
/
+10
2011-09-01
Convert main functions to istrs. Issue #855
Brian Anderson
-6
/
+6
2011-09-01
Remove last users of str::sbuf. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-2
/
+2
2011-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-5
/
+5
2011-08-31
Start paring down std::str. Issue #855
Brian Anderson
-5
/
+5
[prev]
[next]