summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-09Make note about static and dtorsSteve Klabnik-1/+4
2015-06-09Exise 'owned pointer' from the codebaseSteve Klabnik-18/+18
2015-06-09Mention that enum constructors are functionsSteve Klabnik-0/+42
2015-06-09Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichtonbors-673/+1975
2015-06-09Fix some copyediting in TRPL: method-syntaxSteve Klabnik-2/+2
2015-06-09Explain interaction with if and | in patternsSteve Klabnik-0/+25
2015-06-09Fix up macro grammarSteve Klabnik-1/+2
2015-06-09Expand a bit on clone() in Dining PhilosophersSteve Klabnik-3/+7
2015-06-09Clarify confusing sentence in TRPL: FFISteve Klabnik-2/+4
2015-06-09remove stuff about #defineSteve Klabnik-4/+0
2015-06-09fix comments in example about typesAndrew Straw-1/+1
2015-06-09fix example in comments about demanglingAndrew Straw-1/+1
2015-06-09Document str::split behavior with contiguous separatorsSteve Klabnik-3/+28
2015-06-09Adding Iterator Sync/Send tests for libcore/iter.rsPaul Faria-3/+76
2015-06-09Semantic accuracy in borrow scope rules.simplex-3/+3
2015-06-09Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>Ulrik Sverdrup-1/+38
2015-06-09Made ref pattern bindings correctly pick Deref or DerefMutMarvin Löbel-25/+192
2015-06-09Move collectionstest::char into coretest::charSimon Sapin-43/+28
2015-06-09Fix coretest::char::test_to_uppercase for complex mappingSimon Sapin-18/+17
2015-06-09Auto merge of #26102 - retep998:openoptionsext, r=alexcrichtonbors-17/+17
2015-06-09Auto merge of #26068 - bluss:bench-sigfigs, r=huonwbors-8/+35
2015-06-09Auto merge of #26098 - russellmcc:add-ar-tool-flexible-target-spec, r=alexcri...bors-0/+1
2015-06-09Auto merge of #25627 - murarth:execution-engine-fix, r=nrcbors-30/+293
2015-06-09Auto merge of #26117 - Manishearth:rollup, r=Manishearthbors-36/+85
2015-06-09test: Display benchmark results with thousands separatorsUlrik Sverdrup-8/+35
2015-06-09book: define traitTshepang Lekhonkhobe-0/+3
2015-06-09Rollup merge of #26113 - tshepang:avoid-abbreviations, r=steveklabnikManish Goregaokar-6/+6
2015-06-09Rollup merge of #26112 - tshepang:readability, r=steveklabnikManish Goregaokar-3/+7
2015-06-09Rollup merge of #26105 - tshepang:sentence-not-clear, r=steveklabnikManish Goregaokar-2/+2
2015-06-09Rollup merge of #26104 - saml:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-06-09Rollup merge of #26099 - TheNeikos:fix-old_array_syntax_in_comments, r=alexcr...Manish Goregaokar-6/+6
2015-06-09Rollup merge of #26078 - diwic:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-06-09Rollup merge of #26073 - chuckSMASH:trpl-5-4-comments, r=steveklabnikManish Goregaokar-0/+3
2015-06-09Rollup merge of #25968 - benfleis:master, r=steveklabnikManish Goregaokar-1/+3
2015-06-09Rollup merge of #25948 - tshepang:misc-doc-improvements, r=steveklabnikManish Goregaokar-15/+15
2015-06-09Rollup merge of #25909 - frankamp:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-06-09Rollup merge of #25898 - azerupi:patch-3, r=steveklabnikManish Goregaokar-0/+40
2015-06-09Auto merge of #26065 - Marwes:master, r=alexcrichtonbors-673/+674
2015-06-08Changes to LLVM `ExecutionEngine` wrapperMurarth-30/+293
2015-06-08Auto merge of #26079 - eefriedman:emit-closure, r=nrcbors-2/+18
2015-06-09reference: that looks better without those abbreviationsTshepang Lekhonkhobe-6/+6
2015-06-09reference: improve readabilityTshepang Lekhonkhobe-3/+7
2015-06-09reference: get consistent by removing unneeded whitespaceTshepang Lekhonkhobe-1/+0
2015-06-08book: remove a sentence that is not clearTshepang Lekhonkhobe-2/+2
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-108/+107
2015-06-08Reordered the methods on str to improve doc sortingMarkus Westerlind-673/+674
2015-06-08Fixing typo, [[lib]] to [lib]saml-1/+1
2015-06-08Auto merge of #26060 - funkill:fix_rustbook, r=alexcrichtonbors-1/+1
2015-06-08OpenOptionsExt on Windows: i32 -> u32Peter Atashian-17/+17
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-6/+37