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
/
libstd
/
workcache.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
std: add Encoder::emit_map and Decoder::read_map
Erick Tryzelaar
-14
/
+27
2013-03-22
librustc: Add explicit lifetime binders and new lifetime notation in core/std...
Patrick Walton
-8
/
+7
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-5
/
+5
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-4
/
+4
2013-03-22
std: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
De-implicit-self libstd
Ben Striegel
-1
/
+1
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-7
/
+20
2013-03-05
std: remove an unnecessary copy from workcache
Erick Tryzelaar
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-5
/
+5
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-2
/
+2
2013-02-27
libsyntax: Forbid `~mut` and `~const`. rs=demuting
Patrick Walton
-2
/
+3
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-1
/
+2
2013-02-21
librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...
Patrick Walton
-20
/
+8
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-2
/
+2
2013-02-15
libstd: Get rid of `move`.
Luqman Aden
-18
/
+18
2013-02-14
auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphism
bors
-5
/
+3
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-3
/
+3
2013-02-14
Remove DVec from workcache
Seo Sanghyeon
-5
/
+3
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-13
RIMOV core::vec
Ben Striegel
-2
/
+2
2013-02-07
implement BaseIter for LinearMap
Daniel Micay
-3
/
+3
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-0
/
+2
2013-02-05
Merge
Tim Chevalier
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-31
std: remove transitional code
Tim Chevalier
-21
/
+0
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-0
/
+7
2013-01-28
get rid of LinearMap's find_copy method
Daniel Micay
-6
/
+18
2013-01-24
remove old LinearMap constructor
Daniel Micay
-2
/
+2
2013-01-23
switch LinearMap to current constructor convention
Daniel Micay
-5
/
+5
2013-01-23
rename hashmap find_ref/get_ref -> find/get
Daniel Micay
-1
/
+1
2013-01-23
rename hashmap find/get -> find_copy/get_copy
Daniel Micay
-2
/
+2
2013-01-23
rename send_map to hashmap
Daniel Micay
-1
/
+1
2013-01-22
std: various hacking on workcache.
Graydon Hoare
-107
/
+185
2013-01-10
core: Change XXXs into proper FIXMEs with issue numbers
Tim Chevalier
-5
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-0
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-5
/
+9
2012-12-19
Fix a warning in the workcache test.
Erick Tryzelaar
-1
/
+1
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-1
/
+1
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-16
/
+14
2012-12-13
Long lines
Brian Anderson
-1
/
+2
2012-12-13
Change some uses of static methods to use the trait path
Brian Anderson
-3
/
+2
2012-12-13
Replace some Eq impls with deriving_eq
Brian Anderson
-9
/
+1
2012-12-13
Rename Send trait to Owned
Brian Anderson
-5
/
+5
[next]