]> git.lizzy.rs Git - rust.git/history - src/librustdoc
librustc: Don't try to perform the magical
[rust.git] / src / librustdoc /
2014-06-11 borsauto merge of #14788 : Sawyer47/rust/issue-13214, r...
2014-06-11 borsauto merge of #14787 : alexcrichton/rust/issue-14784...
2014-06-11 borsauto merge of #14786 : pcwalton/rust/enum-to-float...
2014-06-11 borsauto merge of #14777 : alexcrichton/rust/issue-14747...
2014-06-11 borsauto merge of #14768 : riccieri/rust/detransmute-arena...
2014-06-10 borsauto merge of #14764 : jbcrail/rust/fix-more-comments...
2014-06-10 borsauto merge of #14752 : jakub-/rust/issue-11940, r=alexc...
2014-06-10 borsauto merge of #14696 : jakub-/rust/dead-struct-fields...
2014-06-10 Joseph CrailFix more misspelled comments and strings.
2014-06-10 borsauto merge of #14606 : pcwalton/rust/fn-trait-sugar...
2014-06-10 borsauto merge of #14783 : alexcrichton/rust/rollup, r...
2014-06-10 Patrick Waltonlibrustc: Implement sugar for the `FnMut` trait
2014-06-10 borsauto merge of #14694 : aochagavia/rust/num-cleanup...
2014-06-10 Alex Crichtonrustdoc: Correctly classify enums/typedefs
2014-06-10 Brian Andersonstd: Move dynamic_lib from std::unstable to std
2014-06-10 Alex Crichtonstd: Remove the as_utf16_p functions
2014-06-10 borsauto merge of #14590 : pcwalton/rust/overloaded-call...
2014-06-09 borsauto merge of #14554 : kmcallister/rust/plugin_registra...
2014-06-09 Keegan McAllisterUse phase(plugin) in bootstrap crates
2014-06-09 Keegan McAllisterImplement #[plugin_registrar]
2014-06-09 borsauto merge of #14740 : P1start/rust/name-warnings,...
2014-06-09 borsauto merge of #14765 : rapha/rust/master, r=alexcrichton
2014-06-08 borsauto merge of #14745 : huonw/rust/timer-doc, r=alexcrichton
2014-06-08 Jakub WieczorekRemove the dead code identified by the new lint
2014-06-08 borsauto merge of #14741 : sfackler/rust/visit-attr, r...
2014-06-08 borsauto merge of #14728 : TeXitoi/rust/relicense-shootout...
2014-06-08 borsauto merge of #14743 : Sawyer47/rust/range-msg, r=huonw
2014-06-08 Steven FacklerRemove unused name_str_pair method
2014-06-08 Steven FacklerRemove the attribute_usage lint
2014-06-08 borsauto merge of #14733 : sfackler/rust/partial-eq-nan...
2014-06-07 borsauto merge of #14725 : aochagavia/rust/show, r=alexcrichton
2014-06-07 borsauto merge of #14722 : hannobraun/rust/quote-args,...
2014-06-07 borsauto merge of #14730 : alexcrichton/rust/issue-14723...
2014-06-07 Alex Crichtonrustdoc: More selectively remove execute links
2014-06-07 borsauto merge of #14717 : zwarich/rust/borrowck-tests...
2014-06-07 borsauto merge of #14708 : gereeter/rust/faster-sem, r...
2014-06-07 borsauto merge of #14712 : alexcrichton/rust/rollup, r...
2014-06-07 Alex CrichtonTest fixes from the rollup
2014-06-07 Alex Crichtonrustdoc: Submit examples to play.rust-lang.org
2014-06-07 Alex Crichtondoc: Turn off special features for rustdoc tests
2014-06-07 Aaron TuronRename Iterator::len to count
2014-06-07 Alex Crichtonrustdoc: Inline static documentation across crates
2014-06-07 borsauto merge of #14702 : nikomatsakis/rust/issue-5527...
2014-06-06 Niko MatsakisMove Def out of syntax crate, where it does not belong
2014-06-06 Niko MatsakisMove subst data structures into subst.rs, fix capitaliz...
2014-06-06 borsauto merge of #14680 : Kimundi/rust/master, r=brson
2014-06-06 borsauto merge of #14677 : alexcrichton/rust/issue-2665...
2014-06-06 borsauto merge of #14676 : brson/rust/double-rainbow, r...
2014-06-06 borsauto merge of #14673 : sylvestre/rust/master, r=alexcri...
2014-06-06 borsauto merge of #14671 : aochagavia/rust/patch-1, r=alexc...
2014-06-06 borsauto merge of #14668 : aochagavia/rust/pr3, r=alexcrichton
2014-06-06 borsauto merge of #14667 : aochagavia/rust/pr2, r=huonw
2014-06-06 Adolfo OchagavĂ­aChange to_str().to_string() to just to_str()
2014-06-06 borsauto merge of #14669 : TeXitoi/rust/relicense-shootout...
2014-06-06 borsauto merge of #14664 : reem/rust/lifetimes-guide-gramma...
2014-06-06 borsauto merge of #14653 : alexcrichton/rust/travis-opt...
2014-06-05 borsauto merge of #14641 : darnuria/rust/add_documentation_...
2014-06-05 borsauto merge of #14538 : alexcrichton/rust/libcollections...
2014-06-05 Alex CrichtonFallout from the libcollections movement
2014-06-05 borsauto merge of #14647 : BurntSushi/rust/fix-14185, r...
2014-06-05 borsauto merge of #14526 : pczarn/rust/hashmap-opt, r=alexc...
2014-06-05 borsauto merge of #14644 : alexcrichton/rust/more-no-runtim...
2014-06-05 borsauto merge of #14643 : jakub-/rust/infinite-loop-unreac...
2014-06-05 borsauto merge of #14642 : aochagavia/rust/pr, r=alexcrichton
2014-06-05 borsauto merge of #14640 : tomjakubowski/rust/fix-14636...
2014-06-05 Tom Jakubowskirustdoc: Include supertraits on inlined traits
2014-06-05 borsauto merge of #14568 : erickt/rust/slice-update, r...
2014-06-05 borsauto merge of #14592 : alexcrichton/rust/rustdoc-links...
2014-06-05 borsauto merge of #14610 : alexcrichton/rust/issue-14008...
2014-06-04 borsauto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton
2014-06-04 borsauto merge of #14630 : cmr/rust/rewrite-lexer, r=alexcr...
2014-06-04 Corey Richardsonsyntax: methodify the lexer
2014-06-04 borsauto merge of #14616 : forticulous/rust/rc-show, r...
2014-06-04 borsauto merge of #14628 : luqmana/rust/fcr, r=nikomatsakis
2014-06-04 Alex Crichtonrustdoc: Put primitives in respective modules
2014-06-03 borsauto merge of #14622 : reillywatson/rust/master, r...
2014-06-03 borsauto merge of #14609 : aturon/rust/issue-12882, r=alexc...
2014-06-03 borsauto merge of #14605 : jakub-/rust/pattern-matching...
2014-06-03 borsauto merge of #14601 : skade/rust/remove-notrust-tags...
2014-06-02 borsauto merge of #14598 : alexcrichton/rust/triage, r...
2014-06-02 Alex Crichtonrustdoc: Correctly inline required/provided methods
2014-06-02 Alex Crichtonrustdoc: Deduplicate lists of implementors
2014-06-02 Florian Gilcherdocs: Stop using `notrust`
2014-06-02 borsauto merge of #14596 : Sawyer47/rust/encodable-fix...
2014-06-02 borsauto merge of #14569 : skade/rust/rustdoc-robust-langst...
2014-06-02 Alex Crichtonrustdoc: Ensure external impls are inlined once
2014-06-02 Alex Crichtonrustdoc: Filter private methods from inlined impls
2014-06-02 Alex Crichtonrustdoc: Fix some more broken links
2014-06-01 Florian Gilcherrustdoc: make langstring parsing more robust
2014-06-01 borsauto merge of #14579 : alexcrichton/rust/more-eq-renami...
2014-06-01 Alex Crichtonstd: Drop Total from Total{Eq,Ord}
2014-06-01 borsauto merge of #14580 : utkarshkukreti/rust/fix-docs...
2014-06-01 borsauto merge of #14578 : huonw/rust/as_slice-cheatsheet...
2014-06-01 borsauto merge of #14571 : bnoordhuis/rust/libtest-check...
2014-06-01 borsauto merge of #14513 : alexcrichton/rust/rustdoc-primit...
2014-06-01 Alex Crichtonsyntax: Fix an accidental hyperlink in a comment
2014-06-01 Alex Crichtonrustdoc: Don't inline tuple struct constructors
2014-06-01 Alex Crichtonrustdoc: Fix cross-crate links to reexported items
2014-06-01 Alex Crichtondoc: Fix a number of broken links
2014-06-01 Alex Crichtonrustdoc: Suck in all impls from external crates
next