summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-02auto merge of #14596 : Sawyer47/rust/encodable-fix, r=alexcrichtonbors-0/+37
2014-06-02Fix deriving Encodable trait for unit structsPiotr Jawniak-0/+37
2014-06-01auto merge of #14569 : skade/rust/rustdoc-robust-langstring-parsing, r=alexcr...bors-4/+49
2014-06-01rustdoc: Ensure external impls are inlined onceAlex Crichton-10/+17
2014-06-01rustdoc: Filter private methods from inlined implsAlex Crichton-2/+7
2014-06-01rustdoc: Fix some more broken linksAlex Crichton-5/+31
2014-06-02test: Enable #9205-related tests on windowsklutzy-6/+0
2014-06-02rustdoc: make langstring parsing more robustFlorian Gilcher-4/+49
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-431/+436
2014-06-01auto merge of #14580 : utkarshkukreti/rust/fix-docs-for-result-map, r=alexcri...bors-1/+3
2014-06-01auto merge of #14578 : huonw/rust/as_slice-cheatsheet, r=sfacklerbors-0/+18
2014-06-01auto merge of #14571 : bnoordhuis/rust/libtest-check-isatty, r=alexcrichtonbors-1/+3
2014-06-01Fix docs for `core::result::Result::map`.Utkarsh Kukreti-1/+3
2014-05-31auto merge of #14513 : alexcrichton/rust/rustdoc-primitives, r=huonwbors-384/+865
2014-05-31syntax: Fix an accidental hyperlink in a commentAlex Crichton-2/+2
2014-05-31rustdoc: Don't inline tuple struct constructorsAlex Crichton-0/+5
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-30/+98
2014-05-31doc: Fix a number of broken linksAlex Crichton-35/+52
2014-05-31rustdoc: Suck in all impls from external cratesAlex Crichton-4/+41
2014-05-31rustdoc: Filter inlining private external itemsAlex Crichton-1/+2
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-87/+443
2014-05-31rustdoc: Fill in external type parameters correctlyAlex Crichton-21/+22
2014-05-31rustdoc: Stringify more named lifetimesAlex Crichton-1/+1
2014-05-31rustdoc: Show all implementors of traitsAlex Crichton-63/+43
2014-05-31rustdoc: Freeze the cache ASAPAlex Crichton-6/+9
2014-05-31rustdoc: Refactor structure of html::runAlex Crichton-166/+179
2014-05-31auto merge of #14561 : jakub-/rust/issue-11319, r=alexcrichtonbors-8/+33
2014-06-01doc: add an `.as_slice` example to the cheatsheet.Huon Wilson-0/+18
2014-05-31auto merge of #14567 : cburgdorf/rust/patch-2, r=brsonbors-4/+5
2014-05-31Fix example in lifetime guideChristoph Burgdorf-4/+5
2014-05-31Rename variable in tutorialChristoph Burgdorf-3/+3
2014-05-31libtest: Only colorize output if stdout is a ttyBen Noordhuis-1/+3
2014-05-31Make the match arm type mismatch message point to the arm's spanJakub Wieczorek-8/+33
2014-05-31auto merge of #14562 : jakub-/rust/issue-14541, r=alexcrichtonbors-6/+24
2014-05-31auto merge of #14565 : fhartwig/rust/master, r=sfacklerbors-2/+2
2014-05-31Fix broken markup in query_to_str documentationFlorian Hartwig-2/+2
2014-05-31auto merge of #14563 : dotdash/rust/clone_kill, r=huonwbors-34/+10
2014-05-31auto merge of #14557 : zwarich/rust/missing-comment, r=alexcrichtonbors-2/+2
2014-05-31Remove unnecessary allocations / clones during method lookupBjörn Steinbrink-34/+10
2014-05-31auto merge of #14556 : sfackler/rust/kill-workcache, r=alexcrichtonbors-535/+0
2014-05-31Use RHS's struct def ID for error messages in pattern matchingJakub Wieczorek-6/+24
2014-05-31auto merge of #14555 : tomjakubowski/rust/fix-snappy-link, r=alexcrichtonbors-2/+2
2014-05-31auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichtonbors-38/+41
2014-05-30Remove libworkcacheSteven Fackler-535/+0
2014-05-30auto merge of #14544 : aturon/rust/issue-14352, r=alexcrichtonbors-2/+94
2014-05-30Add a comment missing from 5aff0e7Cameron Zwarich-2/+2
2014-05-30Remove deprecated owned vector from tutorial.Jonathan Reem-9/+9
2014-05-30Remove deprecated owned vector from rust.mdJonathan Reem-10/+10
2014-05-30Remove deprecated owned vector from macro guide.Jonathan Reem-1/+1
2014-05-30Remove deprecated owned vector from intro.Jonathan Reem-13/+17