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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
issue-2718.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-17
test: Fix some broken test cases
Patrick Walton
-2
/
+2
2012-12-13
Rename Send trait to Owned
Brian Anderson
-15
/
+15
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-0
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-05
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-4
/
+4
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-2
/
+2
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-3
/
+3
2012-11-14
Convert the test suite to use the Drop trait
Ben Striegel
-2
/
+8
2012-10-30
Remove xfail-pretty from tests that pretty-print correctly now
Tim Chevalier
-1
/
+0
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-3
/
+3
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-29
/
+31
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-2
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+5
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-3
/
+3
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-7
/
+7
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-1
/
+1
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-0
/
+6
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-11
/
+11
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-2
/
+2
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-06
Remove struct ctors
Brian Anderson
-2
/
+12
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-3
/
+9
2012-08-26
Camel case the option type
Brian Anderson
-22
/
+22
2012-08-23
fix atomic intrinsic test cases
Ben Blum
-20
/
+16
2012-08-17
Remove the class keyword
Brian Anderson
-2
/
+2
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-15
/
+15
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-9
/
+9
2012-07-12
Comments only: annotate FIXMEs in tests
Tim Chevalier
-2
/
+0
2012-06-26
Be a little more clever about calculating sizes for class types
Tim Chevalier
-16
/
+255
2012-06-25
Test case for issue 2718
Tim Chevalier
-0
/
+38