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
Age
Commit message (
Expand
)
Author
Lines
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-59
/
+59
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-15
/
+34
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-28
/
+49
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-59
/
+59
2012-01-05
added preliminary support for per-architecture generation of math constants (...
Stefan Plantikow
-23
/
+124
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-59
/
+214
2012-01-04
Add either::is_left and either::is_right
Marijn Haverbeke
-0
/
+18
2012-01-04
Properly typecheck and compile invocations of generic methods.
Marijn Haverbeke
-0
/
+11
2012-01-04
"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")
Lenny222
-3
/
+3
2012-01-04
"char": use shorter names "to_lower"/"to_upper", analogous to the same names ...
Lenny222
-7
/
+7
2012-01-04
implement str::is_whitespace using char::is_whitespace
Lenny222
-8
/
+1
2012-01-02
Add 'copy' bounds to functions that were faultily accepted without
Marijn Haverbeke
-5
/
+5
2012-01-02
typo
Lenny222
-1
/
+1
2012-01-01
freebsd support
User Jyyou
-0
/
+16
2012-01-01
"str": extract to_upper/lower_case() into "char"
Lenny222
-15
/
+47
2011-12-31
core: added support for bessel functions
Stefan Plantikow
-92
/
+104
2011-12-31
Removed now obsolete mtypes module
Stefan Plantikow
-1
/
+0
2011-12-31
core: killed all math wrappers
Stefan Plantikow
-794
/
+190
2011-12-31
Trying to remove wrappers from float
Stefan Plantikow
-111
/
+349
2011-12-31
added more ops to cmath
Stefan Plantikow
-1
/
+47
2011-12-31
added useful constants to math
Stefan Plantikow
-0
/
+78
2011-12-29
Add support in lexer for utf8 identifiers. No NFKC logic in char yet.
Graydon Hoare
-0
/
+6
2011-12-28
libcore: Fix a typo.
Erick Tryzelaar
-1
/
+1
2011-12-24
char: add is_lowercase(), is_uppercase()
Lenny222
-1
/
+21
2011-12-23
Forgot typo-fix.
Graydon Hoare
-1
/
+1
2011-12-23
Add support to libcore for encoded-in-rust unicode character properties, at l...
Graydon Hoare
-82
/
+4747
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-2
/
+2
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-7
/
+17
2011-12-22
Revert all of yesterday's snapshots and try again. Cursed!
Graydon Hoare
-4
/
+5
2011-12-22
Remove trivial cast checker
Marijn Haverbeke
-27
/
+27
2011-12-20
Revert "wip"
Brian Anderson
-14
/
+0
2011-12-20
wip
Brian Anderson
-0
/
+14
2011-12-20
Add companion-module core.rs that exports log levels and option/some/none eve...
Graydon Hoare
-0
/
+17
2011-12-19
libcore: Remove stack alignment from task spawning
Brian Anderson
-2
/
+3
2011-12-19
libcore: add splitn to split a string N times.
Erick Tryzelaar
-5
/
+31
2011-12-19
libcore: add vec push.
Erick Tryzelaar
-0
/
+9
2011-12-19
libcore: Add vec any2 and all2 functions.
Erick Tryzelaar
-0
/
+33
2011-12-18
libcore: Remove task::set_min_stack
Brian Anderson
-12
/
+0
2011-12-16
Merge pull request #1317 from boggle/fix1315
Graydon Hoare
-17
/
+49
2011-12-16
core: marked fns as pure where possible
Stefan Plantikow
-14
/
+14
2011-12-16
std: added either::flip, to_result and result::to_either
Stefan Plantikow
-3
/
+35
2011-12-16
rename iter2 to iteri to match typical convention
Niko Matsakis
-6
/
+6
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-14
/
+14
2011-12-16
Make 1.f parse as a field access on the integer 1
Marijn Haverbeke
-2
/
+2
2011-12-15
stdlib: Add a str::split_str() to split on a delimiter string of any length
Patrick Walton
-5
/
+41
2011-12-14
Moved std::math to std::core
Stefan Plantikow
-32
/
+788
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+4734
2011-12-08
Add crate_type attributes to rustc, std, core
Brian Anderson
-1
/
+1
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+17
[prev]