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
/
libnum
Age
Commit message (
Expand
)
Author
Lines
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-59
/
+59
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-13
/
+13
2014-05-22
auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw
bors
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-49
/
+212
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-13
/
+21
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-21
Remove two outdated FIXMEs from complex.rs
Piotr Jawniak
-4
/
+0
2014-05-16
Some fixes
Corey Richardson
-1
/
+1
2014-05-16
num: expand crate documentation + add example
Corey Richardson
-0
/
+34
2014-05-15
Updates with core::fmt changes
Alex Crichton
-5
/
+5
2014-05-15
core: Move intrinsic float functionality from std
Alex Crichton
-2
/
+2
2014-05-14
libnum: Remove all uses of `~str` from `libnum`
Patrick Walton
-81
/
+85
2014-05-13
Implements Default trait for BigInt and BigUint
Piotr Jawniak
-0
/
+11
2014-05-13
auto merge of #14167 : cmr/rust/cmplx, r=alexcrichton
bors
-53
/
+53
2014-05-12
num: rename Cmplx to Complex
Corey Richardson
-53
/
+53
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-07
Change the biguint documentation example to reflect deprecated owned vector
Tim Brooks
-1
/
+1
2014-05-01
BigUint always use u64 as the internal machine unsigned integer
Guillaume Pinot
-166
/
+41
2014-04-28
Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...
Jonathan S
-3
/
+3
2014-04-27
add BigUint subtraction underflow error message
Ryan Mulligan
-1
/
+9
2014-04-23
auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis
bors
-1
/
+1
2014-04-23
Fix other bugs with new closure borrowing
Alex Crichton
-1
/
+1
2014-04-22
auto merge of #13597 : bjz/rust/float-api, r=brson
bors
-48
/
+43
2014-04-21
Fix misspellings in comments.
Joseph Crail
-1
/
+1
2014-04-19
Have floating point functions take their parameters by value.
Brendan Zabarauskas
-8
/
+8
2014-04-19
Merge the Round trait into the Float trait
Brendan Zabarauskas
-40
/
+35
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-61
/
+61
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-10
/
+10
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-3
/
+3
2014-04-03
Bump version to 0.11-pre
Brian Anderson
-1
/
+1
2014-04-03
auto merge of #13286 : alexcrichton/rust/release, r=brson
bors
-1
/
+1
2014-04-01
make Cmplx fields public
Ted Horst
-2
/
+2
2014-03-31
num: Switch field privacy as necessary
Alex Crichton
-5
/
+5
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-3
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-10
/
+10
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-1
/
+1
2014-03-24
Correct issue workaround references
Steven Stewart-Gallus
-11
/
+10
2014-03-23
std: remove the `equals` method from `TotalEq`.
Huon Wilson
-38
/
+9
2014-03-22
Add #[deny(deprecated_owned_vector)] to several modules.
Huon Wilson
-0
/
+2
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-5
/
+6
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-5
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-6
/
+6
2014-03-18
Docify std::vec_ng
Steven Fackler
-2
/
+2
2014-03-16
num: Migrate `~[T]` to `std::vec_ng::Vec`
Florian Zeitz
-148
/
+150
2014-03-16
num: Slightly optimize bigint
Florian Zeitz
-44
/
+32
2014-03-15
Add rustdoc html crate info
Steven Fackler
-0
/
+3
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-1
/
+1
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-3
/
+5
[next]