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-10-04
De-mode comm::Chan
Tim Chevalier
-2
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+2
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-2
/
+2
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-1
/
+0
2012-09-10
Convert std::map to camel case
Brian Anderson
-3
/
+3
2012-09-05
test: "import" -> "use"
Patrick Walton
-13
/
+9
2012-08-27
Camel case various core constructors
Brian Anderson
-6
/
+5
2012-08-26
Camel case the option type
Brian Anderson
-6
/
+6
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-15
Convert more core types to camel case
Brian Anderson
-4
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-3
/
+3
2012-08-05
Switch alts to use arrows
Brian Anderson
-6
/
+6
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-10
/
+10
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
[next]