summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-06-09std: Fix missing stability on iter::ClonedAlex Crichton-1/+1
2015-06-09std: Make abs() panic on overflow in debug modeAlex Crichton-3/+12
2015-05-15Fix major compile time regressionBjörn Steinbrink-16/+16
2015-05-13Writer -> Write in macro docsSteve Klabnik-1/+1
2015-05-13Remove SNAP commentsNick Cameron-18/+18
2015-05-13RebasingNick Cameron-1/+9
2015-05-13eddyb's changes for DST coercionsNick Cameron-0/+88
2015-05-12Rollup merge of #24996 - steveklabnik:gh24163, r=aturonManish Goregaokar-0/+5
2015-05-12TRPL: Borrow and AsRefSteve Klabnik-0/+5
2015-05-12Auto merge of #25300 - kballard:core-slice-overflow, r=Gankrobors-64/+45
2015-05-11Avoid returning a slice with a null pointer from Iter.as_slice()Kevin Ballard-19/+19
2015-05-11Reintroduce non-null assumptions in core::slice iteratorsKevin Ballard-8/+16
2015-05-11Rollup merge of #25290 - bluss:docfixes, r=steveklabnikManish Goregaokar-2/+5
2015-05-11Auto merge of #25271 - tshepang:doc-deunwrap, r=steveklabnikbors-34/+34
2015-05-11Handle overflow properly in core::sliceKevin Ballard-39/+12
2015-05-11docs: Update FromStr documentationUlrik Sverdrup-2/+5
2015-05-10doc: unwrap is discouraged, so use SomeTshepang Lekhonkhobe-34/+34
2015-05-10Rollup merge of #25158 - koute:master, r=alexcrichtonSteve Klabnik-0/+1
2015-05-10Add #[inline] to AsRef<str>::as_ref for String and str.Jan Bujak-0/+1
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-38/+38
2015-05-09Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelixbors-332/+2356
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-8/+9
2015-05-09Auto merge of #25159 - inrustwetrust:wrapping_inline, r=alexcrichtonbors-0/+1
2015-05-09Auto merge of #25162 - seanmonstar:asref-bytes, r=alexcrichtonbors-0/+9
2015-05-08core: impl AsRef<[u8]> for strSean McArthur-0/+9
2015-05-08Auto merge of #25218 - Manishearth:rollup, r=Manishearthbors-16/+16
2015-05-09Rollup merge of #25210 - rick68:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-05-08Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brsonbors-10/+45
2015-05-09Please the `make tidy`Barosl Lee-1/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-8/+8
2015-05-08fixed a mistakeWei-Ming Yang-1/+1
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-10/+45
2015-05-08doc: the prevailing convention is to use assert_eq! when 2 values are comparedTshepang Lekhonkhobe-15/+15
2015-05-07Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonwbors-6/+24
2015-05-07Rollup merge of #25144 - killercup:docs/iter-fold-reduce, r=steveklabnikSteve Klabnik-0/+2
2015-05-06Add missing inline attribute to Not impl for Wrapping<T>inrustwetrust-0/+1
2015-05-06Make overflow behaviour more obvious in the iterator module of `libcore`Tobias Bucher-6/+58
2015-05-06Iter Docs: Mention 'reduce' and 'inject'Pascal Hertleif-0/+2
2015-05-06core: use banker's rounding for the exact mode in flt2dec.Kang Seonghoon-1/+5
2015-05-06core: updated for the master changes.Kang Seonghoon-0/+5
2015-05-06core: fixed a slight bug.Kang Seonghoon-6/+6
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-14/+17
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-18/+18
2015-05-06core: made the core formatter to use a new flt2dec.Kang Seonghoon-332/+125
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+2219
2015-05-05Optimize iterator adapters.Steven Allen-18/+145
2015-05-05Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnikManish Goregaokar-1/+1
2015-05-04Fix spelling errors in documentation.Joseph Crail-1/+1
2015-05-04Fix incorrect link in Option documentation.Lee Jeffery-1/+1
2015-05-04Avoid latent (harmless) overflow in core::slice.Felix S. Klock II-6/+24