summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-04-07Remove stabilized feature gate in doctestSimon Sapin-1/+0
2019-04-07Vastly simplify TryFrom docs.Simon Heath-28/+8
2019-04-07Incorporated review changes.Simon Heath-17/+35
2019-04-07Slowly figuring out how rustdoc actually works.Simon Heath-0/+3
2019-04-07Fix some links in TryFrom docs.Simon Heath-7/+15
2019-04-07Fix a bunch of heckin' trailing whitespaceSimon Heath-17/+17
2019-04-07Add basic docs to integer TryFrom impl macros.Simon Heath-0/+16
2019-04-07Started expanding docs for `TryFrom` and `TryInto`.Simon Heath-1/+43
2019-02-25Auto merge of #57367 - petrochenkov:unrestab, r=Centrilbors-1/+0
2019-02-25Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichtonbors-29/+150
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-1/+0
2019-02-25heading # Unsafety => # Safety in stdlib docs.Mazdak Farrokhzad-7/+7
2019-02-23Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obkMazdak Farrokhzad-16/+52
2019-02-23Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnayMazdak Farrokhzad-6/+81
2019-02-22Auto merge of #58644 - Centril:rollup, r=Centrilbors-0/+1
2019-02-22Rollup merge of #58606 - stjepang:put-future-into-spotlight, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-02-22Auto merge of #57997 - nitnelave:master, r=RalfJungbors-215/+249
2019-02-22Auto merge of #58574 - RalfJung:pin, r=Mark-Simulacrumbors-49/+310
2019-02-22Auto merge of #58616 - vertexclique:destabilize-fixed-width-atomic-integers, ...bors-1/+14
2019-02-21take a bit more space for new_unchecked examplesRalf Jung-4/+10
2019-02-21fix linkRalf Jung-1/+1
2019-02-21this is for you, tidyRalf Jung-2/+2
2019-02-21explain unsafeRalf Jung-2/+2
2019-02-21we only list some examples of basic typesRalf Jung-1/+1
2019-02-21tweaks and fix weird spaceRalf Jung-2/+2
2019-02-21Apply suggestions from code reviewMazdak Farrokhzad-39/+42
2019-02-21Destabilize fixed-width const defined atomic integersMahmut Bulut-1/+14
2019-02-21final pin projections tweakingRalf Jung-27/+23
2019-02-21more pin projections tweakingRalf Jung-10/+17
2019-02-21Enable feature duration_constants in examplesStjepan Glavina-0/+4
2019-02-20Put Future trait into spotlightStjepan Glavina-0/+1
2019-02-20Add examples for duration constantsStjepan Glavina-0/+32
2019-02-20expand pinning projectionsRalf Jung-38/+41
2019-02-20tweak pinning projectionsRalf Jung-12/+21
2019-02-20Turn duration consts into associated constsStjepan Glavina-16/+16
2019-02-20tweaksRalf Jung-14/+15
2019-02-20Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichtonkennytm-9/+5
2019-02-20Rollup merge of #58576 - SimonSapin:successors, r=Centrilkennytm-14/+13
2019-02-20Rollup merge of #58565 - thomaseizinger:typo-future-docs, r=frewsxcvkennytm-1/+1
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-23/+23
2019-02-20Rollup merge of #58538 - GuillaumeGomez:fmt-examples, r=Centrilkennytm-10/+313
2019-02-20Rollup merge of #58536 - xfix:remove-ub-in-pointer-tests, r=RalfJungkennytm-5/+6
2019-02-19expand Unpin exampleRalf Jung-3/+5
2019-02-19improve wordingRalf Jung-2/+2
2019-02-19improve linked list -> drop transitionRalf Jung-5/+6
2019-02-19please the mericless tidy, oh tidyRalf Jung-1/+1
2019-02-19mention interaction with Deref in introRalf Jung-9/+38
2019-02-19examplesRalf Jung-1/+3
2019-02-19rewrite pin module introRalf Jung-24/+27
2019-02-19more work on projections and RefCell exampleRalf Jung-12/+22