summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-6/+80
2015-01-27Add an implementation of Zeroable for Unique<T>Jonathan Reem-0/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-95/+220
2015-01-28Rollup merge of #21658 - Manishearth:index_on_unimplemented, r=GankroManish Goregaokar-0/+2
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-4/+2
2015-01-27Rollup merge of #21591 - GuillaumeGomez:hash, r=alexcrichtonManish Goregaokar-2/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-27Auto merge of #21586 - pyfisch:patch-1, r=alexcrichtonbors-2/+2
2015-01-27Auto merge of #21564 - steveklabnik:doc_cell, r=alexcrichtonbors-85/+209
2015-01-26Fallout of io => old_ioAlex Crichton-9/+9
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