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-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
2012-05-29
make all arguments modes immutable
Niko Matsakis
-2
/
+10
2012-05-29
Updating comments.
Eric Holk
-1
/
+1
2012-05-28
Add methods iter, iter_err, map, map_err to the result type.
Erick Tryzelaar
-0
/
+134
2012-05-28
Rename result::{iter,map,map2} to add _vec suffix
Erick Tryzelaar
-4
/
+4
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-9
/
+15
2012-05-26
core: Fix capitalization in docs
Brian Anderson
-1
/
+1
2012-05-25
core: Add to_str impls for remaining int types
Brian Anderson
-5
/
+20
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-2
/
+2
2012-05-25
Remove from_const hack from vec.rs.
Michael Sullivan
-9
/
+2
2012-05-24
remove dead assignments
Niko Matsakis
-1
/
+1
2012-05-22
core: doc/err feedback tweeks for result::unwrap
Jeff Olson
-3
/
+1
2012-05-22
core: add result::unwrap() .. patch from @nmatsakis
Jeff Olson
-0
/
+15
2012-05-22
Send is no longer a subkind of copy. This allows for sendable, but non-copyab...
Eric Holk
-1
/
+1
2012-05-21
core: Fix typos in ignore attrs
Brian Anderson
-2
/
+2
2012-05-21
core: Rework some rand functions to be more consistent
Brian Anderson
-27
/
+27
2012-05-21
core: Ignore another should_fail test on win32
Brian Anderson
-0
/
+1
[prev]
[next]