about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-09-19Implement slicing syntax.Nick Cameron-3/+160
2014-09-17rollup merge of #17329 : alexcrichton/snapshotsAlex Crichton-7/+0
2014-09-17rollup merge of #16936 : nham/two_way_makeoverAlex Crichton-10/+90
2014-09-16Register new snapshotsAlex Crichton-7/+0
2014-09-16Fallout from renamingAaron Turon-29/+29
2014-09-16Align with _mut conventionsAaron Turon-23/+104
2014-09-15auto merge of #16887 : steveklabnik/rust/guide_iterators, r=alexcrichtonbors-6/+0
2014-09-14auto merge of #17195 : tbu-/rust/pr_strfindoverflow2, r=alexcrichtonbors-0/+3
2014-09-13Remove container guide.Steve Klabnik-6/+0
2014-09-12Document why `core::str::Searcher::new` doesn't overflowTobias Bucher-0/+3
2014-09-12auto merge of #17159 : brson/rust/snaps, r=alexcrichtonbors-61/+0
2014-09-11Fix bug in padding unicode, #17105.Ahmed Charles-2/+2
2014-09-10Register snapshotsBrian Anderson-61/+0
2014-09-09auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brsonbors-1/+118
2014-09-09Optimize for the most common cases of `format!`Piotr Czarnecki-6/+52
2014-09-09Decouple string and argument piecesPiotr Czarnecki-1/+72
2014-09-09rollup merge of #17080 : treeman/issue-17066Alex Crichton-1/+1
2014-09-09Check traits for built-in bounds in implsNick Cameron-2/+4
2014-09-07Flip arguments to `std::iter::iterate`.Jonas Hietala-1/+1
2014-09-07auto merge of #17005 : bjz/rust/bit-count, r=thestingerbors-10/+10
2014-09-07auto merge of #16999 : brson/rust/fannkuch, r=alexcrichtonbors-1/+6
2014-09-05Optimize Slice::reverseBrian Anderson-1/+6
2014-09-05Make integer bit count methods return uintsBrendan Zabarauskas-10/+10
2014-09-05Update language item from 'share' to 'sync' #16988Felix Raimundo-1/+1
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-7/+7
2014-09-04Center alignment for fmtwickerwaka-7/+18
2014-09-03Fix spelling errors and capitalization.Joseph Crail-7/+7
2014-09-03auto merge of #16634 : apoelstra/rust/to-option-fix, r=aturonbors-8/+38
2014-09-02Add many comments to TwoWaySearcher.nham-10/+87
2014-09-02core: Make TwoWaySearcher reset its prefix memory when shifting by bytesetnham-0/+3
2014-09-01auto merge of #16897 : japaric/rust/mut-slice-collection, r=alexcrichtonbors-0/+9
2014-09-01auto merge of #16886 : Tobba/rust/defailbloat-string, r=alexcrichtonbors-3/+9
2014-08-31Rename `RawPtr::to_option()` to `RawPtr::as_ref()`Andrew Poelstra-8/+38
2014-08-31&mut [T] now implements Collection. Fixes #16896Jorge Aparicio-0/+9
2014-08-30rollup merge of #16842 : zsiciarz/masterAlex Crichton-5/+5
2014-08-30rollup merge of #16835 : michaelsproul/doc-slice-failureAlex Crichton-28/+33
2014-08-30rollup merge of #16769 : rgawdzik/abs_doc_additionAlex Crichton-2/+6
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-109/+1
2014-08-30Defailbloat fail!(string)Tobba-3/+9
2014-08-29Register new snapshotsAlex Crichton-109/+1
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-29/+29
2014-08-29Updated mut_chunks doc comment to match argument name.Zbigniew Siciarz-5/+5
2014-08-29doc: Clarify slice failure conditions.Michael Sproul-28/+33
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-88/+286
2014-08-28stabilize core::resultAaron Turon-41/+173
2014-08-28Fallout from stabilizing core::optionAaron Turon-4/+9
2014-08-28stabilize core::optionAaron Turon-43/+104
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-14/+104
2014-08-26Added a note for usage of abs with ::MIN.Robert Gawdzik ☢-2/+6