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
/
hashmap-memory.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+3
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-4
/
+4
2012-06-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-3
/
+3
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-4
/
+4
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-2
/
+2
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-02-11
make bind syntax unnecessary: just use _ for one of the arguments
Niko Matsakis
-1
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 1)
Kevin Cantu
-1
/
+1
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-1
/
+1
2012-01-19
test: "tag" -> "enum" in run-pass and run-fail
Patrick Walton
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-3
/
+3
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-1
/
+1
2012-01-06
port over the tests to use the new API
Niko Matsakis
-4
/
+4
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-3
/
+3
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-11
/
+11
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-1
/
+1
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-1
/
+1
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-1
/
+1
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-2
/
+3
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-1
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-7
/
+7
2011-09-02
Reformat. Issue #855
Brian Anderson
-13
/
+11
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-3
/
+3
2011-08-31
Start paring down std::str. Issue #855
Brian Anderson
-13
/
+14
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-5
/
+6
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-14
/
+14
2011-08-20
Reformat
Brian Anderson
-3
/
+3
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-6
/
+6
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-2
/
+2
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-2
/
+2
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-20
/
+24
2011-08-12
Remove last uses of vec::len
Brian Anderson
-5
/
+5
2011-08-12
Convert all uses of std::io to std::ioivec
Brian Anderson
-1
/
+0
2011-08-02
Don't pp extra lines after block open when preserving whitespace. Closes #759
Brian Anderson
-1
/
+0
2011-08-02
Add xfail-pretty directives to tests that don't pretty-print correctly
Brian Anderson
-0
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-55
/
+40
2011-07-23
Attempt to put out burning Windows tinderbox.
Eric Holk
-1
/
+1
2011-07-22
More work on word-count.
Eric Holk
-2
/
+2
2011-07-22
Adding test case dealing with communication and hashmaps.
Eric Holk
-0
/
+108