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
/
class-separate-impl.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-4
/
+4
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-1
/
+1
2013-03-15
Clonify some of run-pass
Ben Striegel
-3
/
+6
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-06
Make object types not implement associated trait. Fixes #5087.
Niko Matsakis
-1
/
+1
2013-02-28
Remove legacy object creation mode, and convert remaining uses of it
Niko Matsakis
-1
/
+1
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-25
test: Residual de-muting of the test suite. rs=demuting
Patrick Walton
-22
/
+21
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-03
core: convert ToStr::to_str to take explicit &self
Erick Tryzelaar
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-07
test: Regular expression mistake. rs=bustage
Patrick Walton
-1
/
+1
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-1
/
+1
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-2
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-05
test: More bustage fixes. rs=me
Patrick Walton
-1
/
+1
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-1
/
+1
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-3
/
+1
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-7
/
+13
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-3
/
+3
2012-09-06
Remove struct ctors
Brian Anderson
-3
/
+8
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-4
/
+4
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-4
/
+4
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-4
/
+4
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-6
/
+6
2012-07-13
Un-xfail test that works. Closes #2883
Tim Chevalier
-2
/
+0
2012-07-12
Comments only: annotate FIXMEs in tests
Tim Chevalier
-1
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-0
/
+3
2012-06-14
Remove an xfail-fast, as this seems to work on Windows now
Tim Chevalier
-2
/
+0
2012-05-02
xfail-fast class-separate-impl
Tim Chevalier
-0
/
+2
2012-05-02
Add test for issue 2287
Tim Chevalier
-0
/
+50