about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-05-19Fix for https://github.com/rust-lang/rust/pull/25583Steve Klabnik-1/+1
2015-05-19Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichtonSteve Klabnik-8/+4
2015-05-19Rollup merge of #25591 - rick68:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-05-19Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichtonbors-25/+50
2015-05-19Update iter.rsWei-Ming Yang-1/+1
2015-05-18Fix debug builder examples examplesSteven Fackler-2/+2
2015-05-19Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturonbors-1/+1
2015-05-19Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturonbors-3/+12
2015-05-18std: Make abs() panic on overflow in debug modeAlex Crichton-3/+12
2015-05-18Add example for from_str_radixSteve Klabnik-8/+4
2015-05-17Fix finish docsSteven Fackler-10/+5
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-15/+45
2015-05-16Auto merge of #25434 - dotdash:gep, r=alexcrichtonbors-45/+75
2015-05-16std: Fix missing stability on iter::ClonedAlex Crichton-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-15Allow for better optimizations of iterators for zero-sized typesBjörn Steinbrink-45/+75
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