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
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]