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
2012-06-12
Rewrite int/uint helper functions to use refs
Erick Tryzelaar
-32
/
+32
2012-06-12
Convert most str and vec fns to slices
Erick Tryzelaar
-109
/
+114
2012-06-11
core: More stack walking
Brian Anderson
-9
/
+48
2012-06-08
core: Don't deadlock on io streams in run::program_output
Brian Anderson
-26
/
+72
2012-06-08
Merge pull request #2560 from bstrie/num
Brian Anderson
-5
/
+3
2012-06-09
Allow multiple `num` impls to be imported at once
Ben Striegel
-5
/
+3
2012-06-08
Merge pull request #2559 from mozilla/incoming
Patrick Walton
-3
/
+18
2012-06-08
core: Inline unsigned range function
Brian Anderson
-0
/
+1
2012-06-08
Inline `range` for all integral types
Ben Striegel
-0
/
+1
2012-06-08
core: "inlune" is not an attribute
Patrick Walton
-1
/
+1
2012-06-08
core: Implement string equal natively to save a call into the shape code. Sha...
Patrick Walton
-2
/
+17
2012-06-08
Convert reinterpret_cast + forget to 'transmute'
Brian Anderson
-23
/
+9
2012-06-08
core: Add unsafe::transmute
Brian Anderson
-1
/
+28
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-118
/
+76
2012-06-07
core: Remove transitional code
Brian Anderson
-11
/
+0
2012-06-07
Merge branch 'incoming'
Patrick Walton
-2
/
+126
2012-06-07
Add neg() to the num iface
Patrick Walton
-0
/
+6
2012-06-07
libcore: Add a num typeclass
Patrick Walton
-0
/
+73
2012-06-07
Add a Num typeclass
Patrick Walton
-2
/
+47
2012-06-07
mark addr_or and friends pure
Niko Matsakis
-2
/
+2
2012-06-06
core: Start on a stack walker
Brian Anderson
-1
/
+55
2012-06-06
core: Add os::family. Returns either 'windows' or 'unix'
Brian Anderson
-1
/
+9
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-0
/
+40
2012-06-06
add some purity annotations in dvec/vec, occasional accessor method
Niko Matsakis
-27
/
+39
2012-06-06
miscellaneous pure annotations and other small changes.
Niko Matsakis
-101
/
+122
2012-06-06
add misc. pure modifiers in core
Niko Matsakis
-12
/
+12
2012-06-06
misc. copies in core/syntax to please borrowck
Niko Matsakis
-2
/
+2
2012-06-06
core: Remove swappable. Unused
Brian Anderson
-100
/
+0
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-0
/
+40
2012-06-06
Revert "core: Remove swappable. Unused" due to test failures
Patrick Walton
-0
/
+100
2012-06-06
Revert "Merge pull request #2516 from mozilla/incoming" due to failures
Patrick Walton
-40
/
+0
2012-06-05
stdlib: Introduce ord and eq interfaces. Make std::sort::quick_sort3 use them...
Patrick Walton
-0
/
+40
2012-06-05
core: Remove swappable. Unused
Brian Anderson
-100
/
+0
2012-06-05
rt: Fix iaac_init using wrong type and not seeding correctly
Brian Anderson
-0
/
+11
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-0
/
+2
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-60
/
+146
2012-06-04
Shave off one more string append in a rare case.
Graydon Hoare
-5
/
+6
2012-06-04
Implement stack-only variants of int/uint str conversion and output.
Graydon Hoare
-29
/
+84
2012-06-04
core: Don't allow radix 1 in uint::to_str
Brian Anderson
-2
/
+22
2012-06-04
core: Make uint::to_str faster
Brian Anderson
-26
/
+29
2012-06-03
prohibit type parameters in native fns and other minor fixes
Niko Matsakis
-16
/
+24
2012-06-02
core: Add str::is_alphanumeric fn and method
Brian Anderson
-0
/
+16
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-160
/
+219
2012-06-02
(float) fix some rounding errors when showing as str
Kevin Cantu
-11
/
+64
2012-06-02
add some purity annotations in core
Niko Matsakis
-75
/
+72
2012-06-01
Comment only: fix typo
Tim Chevalier
-1
/
+1
2012-06-01
core: Fix handling of 0-padded floats with precision in #fmt
Brian Anderson
-3
/
+4
2012-05-31
Implement 2 kinds of char / str escaping. Use in rustc. Close #2306.
Graydon Hoare
-1
/
+128
2012-05-30
core: Update vec_repr to include the box header
Brian Anderson
-1
/
+6
2012-05-30
Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...
Eric Holk
-0
/
+30
[next]