summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2017-03-25Don't stutter in operator descriptions #29365Phil Ellison-22/+22
2017-03-25Optimize insertion sortStjepan Glavina-2/+2
2017-03-23Rollup merge of #40715 - manuel-rhdt:patch-1, r=brsonCorey Farwell-3/+3
2017-03-22Rollup merge of #40722 - stjepang:doc-consistency-fixes, r=steveklabnikCorey Farwell-30/+30
2017-03-22Rollup merge of #40692 - SamWhited:consistent_str_docs_punctuation, r=bstrieCorey Farwell-1/+1
2017-03-22Rollup merge of #40690 - GuillaumeGomez:fix-iter-docs, r=frewsxcvCorey Farwell-3/+3
2017-03-22Tracking issue numbersSimonas Kazlauskas-10/+10
2017-03-22Checked (and unchecked) slicing for strings?Simonas Kazlauskas-51/+327
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-30/+30
2017-03-22Improved bounds for cmp::ReverseArmin Ronacher-6/+6
2017-03-22Fix the test for cmp::ReverseArmin Ronacher-1/+1
2017-03-22Added core::cmp::Reverse for sort_by_key reverse sortingArmin Ronacher-0/+34
2017-03-21Fix doc error for ExactSizeIteratorManuel-3/+3
2017-03-21Fix invalid linking in iter docsGuillaume Gomez-3/+3
2017-03-21str: Make docs consistently punctuatedSam Whited-1/+1
2017-03-21Unit test heapsortStjepan Glavina-2/+11
2017-03-21Use partial insertion sortStjepan Glavina-54/+119
2017-03-21Tweak the constants a bitStjepan Glavina-5/+5
2017-03-21Fix grammarStjepan Glavina-3/+3