index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
static
/
main.js
Age
Commit message (
Expand
)
Author
Lines
2014-12-04
rustdoc: Removed Foreign{Function,Static} item types.
Kang Seonghoon
-2
/
+2
2014-12-01
rustdoc: Check for href when prepending rootPath
Paul Collier
-2
/
+2
2014-10-09
rustdoc: Implement constant documentation
Alex Crichton
-1
/
+3
2014-09-17
rollup merge of #17226 : P1start/rustdoc-colour
Alex Crichton
-1
/
+1
2014-09-17
rustdoc: Correctly distinguish enums and types
P1start
-1
/
+1
2014-09-14
Display the doc-block toggle on everything again.
Huon Wilson
-1
/
+1
2014-09-07
auto merge of #17035 : huonw/rust/moar-jquery, r=alexcrichton
bors
-13
/
+14
2014-09-06
Use more jQuery to avoid displaying Expand Description more often.
Huon Wilson
-13
/
+14
2014-08-31
Make doc search results use <a> tags instead of js for navigating
Carol Nichols
-31
/
+23
2014-08-09
rustdoc: use raw search in URL
Alexis Beingessner
-3
/
+5
2014-08-09
removing 'str'='struct' search synonym
Alexis Beingessner
-2
/
+1
2014-08-02
Add hide/show detail toggles to rustdoc
Alexis Beingessner
-0
/
+51
2014-07-31
auto merge of #15385 : jroweboy/rust/master, r=brson
bors
-44
/
+89
2014-07-28
rustdoc: improvements to stability dashboard
Aaron Turon
-0
/
+3
2014-07-25
rustdoc: Bind keydown instead of keypress for nav
Alex Crichton
-2
/
+2
2014-07-03
Updated the licensing information for the Levenshtein distance function
James Rowe
-2
/
+5
2014-07-03
Improved the search by including a levenshtein distance calculation which ena...
James Rowe
-44
/
+86
2014-06-19
(doc) Properly doc hotkeys in generated docs.
Zach Pomerantz
-6
/
+6
2014-06-13
rustdoc: Larger click areas for sidebar items
Valentin Tsatskin
-1
/
+0
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+1
2014-06-01
rustdoc: Fix some more broken links
Alex Crichton
-1
/
+4
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-1
/
+2
2014-05-31
rustdoc: Show all implementors of traits
Alex Crichton
-8
/
+6
2014-05-25
rustdoc: Move inlining to its own module
Alex Crichton
-8
/
+4
2014-05-25
rustdoc: Get [src] links working for inlined dox
Alex Crichton
-0
/
+10
2014-05-21
rustdoc: Show types for traits across crates
Alex Crichton
-0
/
+22
2014-05-10
rustdoc: Fix search links to enums/typedefs
Alex Crichton
-2
/
+2
2014-05-02
rustdoc: escape shown input to prevent injection
Adrien Tétar
-3
/
+6
2014-04-29
rustdoc: Make going back in browser history work after typing a search term
Noam Yorav-Raphael
-5
/
+4
2014-04-15
rustdoc: Better sorting criteria for searching.
Kang Seonghoon
-51
/
+52
2014-04-14
rustdoc: Omit repeated paths in the search index.
Kang Seonghoon
-2
/
+4
2014-04-14
rustdoc: Get rid of `allPaths` global variable by merging it into `searchIndex`.
Kang Seonghoon
-14
/
+30
2014-04-14
rustdoc: Use an array instead of an object for the search index.
Kang Seonghoon
-8
/
+12
2014-04-14
rustdoc: Represent item types as a small number in the search index.
Kang Seonghoon
-5
/
+31
2014-04-10
rustdoc: Clean the `initSearch` routine up.
Kang Seonghoon
-43
/
+39
2014-03-18
rustdoc: Implement cross-crate searching
Alex Crichton
-119
/
+125
2014-03-09
rustdoc: hardcode each header as a link.
Huon Wilson
-6
/
+0
2014-03-05
rustdoc: Add anchors to section headers
Alex Crichton
-0
/
+7
2014-02-22
Fixed invalid JavaScript
Daniel Fagnan
-1
/
+1
2014-02-21
rustdoc: web: don't reset the search bar
Corey Richardson
-4
/
+13
2014-01-23
Make docs search results URL-addressable
Daniel MacDougall
-3
/
+50
2014-01-15
Removed redundant code, improve performance
b1nd
-9
/
+1
2014-01-14
Completed patch searching for rust docs
b1nd
-49
/
+125
2013-10-02
Highlight line numbers of the lines referred to in the url hash
Jordi Boggiano
-0
/
+19
2013-09-30
rustdoc: Detect repeated keys and fix width
Alex Crichton
-4
/
+4
2013-09-27
rustdoc: Fix search for something on the same page
Alex Crichton
-6
/
+18
2013-09-27
rustdoc: Don't emit redirect pages for variants/fields
Alex Crichton
-7
/
+34
2013-09-22
rustdoc: Out with the old, in with the new
Alex Crichton
-0
/
+420
[prev]