about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-05-27auto merge of #14387 : alan-andrade/rust/remove_managed_boxes_and_gc, r=brsonbors-271/+98
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-3015/+3019
2014-05-27auto merge of #14447 : erickt/rust/show-treemap, r=kballardbors-32/+72
2014-05-27auto merge of #14444 : huonw/rust/nice-for-errors, r=alexcrichtonbors-28/+140
2014-05-27auto merge of #14435 : P1start/rust/str-docs-fix, r=sfacklerbors-11/+12
2014-05-27doc: Fix link to stringRicho Healey-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2570/+2570
2014-05-27auto merge of #14428 : alexcrichton/rust/issue-14422, r=pcwaltonbors-0/+128
2014-05-27std: Remove String's to_ownedRicho Healey-438/+442
2014-05-27collections: implement Show for Tree{Map,Set}Erick Tryzelaar-2/+58
2014-05-27collections: add Show impl test for HashMapErick Tryzelaar-0/+14
2014-05-27serialize: Remove old commented out codeErick Tryzelaar-30/+0
2014-05-27rustc: Account for typedefs in privacyAlex Crichton-0/+128
2014-05-27auto merge of #14429 : sanrodari/rust/patch-1, r=sfacklerbors-1/+1
2014-05-26std: Remove String::from_owned_str as it's redundantRicho Healey-7/+7
2014-05-27rustc: provide more precise information about refutable patterns.Huon Wilson-25/+73
2014-05-27syntax: desugar a `for` loop to a let binding to get better errorHuon Wilson-5/+54
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-26syntax: Add a source field to `Local` for tracking if it comes from `let`s or...Huon Wilson-2/+17
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-26Minor fixes to `std::str` docsP1start-11/+12
2014-05-25auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichtonbors-70/+27
2014-05-25Fix to tutorialSantiago Rodriguez-1/+1
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