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
/
libstd
/
smallintmap.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-10
std: Use the new `for` protocol
Alex Crichton
-1
/
+52
2013-05-07
Add pop() and swap() to the Map trait
Alex Crichton
-4
/
+36
2013-05-04
Register snapshots
Brian Anderson
-77
/
+0
2013-04-28
make way for a new iter module
Daniel Micay
-1
/
+1
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-2
/
+0
2013-04-10
libstd: changes to in response to #5656
Niko Matsakis
-1
/
+78
2013-04-10
Revert map.each to something which takes two parameters
Niko Matsakis
-29
/
+23
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-25
/
+25
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-2
/
+2
2013-03-24
expose find_mut in the Map trait
Daniel Micay
-12
/
+12
2013-03-24
smallintmap: add find_mut method
Daniel Micay
-2
/
+28
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-11
/
+11
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-1
/
+1
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-5
/
+6
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-6
/
+6
2013-03-13
add the mutate_values method to the Map trait
Daniel Micay
-1
/
+11
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-6
/
+6
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-22
/
+22
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-2
/
+2
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-5
/
+5
2013-02-12
Adjust borrow checker algorithm to address #4856 unsoundness,
Niko Matsakis
-4
/
+5
2013-02-07
implement ReverseIter for SmallIntMap
Daniel Micay
-1
/
+13
2013-02-07
implement BaseIter for SmallIntMap
Daniel Micay
-14
/
+19
2013-02-07
rm each method from the Map trait
Daniel Micay
-10
/
+10
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-1
/
+0
2013-02-06
remove old snapshot workaround from smallintmap
Daniel Micay
-4
/
+0
2013-01-31
modernize smallintmap
Daniel Micay
-133
/
+94
2013-01-31
copy oldsmallintmap.rs to smallintmap.rs
Daniel Micay
-0
/
+237
2013-01-31
move smallintmap to oldsmallintmap
Daniel Micay
-237
/
+0
2013-01-31
implement container::Mutable for SmallIntMap
Daniel Micay
-3
/
+17
2013-01-31
clean up SmallIntMap tests a bit
Daniel Micay
-4
/
+3
2013-01-31
drop the StdMap implementation from SmallIntMap
Daniel Micay
-9
/
+1
2013-01-31
implement container::Container for SmallIntMap
Daniel Micay
-6
/
+30
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-4
/
+4
2013-01-28
Remove bounds from type decl of smallintmap
Niko Matsakis
-2
/
+2
2013-01-24
convert most of libstd over to structs
Erick Tryzelaar
-2
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+3
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-3
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+3
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-1
/
+3
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+5
2012-12-09
Remove transitional code
Brian Anderson
-10
/
+0
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-0
/
+10
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-1
/
+0
2012-11-25
Rename insert_with functions to update, update_with_key
Brian Anderson
-8
/
+8
2012-11-25
Add improvements to insert_with_key
Kevin Cantu
-1
/
+39
2012-11-25
Add an insert_with_key function to the Map trait
Kevin Cantu
-0
/
+7
[next]