summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1
2015-01-27Add on_unimplemented note to IndexManish Goregaokar-0/+2
2015-01-26Remove comment about `UnsafeCell`s and `static`Tobias Bucher-6/+0
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-223/+270
2015-01-25Add a missing fmt::Debug impl lintSteven Fackler-0/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2015-01-25Auto merge of #21582 - FlaPer87:rollup, r=brsonbors-3/+12
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-581/+753
2015-01-25Auto merge of #21558 - alexcrichton:result-debug, r=aturonbors-5/+5
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-128/+128
2015-01-24Auto merge of #21488 - aturon:os-str, r=alexcrichtonbors-87/+125
2015-01-24Add ffi::OsString and OsStrAaron Turon-87/+125
2015-01-24Spellfix for Debug traitPyfisch-2/+2
2015-01-24Add Hash trait to NonZero typeGuillaumeGomez-2/+2
2015-01-24Rollup merge of #21445 - P1start:no-implemented, r=nikomatsakisFlavio Percoco Premoli-3/+12
2015-01-23grandfathered -> rust1Brian Anderson-614/+614
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-39/+78
2015-01-23std: Relax Result::unwrap() to DebugAlex Crichton-5/+5
2015-01-23Set unstable feature names appropriatelyBrian Anderson-289/+289
2015-01-23Improve libcore/cell.rs docsSteve Klabnik-85/+209
2015-01-23Auto merge of #21453 - Stebalien:exactsize, r=alexcrichtonbors-0/+15
2015-01-23Auto merge of #21382 - tshepang:improve-iter-docs, r=alexcrichtonbors-236/+263
2015-01-23iter: miscellaneous improvementsTshepang Lekhonkhobe-236/+263
2015-01-22Rollup merge of #21472 - steveklabnik:gh21469, r=huonwSteve Klabnik-0/+4
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-22core::marker: s/task/thread/P1start-3/+3
2015-01-22Add `#[rustc_on_unimplemented]` annotations to more traitsP1start-0/+9
2015-01-21Remove 'since' from unstable attributesBrian Anderson-284/+284
2015-01-21Minor fixesBrian Anderson-1/+2
2015-01-21Tie stability attributes to feature gatesBrian Anderson-2/+0
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-949/+1102
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-189/+164
2015-01-21Test fixes and rebase conflictsAlex Crichton-14/+1
2015-01-21Explain that RefCell is single-threaded.Steve Klabnik-0/+4
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-88/+279
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-19/+0
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-5/+5
2015-01-21rollup merge of #21392: japaric/iterAlex Crichton-0/+16
2015-01-21rollup merge of #21367: steveklabnik/remove_gateAlex Crichton-30/+0
2015-01-21rollup merge of #21157: steveklabnik/deprecationAlex Crichton-1/+1
2015-01-21rollup merge of #21053: apasel422/exactAlex Crichton-0/+5
2015-01-21Use the default `len` implementation in ExactSizeIterator implsSteven Allen-24/+5
2015-01-21Improve quality of String#to_slice() deprecation messageSteve Klabnik-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-21Deprecate slicing methods in favor of notationAaron Turon-91/+87
2015-01-21Stabilize Index traits and most range notationAaron Turon-100/+79
2015-01-21Auto merge of #21227 - sellibitze:core-ops-for-references, r=aturonbors-4/+92
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-88/+279
2015-01-20implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`Andrew Paseltiner-0/+5
2015-01-20Implement ExactSizeIterator for remaining core Iterators where applicable.Steven Allen-0/+34