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
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
Remove the class keyword
Brian Anderson
-46
/
+46
2012-08-16
Fix sub-breakage due to the changed error message.
Graydon Hoare
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-5
/
+5
2012-08-15
test: Fix parsing problem in map-types.rs
Patrick Walton
-1
/
+1
2012-08-15
rustc: Implement automatic reference for method receivers
Patrick Walton
-11
/
+32
2012-08-15
Reject empty matches on inhabited types
Tim Chevalier
-0
/
+9
2012-08-15
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-15
Add cfail test arc-rw-state-shouldnt-escape
Ben Blum
-0
/
+11
2012-08-14
Add xfailed test for #2123
Tim Chevalier
-0
/
+9
2012-08-14
Fix another broken test
Brian Anderson
-2
/
+2
2012-08-14
xfail view-items-at-top
Brian Anderson
-0
/
+2
2012-08-14
test: Use a mod that exists in view-item-at-top
Brian Anderson
-1
/
+1
2012-08-14
Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...
Ben Blum
-0
/
+96
2012-08-14
Dodge 'use' keyword in testsuite. Was burning tree.
Graydon Hoare
-2
/
+2
2012-08-14
libsyntax: Give a nice error message when view items are used anywhere other ...
Patrick Walton
-0
/
+10
2012-08-13
Change borrowck error 'the the block' -> 'the block'
Ben Blum
-2
/
+2
2012-08-13
test: Make issue-2590 conform to the spirit of the test better
Patrick Walton
-3
/
+1
2012-08-13
test: Make issue-2590 test for implicit copies instead of moves.
Patrick Walton
-1
/
+3
2012-08-13
test: Fix type error message in an effort to unbreak the build
Patrick Walton
-1
/
+1
2012-08-13
test: Modify error messages in some compile-fail tests in an attempt to unbre...
Patrick Walton
-14
/
+14
2012-08-11
correct glb computation, improve region error msgs
Niko Matsakis
-0
/
+34
2012-08-10
Fix compile-fail arc/sync tests
Ben Blum
-0
/
+5
2012-08-10
Add a can't-nest-rw-arcs test case (xfailed, #3177)
Ben Blum
-0
/
+9
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-0
/
+2
2012-08-10
Change 'ret' to 'return' in an error message
Brian Anderson
-0
/
+5
2012-08-09
Convert sync to the new struct syntax
Ben Blum
-1
/
+1
2012-08-09
Change coherence error 'implement a trait instead' -> 'implement a trait or n...
Ben Blum
-0
/
+6
2012-08-09
Enforce a stricter notion of purity when borrowing. Fixes #3162.
Niko Matsakis
-0
/
+24
2012-08-09
unxfail-test and try to test for similar conditions as before
Niko Matsakis
-7
/
+4
2012-08-08
Convert impls to new syntax
Brian Anderson
-38
/
+37
2012-08-08
add compile-fail test sync-cond-shouldnt-escape.rs
Ben Blum
-0
/
+9
2012-08-07
improve borrowck error messages to explain regions better
Niko Matsakis
-1
/
+15
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-0
/
+10
2012-08-07
Comments, minor refactoring, clean up wording of error messages
Lindsey Kuper
-3
/
+3
2012-08-07
move borrowck tests to use ref, fix a few exposed shortcomings
Niko Matsakis
-29
/
+29
2012-08-06
first shot at integrating ref/value bindings into borrowck
Niko Matsakis
-0
/
+44
2012-08-06
Disallow multiple constructors or destructors in the same class
Tim Chevalier
-0
/
+27
2012-08-06
In resolve, forbid duplicate value, type, and module items
Tim Chevalier
-0
/
+21
2012-08-06
s/alt/match/... again.
Niko Matsakis
-8
/
+8
2012-08-06
make `ref x` bindings produce region ptrs and fix various minor bugs
Niko Matsakis
-2
/
+58
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-64
/
+64
2012-08-05
Switch alts to use arrows
Brian Anderson
-97
/
+97
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-4
/
+4
2012-08-03
test: Remove a fixed-length string from a test
Patrick Walton
-1
/
+0
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-19
/
+20
2012-08-02
When checking loop bodies and do-expr bodies, don't require the expected type...
Tim Chevalier
-0
/
+9
2012-08-02
test: "iface" -> "trait" in filenames.
Lindsey Kuper
-0
/
+0
2012-08-01
Convert ret to return
Brian Anderson
-88
/
+88
[prev]
[next]