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
/
run-pass
/
resource-cycle2.rs
Age
Commit message (
Collapse
)
Author
Lines
2014-01-03
test: De-`@mut` the test suite
Patrick Walton
-71
/
+0
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-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
-0
/
+2
2013-04-29
librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic
Patrick Walton
-3
/
+3
2013-03-11
test: Remove newtype enums from the test suite. rs=deenum
Patrick Walton
-1
/
+1
2013-02-22
test: De-mut the test suite. rs=demuting
Patrick Walton
-5
/
+5
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-2
/
+2
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵
Patrick Walton
-1
/
+1
rs=implflipping
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-10
/
+12
Except the pipes tests (that needs a snapshot)
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-21
/
+23
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-14
Convert the test suite to use the Drop trait
Ben Striegel
-3
/
+8
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-2
/
+2
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-5
/
+5
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-1
/
+1
2012-09-06
Remove struct ctors
Brian Anderson
-1
/
+6
2012-09-01
Demode reinterpret_cast
Brian Anderson
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-5
/
+5
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-06-24
Remove resources
Tim Chevalier
-2
/
+6
Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485
2012-03-22
rt: Run resource destructors during cycle collection
Brian Anderson
-0
/
+39