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
/
compile-fail
/
kindck-owned.rs
Age
Commit message (
Expand
)
Author
Lines
2013-07-18
librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.
Patrick Walton
-1
/
+2
2013-07-17
test: Fix tests.
Patrick Walton
-10
/
+0
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-4
/
+7
2013-06-29
Trade stack closure copyability for type soundness.
Ben Blum
-1
/
+1
2013-06-26
Change expected error message in kindchk compile-fail tests.
Ben Blum
-2
/
+1
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-2
/
+3
2013-03-21
librustc: Replace the `&static` bound with `'static`
Patrick Walton
-4
/
+4
2013-03-02
test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun
Patrick Walton
-7
/
+12
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
2013-02-08
Fix subtle error in caching during kind computation that could cause linear
Niko Matsakis
-4
/
+4
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-2
/
+2
2013-01-10
correct expected error msgs in various tests rs=breakage
Niko Matsakis
-3
/
+3
2013-01-10
librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis
Patrick Walton
-1
/
+1
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-4
/
+4
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-4
/
+4
2012-07-16
introduce an owned kind for data that contains no borrowed ptrs
Niko Matsakis
-0
/
+19