Eduard Burtescu
|
efaa1ea979
|
Resolve the vtables for method calls to generic Drop impls with trait bounds.
|
2014-02-20 00:12:09 +02:00 |
|
Florian Hahn
|
f62460c1f5
|
Change xfail directives in compiletests to ignore , closes #11363
|
2014-02-11 18:23:20 +01:00 |
|
Patrick Walton
|
02c1d2ff52
|
test: Make all the run-pass tests use pub fn main
|
2014-01-03 15:30:54 -08:00 |
|
Alex Crichton
|
3585c64d09
|
rustdoc: Change all code-blocks with a script
find src -name '*.rs' | xargs sed -i '' 's/~~~.*{\.rust}/```rust/g'
find src -name '*.rs' | xargs sed -i '' 's/ ~~~$/ ```/g'
find src -name '*.rs' | xargs sed -i '' 's/^~~~$/ ```/g'
|
2013-09-25 14:27:42 -07:00 |
|
Daniel Micay
|
4e161a4d40
|
switch Drop to &mut self
|
2013-09-16 22:19:23 -04:00 |
|
Luqman Aden
|
ca2966c6d0
|
Change finalize -> drop.
|
2013-06-25 21:14:39 -04:00 |
|
Tim Chevalier
|
e01cf3caf5
|
testsuite: Add various test cases
Some are xfailed, some not, some existing ones get un-xfailed.
|
2013-03-27 10:09:02 -07:00 |
|