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
/
libcore
/
to_str.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-25
/
+27
2012-09-28
De-export logging, to_str, to_bytes, from_str, util. Part of #3583.
Graydon Hoare
-2
/
+1
2012-09-21
libcore: De-mode str
Patrick Walton
-3
/
+3
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-19
core: Clean up crate docs and give all mods a brief description
Brian Anderson
-0
/
+6
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-1
/
+1
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-1
/
+1
2012-09-12
libcore: Add some visitor-based logging functionality
Patrick Walton
-0
/
+6
2012-09-12
core: Implement ToStr for @str
Philipp Brüschweiler
-0
/
+4
2012-09-10
Make more moves explicit in libcore
Tim Chevalier
-1
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-02
Silence non-implicitly-copyable-typarams in coretest
Brian Anderson
-0
/
+1
2012-09-02
core: deny(vecs_implicity_copyable)
Brian Anderson
-1
/
+1
2012-08-25
libcore: Add an implementation of to_str for &str.
Patrick Walton
-0
/
+3
2012-08-14
De-mode more pieces of core.
Graydon Hoare
-0
/
+4
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-20
/
+20
2012-08-08
Convert impls to new syntax
Brian Anderson
-19
/
+19
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-42
/
+42
2012-07-08
core: Ignore to_str::test_vectors. It's busted
Brian Anderson
-0
/
+1
2012-07-08
Add test attributes to test functions missing test attributes.
Ryan Scheel
-0
/
+2
2012-07-06
Move string append to libraries. Closes #2710.
Michael Sullivan
-3
/
+3
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-7
/
+7
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-6
/
+7
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-0
/
+6
2012-05-25
core: Add to_str impls for remaining int types
Brian Anderson
-5
/
+20
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-1
/
+1
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-1
/
+1
2012-02-22
Add core::to_str module
Marijn Haverbeke
-0
/
+91