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
/
auxiliary
/
cci_class_cast.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-2
/
+0
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-1
/
+1
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-25
test: Residual de-muting of the test suite. rs=demuting
Patrick Walton
-5
/
+5
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-03
core: convert ToStr::to_str to take explicit &self
Erick Tryzelaar
-1
/
+1
2012-12-28
test: Fix a couple more tests. rs=bustage
Patrick Walton
-5
/
+2
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-16
/
+14
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-05
test: More run-pass test fixes
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-25
Respect privacy qualifiers on view items, add to import resolutions.
Graydon Hoare
-0
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-4
/
+1
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-22
/
+29
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-3
/
+3
2012-09-06
Remove struct ctors
Brian Anderson
-3
/
+11
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-3
/
+3
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-3
/
+3
2012-06-22
Remove 'implements' keyword in favour of :, part of #2301.
Graydon Hoare
-1
/
+1
2012-05-02
Encode the ifaces a class implements in metadata
Tim Chevalier
-0
/
+40