about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-47/+61
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-55/+73
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-53/+53
2014-12-26Require types to opt-in SyncFlavio Percoco-452/+742
2014-12-26auto merge of #20183 : japaric/rust/doctests, r=alexcrichtonbors-13/+14
2014-12-25auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichtonbors-9/+36
2014-12-25auto merge of #20167 : michaelwoerister/rust/for-loop-var, r=alexcrichtonbors-72/+345
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-23/+43
2014-12-25auto merge of #19934 : tomjakubowski/rust/rustdoc-unboxed-closures-redux, r=a...bors-94/+220
2014-12-24auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichtonbors-21/+34
2014-12-24auto merge of #19813 : barosl/rust/autoderef-type-inference-ice, r=pnkfelixbors-5/+26
2014-12-24rustdoc: Use Fn trait sugar for external pathsTom Jakubowski-12/+46
2014-12-24rustdoc: Use unboxed closure sugarTom Jakubowski-58/+98
2014-12-24rustdoc: render higher-rank trait boundsTom Jakubowski-26/+78
2014-12-24rustdoc: render `for<>` on old closure lifetimesTom Jakubowski-2/+2
2014-12-24auto merge of #20060 : Aatch/rust/enum-repr, r=alexcrichtonbors-6/+79
2014-12-24Address code review nitsJared Roesch-3/+3
2014-12-24auto merge of #19858 : nick29581/rust/ranges, r=aturonbors-15/+452
2014-12-23rustdoc: unmarked code fences are doctests tooJorge Aparicio-13/+14
2014-12-23auto merge of #19758 : tbu-/rust/pr_fp_name, r=alexcrichtonbors-56/+59
2014-12-23Support all variants of WherePredicateJared Roesch-9/+36
2014-12-24Review changesNick Cameron-89/+139
2014-12-24TestsNick Cameron-0/+93
2014-12-24Type checking and trans for rangesNick Cameron-29/+102
2014-12-24Add syntax for rangesNick Cameron-8/+83
2014-12-24Add lang items for ranges.Nick Cameron-0/+6
2014-12-24Add structs for ranges to core::ops.Nick Cameron-1/+141
2014-12-23auto merge of #20083 : eddyb/rust/fix-expectation, r=nikomatsakisbors-42/+113
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-56/+59
2014-12-23rustc_typeck: don't expect rvalues to have unsized types.Eduard Burtescu-42/+113
2014-12-23debuginfo: Add test case for destructured for-loop variable.Michael Woerister-0/+219
2014-12-23debuginfo: Clean the debuginfo module up a bit.Michael Woerister-74/+88
2014-12-23debuginfo: Create debuginfo for for-loop variables again.Michael Woerister-2/+42
2014-12-23Merge pull request #20155 from tbu-/pr_vecmap_fiximplsbors-4/+12
2014-12-23Merge pull request #20153 from brianloveswords/patch-1bors-1/+1
2014-12-23Merge pull request #20001 from huonw/speeling2bors-11/+11
2014-12-23Merge pull request #19886 from brson/rustupbors-1/+1
2014-12-23Rename include_bin! to include_bytes!Chris Wong-21/+34
2014-12-23Make alignment-forcing case work the same on 64 and 32-bit platformsJames Miller-2/+2
2014-12-23Fix some spelling errors.Huon Wilson-11/+11
2014-12-23auto merge of #20145 : alexcrichton/rust/rollup, r=alexcrichtonbors-5444/+6203
2014-12-23Fix `collections::VecMap`'s `PartialEq` implementationTobias Bucher-4/+12
2014-12-22Update complement-bugreport.mdBrian J Brennan-1/+1
2014-12-23Add enum size cases to type-sizes testJames Miller-0/+2
2014-12-23Use type-alignment-sized integer for discriminant typesJames Miller-6/+77
2014-12-22Test fixes and rebase conflictsAlex Crichton-22/+15
2014-12-22rollup merge of #20089: rolftimmermans/json-control-chars-escapeAlex Crichton-3/+34
2014-12-22rollup merge of #19964: pnkfelix/everybody-loops-pprintAlex Crichton-69/+277
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-255/+537
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-250/+248