about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-12-13Auto merge of #30348 - shepmaster:box-any-docs, r=steveklabnikbors-3/+4
2015-12-13Auto merge of #30342 - salty-horse:doc_links, r=steveklabnikbors-14/+42
2015-12-11Correct reference to `Box<Any>` in `Any` docsJake Goulding-3/+4
2015-12-12dec2flt: Remove unused macro argumentRobin Kruppe-3/+3
2015-12-12dec2flt: Simplify imports and module surfaceRobin Kruppe-4/+4
2015-12-12Remove an accent in a commentRobin Kruppe-1/+1
2015-12-11Add missing links to str docsOri Avtalion-14/+42
2015-12-10Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturonbors-612/+2
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-612/+2
2015-12-10fix missing Panics tag and missing periodLetheed-1/+3
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