summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-31Update iterators.mdSteve Gury-2/+2
2015-05-31Fix off by one in the iterator documentationSteve Gury-1/+1
2015-05-31Add loopcounter section to the for-loop chapterMathieu David-0/+35
2015-05-31trpl:add missing commaFuGangqiang-2/+2
2015-05-31doc: fix displayed messageTshepang Lekhonkhobe-1/+1
2015-05-31doc: improve map_or and map_or_elseTshepang Lekhonkhobe-6/+8
2015-05-31Inline hash_table::calculate_offsets, used by iterators.Eduard Burtescu-0/+1
2015-05-30TRPL: Fix a broken link to 'borrowing'olombard-1/+1
2015-05-30Auto merge of #25882 - steveklabnik:gh25554, r=alexcrichtonbors-2/+6
2015-05-30Fixes consistency in before/after examplefrankamp-1/+1
2015-05-30Mark Arc function get_mut and method make_unique unsafeUlrik Sverdrup-35/+56
2015-05-30doc: be more clear/explicit that we got String typeTshepang Lekhonkhobe-1/+1
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-419/+733
2015-05-30Warn if the test suite is run on Windows in console with non-UTF-8 code pagepetrochenkov-0/+7
2015-05-30fix documentation in libserializebenaryorg-1/+1
2015-05-30Extend rust reference with a section about type coercionsLorenz-0/+120
2015-05-30Extend rust reference with a section about subtypingLorenz-0/+20
2015-05-30std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0Mikhail Zabaluev-1/+1
2015-05-30Proposal to explain the copy trait more clearly Mathieu David-0/+43
2015-05-30Deprecate UnsafeCell::valuepetrochenkov-1/+8
2015-05-30Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichtonbors-9/+325
2015-05-29Loosen timeout restrictionsSteven Fackler-20/+12
2015-05-30Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichtonbors-0/+109
2015-05-29Auto merge of #25888 - steveklabnik:rollup, r=steveklabnikbors-36/+190
2015-05-29Rollup merge of #25886 - nhowell:patch-1, r=steveklabnikSteve Klabnik-1/+1
2015-05-29Rollup merge of #25883 - steveklabnik:gh25417, r=alexcrichtonSteve Klabnik-2/+23
2015-05-29Rollup merge of #25876 - tshepang:patch-3, r=steveklabnikSteve Klabnik-4/+2
2015-05-29Rollup merge of #25873 - nham:update_E0015, r=AatchSteve Klabnik-14/+106
2015-05-29Rollup merge of #25866 - jooert:update_guidelines, r=steveklabnikSteve Klabnik-6/+7
2015-05-29Rollup merge of #25865 - azerupi:patch-2, r=alexcrichtonSteve Klabnik-1/+1
2015-05-29Rollup merge of #25864 - azerupi:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2015-05-29Rollup merge of #25861 - tringenbach:master, r=steveklabnikSteve Klabnik-6/+48
2015-05-29Rollup merge of #25788 - maxjacobson:add-missing-space-to-glossary, r=stevekl...Steve Klabnik-1/+1
2015-05-29Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturonbors-59/+243
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-2/+9
2015-05-29Implement RFC 771: std::iter::onceNathaniel Theis-0/+109
2015-05-29Improve mem::forget documentationTim Ringenbach-6/+48
2015-05-29trpl: eight sections, not sevenNick Howell-1/+1
2015-05-29Auto merge of #25880 - nikomatsakis:const-fn-feature-gate-calls, r=alexcrichtonbors-7/+232
2015-05-29Add syntax for multiple lifetimesSteve Klabnik-2/+23
2015-05-29Make note about $ more prominent.Steve Klabnik-2/+6
2015-05-29New tests for cross-crate usages of const fn and so forthNiko Matsakis-0/+131
2015-05-29Fix windows recvfrom definitionSteven Fackler-2/+1
2015-05-29Skip timeout upper bound check on windowsSteven Fackler-4/+12
2015-05-29Auto merge of #25857 - killercup:patch-14, r=steveklabnikbors-1/+1
2015-05-29add const_fn featuresNiko Matsakis-1/+38
2015-05-29add a test for const fn methods, as suggested by @pnkfelixNiko Matsakis-0/+25
2015-05-29permit const-fn in macro expansionsNiko Matsakis-1/+10
2015-05-29Add feature-gate to calling const fnNiko Matsakis-7/+30
2015-05-29Auto merge of #25760 - Ms2ger:tagged_docs, r=Manishearthbors-272/+168