about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-05-27native: Ignore stdio fds with /dev/nullAlex Crichton-54/+140
2014-05-26auto merge of #14440 : Sawyer47/rust/tuple-doc, r=alexcrichtonbors-2/+50
2014-05-26Improve docs for core::tuplePiotr Jawniak-2/+50
2014-05-26auto merge of #14374 : swgillespie/rust/swgillespie-tutorial, r=alexcrichtonbors-11/+18
2014-05-26auto merge of #14439 : thestinger/rust/nonnull, r=luqmanabors-14/+10
2014-05-26handle attributes for non-immediate types firstDaniel Micay-15/+10
2014-05-26auto merge of #14300 : cmr/rust/enum-size-lint, r=kballardbors-98/+239
2014-05-26mark non-immediate by-value parameters as non-nullDaniel Micay-0/+1
2014-05-25auto merge of #14432 : kballard/rust/nt_block, r=huonwbors-7/+32
2014-05-25Allow $foo:block nonterminals in expression positionKevin Ballard-7/+32
2014-05-25Update tutorial, see issue #13578Sean Gillespie-12/+19
2014-05-25auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichtonbors-70/+27
2014-05-25auto merge of #14423 : Kimundi/rust/static_regex, r=alexcrichtonbors-44/+125
2014-05-25De-realstd os::argsKevin Ballard-48/+8
2014-05-25libstd: Remove unnecessary re-exports under std::stdKevin Ballard-22/+19
2014-05-25auto merge of #14391 : alexcrichton/rust/more-rustdoc-inline, r=huonwbors-177/+734
2014-05-25Change regex! macro to expand to a constexpr, allowing to put it in a staticMarvin Löbel-44/+125
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-352/+406
2014-05-25guide-runtime.md: Fix a typoAnton Löfgren-1/+1
2014-05-25auto merge of #14417 : Sawyer47/rust/dlist-fixme, r=huonwbors-7/+3
2014-05-25auto merge of #14370 : cmr/rust/design-faq, r=brsonbors-7/+184
2014-05-25doc: add a new language design faqCorey Richardson-7/+184
2014-05-25Fix FIXME #3511 in Dlist codePiotr Jawniak-7/+3
2014-05-25doc: Document the new #[doc(no_inline)] attributeAlex Crichton-0/+21
2014-05-25rustdoc: Get [src] links working for inlined doxAlex Crichton-32/+96
2014-05-25rustdoc: Fix rendering of the 'static boundAlex Crichton-1/+1
2014-05-25rustdoc: Link to local reexportations of itemsAlex Crichton-1/+2
2014-05-25rustdoc: Prevent a segfault when using markdownAlex Crichton-0/+2
2014-05-25rustc: Encode module attributesAlex Crichton-0/+4
2014-05-25rustdoc: Use csearch for impl loadingAlex Crichton-1/+1
2014-05-25rustdoc: Inline reexported modulesAlex Crichton-0/+27
2014-05-25rustdoc: Inline names of function argumentsAlex Crichton-31/+44
2014-05-25rustdoc: Inline argument names of foreign methodsAlex Crichton-4/+54
2014-05-25rustdoc: Don't show reexported enum variantsAlex Crichton-0/+3
2014-05-25rustdoc: Inline enums across cratesAlex Crichton-0/+66
2014-05-25rustdoc: Start inlining structs across cratesAlex Crichton-34/+192
2014-05-25std: Add doc(noinline) to the prelude reexportsAlex Crichton-42/+49
2014-05-25rustdoc: Inline documentation of `pub use`Alex Crichton-53/+140
2014-05-25auto merge of #14415 : Sawyer47/rust/ascii-fixme, r=huonwbors-5/+2
2014-05-25Fix FIXME #5475 in std::asciiPiotr Jawniak-5/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1766/+1766
2014-05-24auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichtonbors-74/+93
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-74/+93
2014-05-24Changes from feedbackSteven Fackler-73/+70
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-64/+102
2014-05-24Whitelist doc attributesSteven Fackler-0/+3
2014-05-24Port more stuff to mark used attributesSteven Fackler-53/+63
2014-05-24First sketch of lint passSteven Fackler-6/+39
2014-05-24Add AttrId to Attribute_Steven Fackler-30/+94
2014-05-24auto merge of #14401 : aochagavia/rust/pr4, r=alexcrichtonbors-12/+54