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-2804.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-17
/
+10
2013-05-30
Correct issue-2804 test
Niko Matsakis
-4
/
+4
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+3
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-8
/
+8
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-2
/
+2
2013-04-03
hashmap: rm linear namespace
Daniel Micay
-1
/
+1
2013-03-26
test: Remove uses of oldmap::HashMap
Alex Crichton
-7
/
+7
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-3
/
+2
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-2
/
+2
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-28
get rid of LinearMap's find_copy method
Daniel Micay
-2
/
+2
2013-01-23
fix tests
Daniel Micay
-1
/
+1
2012-12-14
Fix broken tests
Brian Anderson
-1
/
+1
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: More run-pass test fixes
Patrick Walton
-4
/
+4
2012-12-05
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-2
/
+2
2012-09-26
libstd: port json over to serialization2
Erick Tryzelaar
-5
/
+6
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-1
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-3
/
+3
2012-09-05
test: "import" -> "use"
Patrick Walton
-3
/
+2
2012-08-28
CamelCasify lots of std
Ben Striegel
-6
/
+6
2012-08-26
Camel case the option type
Brian Anderson
-3
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-4
/
+4
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-3
/
+3
2012-08-05
Switch alts to use arrows
Brian Anderson
-7
/
+7
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
-8
/
+8
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-0
/
+69