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-cycle.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-03
test: De-`@mut` the test suite
Patrick Walton
-83
/
+0
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-5
/
+5
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-5
/
+5
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-2
/
+2
2013-07-23
clean up warnings
Erick Tryzelaar
-7
/
+5
2013-07-17
Clean-up tests after debug!/std-macros change.
Huon Wilson
-5
/
+5
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-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-2
/
+2
2013-04-29
librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic
Patrick Walton
-12
/
+12
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-8
/
+6
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
-7
/
+7
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-4
/
+4
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
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
-4
/
+6
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-37
/
+41
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-29
test: Fix broken resource-cycle.rs. r=tinderbox
Patrick Walton
-1
/
+1
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
-6
/
+12
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-4
/
+4
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-6
/
+6
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-14
/
+14
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-1
/
+1
2012-09-06
Remove struct ctors
Brian Anderson
-7
/
+6
2012-09-01
Demode reinterpret_cast
Brian Anderson
-15
/
+15
2012-08-26
Camel case the option type
Brian Anderson
-5
/
+5
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-12
/
+12
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-12
/
+12
2012-06-24
Remove resources
Tim Chevalier
-4
/
+36
2012-03-22
rt: Run resource destructors during cycle collection
Brian Anderson
-0
/
+30