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
Age
Commit message (
Expand
)
Author
Lines
2014-05-13
core: Move Hangul decomposition into unicode.rs
Florian Zeitz
-50
/
+52
2014-05-13
core: Use appropriately sized integers for codepoints and bytes
Florian Zeitz
-50
/
+45
2014-05-13
std, core: Generate unicode.rs using unicode.py
Florian Zeitz
-4
/
+7
2014-05-13
std: Move the owned module from core to std
Alex Crichton
-93
/
+95
2014-05-12
Improved example code in Option
Adolfo OchagavĂa
-12
/
+15
2014-05-12
libcore: remove fails from slice.rs and remove duplicated length checking
Kevin Butler
-24
/
+35
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-12
register snapshots
Daniel Micay
-16
/
+0
2014-05-11
core: Remove the cast module
Alex Crichton
-189
/
+165
2014-05-10
initial port of the exchange allocator to jemalloc
Daniel Micay
-3
/
+5
2014-05-10
add an align parameter to exchange_malloc
Daniel Micay
-5
/
+21
2014-05-10
auto merge of #14073 : alexcrichton/rust/snapshots, r=huonw
bors
-2
/
+2
2014-05-10
auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson
bors
-1
/
+1
2014-05-09
Register new snapshots
Alex Crichton
-2
/
+2
2014-05-09
doc: Fix some broken links
Alex Crichton
-1
/
+1
2014-05-09
auto merge of #14053 : FlaPer87/rust/master, r=huonw
bors
-0
/
+1
2014-05-08
auto merge of #14019 : brson/rust/docs, r=alexcrichton
bors
-44
/
+24
2014-05-09
core: Allow kinds derivings
Flavio Percoco
-0
/
+1
2014-05-08
Handle breakage after libcore split
Kevin Ballard
-3
/
+33
2014-05-08
Handle fallout in documentation
Kevin Ballard
-55
/
+56
2014-05-08
Handle fallout for vector addition
Kevin Ballard
-17
/
+0
2014-05-08
Handle fallout in iter, option, result, and sync::arc
Kevin Ballard
-50
/
+51
2014-05-08
Remove FromIterator impl for ~[T]
Kevin Ballard
-33
/
+0
2014-05-07
std: Small doc tweaks
Brian Anderson
-1
/
+3
2014-05-07
std: Change names of transmute's type parameters
Brian Anderson
-1
/
+1
2014-05-07
std: Reorder definitions in cast
Brian Anderson
-19
/
+19
2014-05-07
std: Remove bump_box_refcount. Deprecated and unused. Deprecused.
Brian Anderson
-23
/
+1
2014-05-07
Test fixes and rebase conflicts
Alex Crichton
-25
/
+59
2014-05-07
core: Move Option::expect to libstd from libcore
Alex Crichton
-29
/
+5
2014-05-07
core: Fix an unsigned negation warning
Alex Crichton
-1
/
+1
2014-05-07
core: Get coretest working
Alex Crichton
-77
/
+238
2014-05-07
core: Inherit the cell module
Alex Crichton
-1
/
+312
2014-05-07
core: Inherit the result module
Alex Crichton
-0
/
+754
2014-05-07
core: Remove generics from Option::expect
Alex Crichton
-3
/
+1
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-45
/
+143
2014-05-07
core: Bring char/finally test style up to date
Alex Crichton
-196
/
+202
2014-05-07
core: Allow some #[deriving] in libcore
Alex Crichton
-0
/
+6
2014-05-07
core: Implement necessary traits for ~[T]/~str
Alex Crichton
-0
/
+200
2014-05-07
core: Inherit possible string functionality
Alex Crichton
-0
/
+1862
2014-05-07
core: Inherit necessary unicode functionality
Alex Crichton
-0
/
+5010
2014-05-07
core: Inherit non-allocating slice functionality
Alex Crichton
-0
/
+1484
2014-05-07
core: Inherit the specific numeric modules
Alex Crichton
-0
/
+1748
2014-05-07
core: Inherit what's possible from the num module
Alex Crichton
-0
/
+862
2014-05-07
core: Inhert ~/@/& cmp traits, remove old modules
Alex Crichton
-0
/
+75
2014-05-07
core: Inherit the cmp module
Alex Crichton
-0
/
+245
2014-05-07
core: Inherit the iter module
Alex Crichton
-0
/
+3091
2014-05-07
core: Inherit the option module
Alex Crichton
-0
/
+882
2014-05-07
core: Inherit the bool module
Alex Crichton
-0
/
+274
2014-05-07
core: Inherit the tuple module
Alex Crichton
-0
/
+331
2014-05-07
core: Bring clone tests up to date in style
Alex Crichton
-36
/
+39
[prev]
[next]