summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-30/+2
2015-12-07Revert "PR #30130 Implement `Clone` for more arrays"Ulrik Sverdrup-28/+8
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-252/+295
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-252/+295
2015-12-04Don't use an explicit temporary for cloning an arrayTobias Bucher-2/+1
2015-12-04Implement `Clone` for arrays without using slice patternsTobias Bucher-10/+9
2015-12-04Implement `Clone` for `[T; 0]` to `[T; 32]` if `T: Clone`Tobias Bucher-8/+30
2015-11-29libcore/iter: fix typosIvan Stankovic-4/+4
2015-11-26Auto merge of #30068 - wthrowe:unsized-pointer-impls, r=alexcrichtonbors-4/+4
2015-11-26Mark raw pointer Send and Sync impls ?SizedWilliam Throwe-4/+4
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-25Improve docs for std::charSteve Klabnik-16/+142
2015-11-23Auto merge of #29952 - petrochenkov:depr, r=brsonbors-16/+17
2015-11-23Improve slice indexing assertionManish Goregaokar-4/+22
2015-11-23Mark slice_error_fail as a cold pathManish Goregaokar-0/+1
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-16/+17
2015-11-20Add information about str::parse() in FromStr docsDevon Hollowood-0/+7
2015-11-18Auto merge of #29083 - petrochenkov:stability3, r=alexcrichtonbors-3/+116
2015-11-18Fix typo in libcore documentationAndrea Canciani-1/+1
2015-11-18Auto merge of #29882 - devonhollowood:master, r=Manishearthbors-1/+0
2015-11-17Rollup merge of #29892 - steveklabnik:doc_fromiterator, r=alexcrichtonSteve Klabnik-16/+132
2015-11-17Rollup merge of #29612 - steveklabnik:gh29502, r=alexcrichtonSteve Klabnik-1/+4
2015-11-17More docs for FromIteratorSteve Klabnik-16/+132
2015-11-17Remove claims of dependency-free libcoreSteve Klabnik-1/+4
2015-11-18Review fixesVadim Petrochenkov-4/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-3/+116
2015-11-17Rollup merge of #29874 - steveklabnik:gh29711, r=alexcrichtonManish Goregaokar-0/+18
2015-11-17Remove 'raw_pointer_derive' lint (#14615)Devon Hollowood-1/+0
2015-11-16Make note about traits that can be derivedSteve Klabnik-0/+18
2015-11-16Make `min_value()` and `max_value()` const functionsAndrea Canciani-5/+5
2015-11-13Auto merge of #29808 - aphistic:trait-debug-example-fix, r=steveklabnikbors-1/+1
2015-11-12Fix the manual implementation example for the Debug trait so it matches the g...Erik Davidson-1/+1
2015-11-12Auto merge of #29712 - Toby-S:patch-1, r=steveklabnikbors-31/+342
2015-11-12Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnikbors-10/+48
2015-11-12Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichtonbors-1/+1
2015-11-12libcore: deny warnings in doctestsKevin Butler-10/+48
2015-11-12Fix article in Result.map and Result.map_err documentationDanilo Bargen-2/+2
2015-11-12docs: Fix variable nameKohei Hasegawa-6/+6
2015-11-11Allow none Sized types in assert_eq!Oliver Middleton-1/+1
2015-11-10Add examples to methods on integer typesToby Scrace-31/+342
2015-11-10Some cleanup on after #29684Steve Klabnik-14/+13
2015-11-08Explain that size_hint cannot be trustedStepan Koltsov-0/+23
2015-11-07Remove duplicate words from docsAndrew Paseltiner-2/+2
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-21/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-21/+0
2015-11-05Tidy `core::marker` doc summariesAndrew Paseltiner-2/+2
2015-11-05Auto merge of #29593 - ben0x539:reflect-doc-comment, r=steveklabnikbors-5/+6
2015-11-05docs for Reflect: blank line after first sentenceBenjamin Herr-5/+6
2015-11-05Rollup merge of #29539 - shepmaster:empty-iterator-docs, r=GankroSteve Klabnik-0/+8
2015-11-03Mention what iterator terminators do with an empty iteratorJake Goulding-0/+8