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
/
libcore
/
send_map.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-22
Remove match check in send_map
Tim Chevalier
-1
/
+4
2012-08-22
Comments only: update issue number for FIXME
Tim Chevalier
-1
/
+2
2012-08-21
implement a map testing benchmark
Niko Matsakis
-0
/
+7
2012-08-21
remove some FIXMEd code as the relevant issue is fixed
Niko Matsakis
-14
/
+15
2012-08-15
Convert more core types to camel case
Brian Anderson
-42
/
+42
2012-08-14
De-mode task.rs and add some option::foo_ref() helpers
Ben Blum
-2
/
+2
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-3
/
+0
2012-08-08
Convert impls to new syntax
Brian Anderson
-10
/
+10
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-8
/
+4
2012-08-02
Make comparisons between region pointers work
Tim Chevalier
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-11
/
+11
2012-08-01
send_map - fix size bug; add is_empty and test case for same
Ben Blum
-1
/
+15
2012-07-31
send_map: each -> each_ref, and add each* copying versions; add 'iterate' test
Ben Blum
-5
/
+35
2012-07-31
Add send_map::each{,_key,_value}
Ben Blum
-4
/
+22
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-6
/
+6
2012-07-30
Move send_map to libcore
Ben Blum
-0
/
+345
[prev]