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
/
drop-on-non-struct.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-20
/
+0
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-1
/
+1
2015-01-07
rollup merge of #20631: huon/no-drop-and-copy
Alex Crichton
-1
/
+1
2015-01-08
Require that types cannot implement both Drop and Copy.
Huon Wilson
-1
/
+1
2015-01-05
Implement new orphan rule that requires that impls of remote traits meet the ...
Niko Matsakis
-1
/
+1
2014-09-15
Update error messages in compile-fail tests
Niko Matsakis
-6
/
+3
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-1
/
+0
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-05-07
test: Update with std => core movement
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-2
/
+5
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-02-02
Update/delete tests using @[].
Huon Wilson
-1
/
+1
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-2
/
+0
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-0
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-1
/
+1
2012-11-07
rustc: Implement the Drop trait. r=brson
Patrick Walton
-0
/
+12