summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2015-09-09rustdoc: Tweak the main template and CSS for semantic mark-up.Kang Seonghoon-16/+28
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-22/+24
2015-08-25Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichtonbors-36/+46
2015-08-24Update hoedown to latest version (3.0.4).Eljay-36/+46
2015-08-24fallout from moving def-idNiko Matsakis-33/+34
2015-08-23Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichtonbors-1/+5
2015-08-20Show variadic args in rustdoc output.Lee Jeffery-1/+5
2015-08-17rustdoc: Removed command line option issue-tracker-base-urlMartin Wernstål-3/+2
2015-08-17rustdoc: Adjusted style for unstable feature-nameMartin Wernstål-1/+5
2015-08-16librustdoc: Fix tidyMartin Wernstål-2/+2
2015-08-16rustdoc: Print feature flag and issue link if present in short_stabilityMartin Wernstål-4/+19
2015-08-16rustdoc: Pass the Context down to short_stability()Martin Wernstål-56/+58
2015-08-16rustdoc: Added issue tracker option and issue data to clean::StabilityMartin Wernstål-1/+10
2015-08-16Correct signature of hoedown callback for codespansRobin Kruppe-2/+8
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-1/+1
2015-08-08rustc: rename multiple imports in a listSean McArthur-2/+7
2015-08-04Improve rustdoc search type filtering.Eljay-9/+29
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-2/+2
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-3/+3
2015-07-21Auto merge of #27103 - wthrowe:doc_format, r=alexcrichtonbors-24/+18
2015-07-20librustdoc: blur page when help dialogue is presentAndreas Tolfsen-41/+62
2015-07-18Fix rustdoc formatting of implsWilliam Throwe-24/+18
2015-07-17DRYTamir Duberstein-2/+2
2015-07-16Merge branch 'fix-26673' of https://github.com/nhowell/rust into rollup_centralSteve Klabnik-0/+6
2015-07-16Rollup merge of #26977 - brson:stddoc, r=GankroManish Goregaokar-0/+5
2015-07-13Address feedbackBrian Anderson-0/+5
2015-07-12Set zero padding for pre tagsIvan Ukhov-0/+3
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-01rustdoc: Reset the title when pressing the back buttonNick Howell-0/+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