summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-22Let MultiItemDecorator take `&Annotatable` (fixes #25683)Manish Goregaokar-39/+39
2015-05-22Remove error diagnostics uniqueness check and .json generation.Felix S. Klock II-17/+4
2015-05-22Lazy-load filemaps from external crates.Eduard Burtescu-22/+35
2015-05-22Two more small fixes.Niko Matsakis-1/+2
2015-05-22Rustdoc Search: Increase Relevance of PrimitivesPascal Hertleif-0/+7
2015-05-22Rustdoc: Clean Up Some JSPascal Hertleif-60/+57
2015-05-21Add diagnostic code for generic associated const error.Sean Patrick Santos-6/+7
2015-05-21Document the debug_assertions cfg optionMatt Brubeck-0/+4
2015-05-21Auto merge of #25669 - GuillaumeGomez:typo-fix, r=Manishearthbors-1/+1
2015-05-21doc: miscellaneous improvements to std::path::Path examplesTshepang Lekhonkhobe-38/+40
2015-05-21Replace "more later" by "later"Guillaume Gomez-1/+1
2015-05-21Standardize on `$t:ty`Tamir Duberstein-5/+5
2015-05-21Use `Self` to simplifyTamir Duberstein-109/+109
2015-05-21Auto merge of #25601 - ericye16:master, r=steveklabnikbors-3/+3
2015-05-21she -> they in Dining PhilosophersSteve Klabnik-43/+45
2015-05-21Make various fixes:Niko Matsakis-108/+322
2015-05-21rustc_trans: evaluate `const fn` function and method calls.Eduard Burtescu-33/+93
2015-05-21rustc: const-qualify `const fn` function and method calls.Eduard Burtescu-57/+288
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-88/+218
2015-05-21Auto merge of #25473 - doomrobo:patch-3, r=steveklabnikbors-0/+8
2015-05-21Introduction vector example elements counting fixdmgawel-2/+2
2015-05-21rustdoc: Skip types in impls in search indexUlrik Sverdrup-11/+25
2015-05-21Auto merge of #25552 - GuillaumeGomez:left-hand-error, r=pnkfelixbors-10/+73
2015-05-21Fix ICE trying to pass DST to C functionsBjörn Steinbrink-1/+56
2015-05-21Rollup merge of #25665 - OlegTsyba:fix_documentation, r=GankroManish Goregaokar-1/+1
2015-05-21Rollup merge of #25661 - Stebalien:macro, r=GankroManish Goregaokar-3/+3
2015-05-21Rollup merge of #25659 - tshepang:improve-rendering, r=steveklabnikManish Goregaokar-3/+2
2015-05-21Auto merge of #25656 - tshepang:spell-em-out, r=brsonbors-7/+8
2015-05-21Auto merge of #25644 - iven:fix_doc_warning, r=steveklabnikbors-1/+1
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-4/+4
2015-05-21Auto merge of #25612 - petrochenkov:lintabs, r=@alexcrichtonbors-2/+2
2015-05-21Fix the typo in The Rust Programming Language book, 5.18. StringsOlegTsyba-1/+1
2015-05-20Auto merge of #25625 - bluss:doc-slice-order, r=Gankrobors-434/+434
2015-05-20Typo fix on E0067Guillaume Gomez-8/+24
2015-05-20Change "must" to "may only" in macro future proofing rules.Steven Allen-3/+3
2015-05-20doc: that did not render well, so make it fit in one lineTshepang Lekhonkhobe-3/+2
2015-05-20Auto merge of #25652 - arielb1:free-self, r=nikomatsakisbors-1/+56
2015-05-20doc: 'reader' and 'writer' are nicer to read than 'r' and 'w'Tshepang Lekhonkhobe-7/+8
2015-05-20Substitute free lifetimes when `Self` is used within a method bodyAriel Ben-Yehuda-1/+56
2015-05-20Auto merge of #25571 - hirschenberger:master, r=nrcbors-1/+5
2015-05-20Add error explanation for E0070Guillaume Gomez-4/+51
2015-05-20Auto merge of #25390 - eddyb:typeck-pub, r=nrcbors-7/+7
2015-05-20Auto merge of #25645 - luqmana:lnr, r=eddybbors-61/+60
2015-05-20Auto merge of #25615 - petrochenkov:issue25542, r=alexcrichtonbors-2/+6
2015-05-20Auto merge of #25610 - mbrubeck:bufread-docs, r=alexcrichtonbors-1/+22
2015-05-20collections: Reorder slice methods to improve API docsUlrik Sverdrup-434/+434
2015-05-20Fix panic in lint for out of range literalspetrochenkov-2/+2
2015-05-20Auto merge of #25596 - Ms2ger:rbml-docs, r=alexcrichtonbors-27/+42
2015-05-20librustc_trans: Remove misoptimization in treating derefs of Box as rvalues.Luqman Aden-61/+60
2015-05-20trpl: Remove tailing semicolon of an inner attributeIven Hsu-1/+1