about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-17/+17
2015-07-12Rollup merge of #26967 - tsurai:master, r=steveklabnikManish Goregaokar-1/+1
2015-07-12Rollup merge of #26881 - andreastt:international_keyboard, r=alexcrichtonManish Goregaokar-44/+48
2015-07-11Auto merge of #26882 - andreastt:style_improvements, r=alexcrichtonbors-5/+4
2015-07-11doc: remove playground links for structs and traitsCristian Kubis-1/+1
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-17/+17
2015-07-10doc: set playground to nightly for unstable codeCristian Kubis-1/+8
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-1/+1
2015-07-08librustdoc: generalise handling of keyboard shortcutsAndreas Tolfsen-44/+48
2015-07-08librustdoc: sharpen help dialogue edgesAndreas Tolfsen-5/+4
2015-07-01rustdoc: Update jQuery from 2.1.0 to 2.1.4Nick Howell-6/+6
2015-07-01In js from the docs, change keyboard eventlistener to be compatible with non-...Mathieu David-6/+33
2015-06-22Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnikbors-14/+34
2015-06-18rustdoc: Update document title when displaying search resultsJohannes Oertel-0/+3
2015-06-14Find type of orphan methods for rustdoc search.Mihnea Dobrescu-Balaur-1/+3
2015-06-12Convert playpen.js to plain JS.Nick Howell-14/+34
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-4/+3
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-4/+3
2015-06-08Implement RFC 839Johannes Oertel-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-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-10/+15
2015-05-25rustdoc: Show where clauses in type aliasesUlrik Sverdrup-2/+3
2015-05-25rustdoc: Fix associated types in signaturesUlrik Sverdrup-3/+3
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo Ochagavía-22/+37
2015-05-24Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelixbors-13/+39
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-1/+1
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-13/+39
2015-05-21rustdoc: Skip types in impls in search indexUlrik Sverdrup-5/+9
2015-05-19rustdoc: Fix left margin for type aliasesUlrik Sverdrup-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-1/+1
2015-05-11Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-1/+15
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-7/+7
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-7/+7
2015-05-07Auto merge of #24973 - roryokane:fix-minus-doc-buttons, r=alexcrichtonbors-15/+31
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-04-30rustdoc: Fix rendering associated constantsAlex Crichton-7/+24
2015-04-30Fix style warning, “line longer than 100 chars”Rory O’Kane-1/+2