about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-04-03Replace ^ with <sup> html baliseGuillaume Gomez-9/+10
2017-04-03Move libXtest into libX/testsStjepan Glavina-6/+7667
2017-04-03Add ptr::offset_toAmanieu d'Antras-3/+80
2017-04-03iter: Simplification in rfind's provided implementationUlrik Sverdrup-1/+1
2017-04-03iter: Use underlying find/rfind for the same methods in RevUlrik Sverdrup-0/+12
2017-04-02Minor changes to core::option docsIrfan Hudda-6/+6
2017-04-01Improve docs of core::option::IterIrfan Hudda-1/+7
2017-04-01Improve docs of core::option::IterMutIrfan Hudda-1/+7
2017-04-01Improve docs of core::option::IntoIterIrfan Hudda-1/+7
2017-04-01Added links to types in from_utf8 descriptionDonnie Bishop-8/+15
2017-03-31Added links to from_utf8 methods in Utf8ErrorDonnie Bishop-3/+8
2017-03-31Rollup merge of #40935 - donniebishop:str_boilerplate_docs, r=steveklabnikCorey Farwell-7/+24
2017-03-31Rollup merge of #40871 - projektir:atomic_links, r=steveklabnikCorey Farwell-17/+49
2017-03-31Rollup merge of #40934 - SamWhited:improve_write_writeln_docs, r=steveklabnikCorey Farwell-38/+16
2017-03-31Rollup merge of #40929 - bluss:full-reverse, r=alexcrichtonCorey Farwell-0/+9
2017-03-31Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushibors-51/+327
2017-03-30Remove parentheses in method referencesDonnie Bishop-8/+8
2017-03-30Modify Chars' descriptionDonnie Bishop-3/+7
2017-03-30Modify CharIndices' descriptionDonnie Bishop-1/+9
2017-03-30Improve the docs for the write and writeln macrosSam Whited-38/+16
2017-03-30Modify Bytes' descriptionDonnie Bishop-4/+5
2017-03-30Modify Lines' descriptionDonnie Bishop-2/+6
2017-03-30cmp: Implement all PartialOrd methods for ReverseUlrik Sverdrup-0/+9
2017-03-30More consistent wordingStjepan Glavina-10/+25
2017-03-30Add a note about overflow for fetch_add/fetch_subStjepan Glavina-0/+4
2017-03-29Rollup merge of #40907 - donniebishop:utf8_unchecked_docs, r=steveklabnikCorey Farwell-1/+3
2017-03-29Rollup merge of #40832 - pftbest:fix_msp430, r=stjepangCorey Farwell-1/+3
2017-03-29Linked str in from_utf_uncheckedDonnie Bishop-1/+3
2017-03-29Rollup merge of #40897 - irfanhudda:fix-typo-char, r=BurntSushiCorey Farwell-1/+1
2017-03-29Rollup merge of #40720 - mitsuhiko:feature/rev-key, r=BurntSushiCorey Farwell-0/+35
2017-03-29Fix typo in libcore/char.rsIrfan Hudda-1/+1
2017-03-29Updated tracking issue for cmp::ReverseArmin Ronacher-3/+3
2017-03-29Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnikbors-1/+1
2017-03-29Fixing formatting issues #29377projektir-38/+42
2017-03-29Changed cmp::Reverse to unstableArmin Ronacher-3/+4
2017-03-28Fix external doc errorsGuillaume Gomez-1/+1
2017-03-28libcore: sort_unstable: remove unnecessary loop.Vadzim Dambrouski-1/+3
2017-03-27Adding links for Atomics docs #29377projektir-38/+66
2017-03-27Rollup merge of #40832 - pftbest:fix_msp430, r=stjepangAlex Crichton-24/+32
2017-03-27Rollup merge of #40824 - donniebishop:fromstr_docexample, r=steveklabnikAlex Crichton-0/+33
2017-03-27Rollup merge of #40819 - donniebishop:master, r=alexcrichtonAlex Crichton-1/+3
2017-03-27Rollup merge of #40818 - theotherphil:master, r=steveklabnikAlex Crichton-22/+22
2017-03-26libcore: sort_unstable: improve randomization in break_patterns.Vadzim Dambrouski-24/+32
2017-03-25Change `try!` to `?`Donnie Bishop-2/+2
2017-03-25Rollup merge of #40820 - irfanhudda:fix-typo-algorithm, r=BurntSushiCorey Farwell-2/+2
2017-03-25Rollup merge of #40807 - stjepang:optimize-insertion-sort, r=alexcrichtonCorey Farwell-2/+2
2017-03-25Remove trailing whitespaceDonnie Bishop-6/+6
2017-03-25FromStr implementation exampleDonnie Bishop-0/+33
2017-03-25Fix typo in dec2flt/algorithm.rsIrfan Hudda-2/+2
2017-03-25Link ParseBoolError to from_str method of boolDonnie Bishop-1/+3