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
/
task
Age
Commit message (
Expand
)
Author
Lines
2013-07-07
remove some method resolve workarounds
Daniel Micay
-2
/
+2
2013-06-29
Removing a lot of usage of '&const'
Alex Crichton
-1
/
+1
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-0
/
+4
2013-06-28
libextra: Fix even more merge fallout.
Patrick Walton
-1
/
+0
2013-06-28
librustc: Disallow "mut" from distributing over bindings.
Patrick Walton
-1
/
+3
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-4
/
+4
2013-06-28
std: silence some test warnings.
Huon Wilson
-8
/
+6
2013-06-26
auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr
bors
-1
/
+1
2013-06-25
auto merge of #7269 : luqmana/rust/drop, r=thestinger
bors
-2
/
+2
2013-06-25
Change finalize -> drop.
Luqman Aden
-2
/
+2
2013-06-25
Deny common lints by default for lib{std,extra}
Alex Crichton
-1
/
+1
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-1
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-2
/
+2
2013-06-21
libstd: cleanup warnings
James Miller
-1
/
+0
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-2
/
+2
2013-06-16
Remove moves from *T and implement in another way
Niko Matsakis
-14
/
+3
2013-06-13
Remove unused imports
Steven Stewart-Gallus
-1
/
+1
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-3
/
+4
2013-06-10
Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...
Ben Blum
-0
/
+1
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-8
/
+8
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-11
/
+11
2013-05-30
Remove unnecessary 'use' forms
Daniel Farina
-8
/
+8
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+4
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-6
/
+14
2013-05-29
librustc: Redo the unsafe checker and make unsafe methods not callable from s...
Patrick Walton
-2
/
+6
2013-05-27
Get rid of no-longer-needed #[doc(hidden)] attributes.
Lindsey Kuper
-5
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+2286