about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-06-14Find type of orphan methods for rustdoc search.Mihnea Dobrescu-Balaur-1/+3
2015-06-12Split TyArray into TyArray and TySlice.Eli Friedman-3/+3
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-41/+39
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-19/+20
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-2/+3
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-6/+5
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-1/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-6/+5
2015-06-08Implement RFC 839Johannes Oertel-1/+1
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-1/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-06-04Fix order of rustdoc arguments.Steven Allen-2/+2
2015-05-31rustdoc: Tweak css of function where clausesUlrik Sverdrup-3/+3
2015-05-27Auto merge of #25796 - arielb1:default-assoc, r=eddybbors-39/+38
2015-05-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-28/+47
2015-05-26Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichtonbors-22/+37
2015-05-26Implement defaults for associated typesAriel Ben-Yehuda-39/+38
2015-05-26Make caching in stability work. This improves stability check performanceAriel Ben-Yehuda-1/+17
2015-05-25rustdoc: Show where clauses in type aliasesUlrik Sverdrup-2/+3
2015-05-25rustdoc: Fix associated types in signaturesUlrik Sverdrup-15/+29
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo Ochagavía-22/+37
2015-05-24Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelixbors-20/+61
2015-05-22Rustdoc Search: Add Hint to Primitive Type ResultPascal Hertleif-0/+2
2015-05-22Rustdoc Search: Increase Relevance of PrimitivesPascal Hertleif-0/+7
2015-05-22Rustdoc: Clean Up Some JSPascal Hertleif-60/+57
2015-05-21Make various fixes:Niko Matsakis-5/+8
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-18/+56
2015-05-21rustdoc: Skip types in impls in search indexUlrik Sverdrup-11/+15
2015-05-19rustdoc: Fix left margin for type aliasesUlrik Sverdrup-1/+1
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-13/+11
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-5/+3
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-8/+8
2015-05-12Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelixbors-1/+1
2015-05-12rustc: rename ty::populate_implementations_for_type_if_necessary to make it c...Eduard Burtescu-1/+1
2015-05-11Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-1/+15
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-1/+1
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-9/+9
2015-05-09rustdoc: Add Associated Constants sectionUlrik Sverdrup-0/+11
2015-05-08Remove references to deprecated `extern crate "foo" as bar` syntaxCarol Nichols-1/+1
2015-05-09rustdoc: Link associated items in search index to traitUlrik Sverdrup-1/+4
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-9/+9
2015-05-07Auto merge of #24973 - roryokane:fix-minus-doc-buttons, r=alexcrichtonbors-15/+31
2015-05-07Rollup merge of #25146 - piatra:doc-search-patch, r=steveklabnikSteve Klabnik-0/+4
2015-05-07Remove trailing whitespace on blank lineRory O’Kane-1/+1
2015-05-07Refactor doc toggle button label changingRory O’Kane-16/+31
2015-05-06Add note about type signature searching to docsAndrei Oprea-0/+4
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-1/+1