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
/
num
/
strconv.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-9
/
+7
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-14
/
+14
2013-05-13
Remove re-exports from libcore/core.rc
Alex Crichton
-0
/
+3
2013-05-12
libsyntax: Tighten up expressions in patterns to only allow identifiers or li...
Patrick Walton
-5
/
+5
2013-05-04
Register snapshots
Brian Anderson
-7
/
+0
2013-05-01
Revert rename of Div to Quot
Brendan Zabarauskas
-9
/
+7
2013-04-23
Attempt to fix x86 only strconv test failure
Marvin Löbel
-3
/
+2
2013-04-22
core: ignore test from_str_ignore_underscores. Broken on i686. #6018
Brian Anderson
-0
/
+1
2013-04-22
Rename Div operator trait to Quot and Modulo operator trait to Rem
Brendan Zabarauskas
-6
/
+15
2013-04-08
auto merge of #5787 : alexcrichton/rust/less-mut-fields, r=catamorphism
bors
-47
/
+33
2013-04-08
Removing no longer needed unsafe blocks
Alex Crichton
-47
/
+33
2013-04-08
libcore: from_str_common: provide option to ignore underscores.
Huon Wilson
-9
/
+29
2013-04-08
libcore: from_str_common: correctly signal failure on repeating base 2^n numb...
Huon Wilson
-5
/
+24
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-4
/
+6
2013-03-26
Switched over a bunch of splitting funktions to non-allocating iterators
Marvin Löbel
-4
/
+4
2013-03-26
Moved float str buffer constants to the strconv module
Marvin Löbel
-3
/
+10
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-3
/
+3
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-26
/
+26
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-12
/
+12
2013-03-21
back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...
Marvin Löbel
-3
/
+3
2013-03-21
renamed str::view -> slice_DBG_BRWD
Marvin Löbel
-3
/
+3
2013-03-20
libsyntax: Never use `::<>` in the type grammar
Patrick Walton
-3
/
+3
2013-02-28
core: Address XXX, make static constants for strings used when stringifying f...
Tim Chevalier
-4
/
+3
2013-02-15
Removed `has_*` predicates from NumStrConv trait
Marvin Löbel
-50
/
+34
2013-02-15
tidy
Marvin Löbel
-5
/
+0
2013-02-15
Long lines, proper FIXME, inlining
Marvin Löbel
-66
/
+71
2013-02-15
Made num <-> str conversion functions use NumStrConv trait
Marvin Löbel
-95
/
+87
2013-02-15
Added NumStrConv trait and impls for the string conversion functions
Marvin Löbel
-1
/
+108
2013-02-15
Moved numeric string conversion functions into own module
Marvin Löbel
-0
/
+556