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
/
class-impl-very-parameterized-trait.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-13
add the mutate_values method to the Map trait
Daniel Micay
-0
/
+4
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-3
/
+3
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-5
/
+5
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-4
/
+4
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-2
/
+2
2013-02-25
test: Residual de-muting of the test suite. rs=demuting
Patrick Walton
-7
/
+6
2013-02-17
`pub fn main` for run-pass tests that didn't have it
Jed Davis
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-5
/
+5
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-07
rm each method from the Map trait
Daniel Micay
-10
/
+15
2013-02-03
cat modernization (cleanup of a run-pass test)
Daniel Micay
-97
/
+84
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-1
/
+1
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-25
Fix test
Brian Anderson
-2
/
+2
2012-11-25
Add improvements to insert_with_key
Kevin Cantu
-1
/
+8
2012-11-25
Add an insert_with_key function to the Map trait
Kevin Cantu
-0
/
+8
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-3
/
+3
2012-11-18
Made Map.contains_key, contains_key_ref, and get pure.
Jesse Jones
-3
/
+3
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-3
/
+3
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-3
/
+3
2012-09-19
xfail-fast the legacy_mode run-pass tests
Brian Anderson
-0
/
+1
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-4
/
+2
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-8
/
+15
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-2
/
+2
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-3
/
+3
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
-3
/
+7
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-8
/
+14
2012-08-26
Camel case the option type
Brian Anderson
-9
/
+9
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-21
Fix some map related build failures.
Michael Sullivan
-3
/
+3
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-1
/
+0
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-4
/
+4
2012-08-02
test: "iface" -> "trait" in filenames.
Lindsey Kuper
-0
/
+105
[prev]