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
/
bench
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
remove cfg(stage0) version of Eq, not needed for tests
Niko Matsakis
-22
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+22
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-25
/
+28
2012-09-19
Remove final bits of residual hokey-hash functions. Close #1616.
Graydon Hoare
-13
/
+3
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-5
/
+5
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-12
/
+23
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-29
/
+18
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-18
/
+29
2012-09-18
Tweak graph500-bfs so it pretty-prints
Brian Anderson
-2
/
+2
2012-09-18
Fix some broken tests
Brian Anderson
-2
/
+2
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+14
2012-09-15
int/uint parse_buf => parse_bytes (#3444)
Erick Tryzelaar
-2
/
+2
2012-09-13
Remove unnecessary temporary, add type annot to help inferencer (cc #2280)
Niko Matsakis
-5
/
+2
2012-09-12
Rename str::unsafe to str::raw
Brian Anderson
-3
/
+3
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-2
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-29
/
+29
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-3
/
+3
2012-09-10
Convert std::map to camel case
Brian Anderson
-25
/
+25
2012-09-10
Rename the poorly named Managed<T> type to Mut<T>.
Niko Matsakis
-5
/
+5
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-1
/
+5
2012-09-10
Fix broken tests
Brian Anderson
-3
/
+5
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-5
/
+5
2012-09-08
test: bunch of test cleanup from sendable_futures change
Jeff Olson
-9
/
+16
2012-09-07
(fix incoming) Add the necessary traits to some generic functions
Kevin Cantu
-3
/
+6
2012-09-07
(partially fix incoming) More hash function simplification
Kevin Cantu
-15
/
+7
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-25
/
+25
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-2
/
+2
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-8
/
+8
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-4
/
+4
2012-09-06
Remove struct ctors
Brian Anderson
-6
/
+19
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-7
/
+9
2012-09-05
test: "import" -> "use"
Patrick Walton
-103
/
+90
2012-09-05
test: Fix smallintmap test
Patrick Walton
-3
/
+3
2012-09-04
std: Camel case list
Brian Anderson
-17
/
+17
2012-09-02
Camel case core::ops
Brian Anderson
-2
/
+2
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-2
/
+2
2012-08-29
std: Camel case some constructors
Brian Anderson
-4
/
+4
2012-08-28
CamelCasify lots of std
Ben Striegel
-8
/
+8
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-12
/
+12
2012-08-27
Camel case various core constructors
Brian Anderson
-44
/
+42
2012-08-27
Convert core::result to camel case
Brian Anderson
-6
/
+6
2012-08-26
fix bench test for arc::arc camelcase
Ben Blum
-3
/
+3
2012-08-26
Camel case the option type
Brian Anderson
-101
/
+101
2012-08-26
Fix build breakage
Brian Anderson
-3
/
+4
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-18
/
+13
2012-08-23
remove a print in msgsend-ring-rw-arcs
Ben Blum
-1
/
+0
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-5
/
+5
2012-08-23
Remove match check from test cases
Tim Chevalier
-5
/
+10
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-8
/
+8
2012-08-23
Update invocation syntax for `macro_rules!`
Paul Stansifer
-10
/
+10
[next]