about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-13Rewrite each_attr to return a vector.Ms2ger-37/+16
2015-01-13Return the Vec from csearch::get_item_attrs.Ms2ger-27/+13
2015-01-13Return the Vec from decoder::get_item_attrs.Ms2ger-7/+5
2015-01-13auto merge of #20960 : erickt/rust/fix-associated-types-debuginfo, r=michaelw...bors-22/+86
2015-01-13std: Deprecate `finally` moduleBrian Anderson-2/+38
2015-01-13Return passed value from black_boxTravis Watkins-1/+2
2015-01-13typeck: move method errors/suggestions to their own file.Huon Wilson-101/+126
2015-01-13auto merge of #20955 : nikomatsakis/rust/assoc-types-struct-field-access, r=n...bors-28/+142
2015-01-12Initialize memory for BufferedReader bufferSteven Fackler-11/+10
2015-01-12Various changes to Rust IntroductionKevin Yap-21/+21
2015-01-12Change Mutex to use SRWLock on Windows.Peter Atashian-83/+49
2015-01-13auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=...bors-50/+0
2015-01-12add test for issue #20575Jorge Aparicio-0/+19
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-105/+104
2015-01-12Add note about TLS lookups in random()Steve Klabnik-1/+26
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-227/+360
2015-01-12add --xpretty flowgraph,unlabelled variant.Felix S. Klock II-17/+31
2015-01-12Match prose with code when discussing Ordering valuesAdam Roben-1/+1
2015-01-12Don't use 'synonym' with regards to newtypesSteve Klabnik-1/+1
2015-01-12Elaborate on destructuring letSteve Klabnik-1/+2
2015-01-13Some random thingsNick Cameron-4/+4
2015-01-13Add view items to the ast mapNick Cameron-0/+36
2015-01-12Improve example in the intro.Steve Klabnik-10/+11
2015-01-12Improve the ownership guide a tadSteve Klabnik-4/+20
2015-01-12auto merge of #20894 : swgillespie/rust/emacs-issue-20422, r=pnkfelixbors-0/+5
2015-01-12Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)Renato Zannon-0/+3
2015-01-12Improve clarity of paragraph in the pointer guideSteve Klabnik-5/+4
2015-01-12Remove PDF link on 404 pageSteve Klabnik-1/+4
2015-01-12rustdoc: Show type bindings on object typesTom Jakubowski-20/+27
2015-01-12Ease parsing of an English sentenceLauri Lehmijoki-1/+1
2015-01-12rustdoc: Remove traces of old closuresTom Jakubowski-78/+0
2015-01-12rustdoc: Fix where clauses on re-exportsTom Jakubowski-15/+160
2015-01-12Clean up wording around uninitialized values.Steve Klabnik-19/+1
2015-01-12Link to sections in the book's README.mdSteve Klabnik-3/+3
2015-01-12Clean up unary operators in the referenceSteve Klabnik-9/+2
2015-01-12Small fix in the bookSteve Klabnik-1/+1
2015-01-12Small grammar fix in the bookSteve Klabnik-2/+2
2015-01-12auto merge of #20789 : nikomatsakis/rust/issue-20765-normalize-where-clause, ...bors-30/+129
2015-01-12Fix text in TRPL macros guide to match the exampleAlexander Korolkov-3/+12
2015-01-12Normalize bounds that we extract from where clauses. Fixes #20765.Niko Matsakis-30/+129
2015-01-13Update #[deriving] documentation.Huon Wilson-25/+28
2015-01-12Fix various oversights in enum field treatment in trans and typeck.Niko Matsakis-3/+90
2015-01-12Remove usage and reference of feature(globs) from the bookCam Jackson-8/+1
2015-01-12auto merge of #20942 : nagisa/rust/shrl-impls, r=nikomatsakisbors-8/+60
2015-01-12Purge references to Rust tasks from TRPL.Paul Crowley-14/+13
2015-01-12auto merge of #19870 : mdinger/rust/align_error, r=nick29581bors-225/+1048
2015-01-12auto merge of #20917 : nick29581/rust/plugins, r=huonwbors-81/+268
2015-01-12Fix testsuite errorsmdinger-221/+980
2015-01-12Implement multi-line errorsmdinger-2/+66
2015-01-12Backtick nitsmdinger-2/+2