about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2016-11-20Rollup merge of #37881 - ollie27:rustdoc_stab_enum_macro, r=alexcrichtonGuillaume Gomez-2/+0
2016-11-19rustdoc: Remove unnecessary stability versionsOliver Middleton-2/+0
2016-11-18Auto merge of #37763 - liigo:rustdoc-playground, r=alexcrichtonbors-4/+2
2016-11-17doc: nits and typos on commentsTshepang Lekhonkhobe-17/+17
2016-11-16Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brsonbors-35/+17
2016-11-14rustdoc: Fix some local inlining issuesOliver Middleton-35/+17
2016-11-14rustdoc: add cli argument `--playground-url`Liigo-4/+2
2016-11-13do not use deprecated text for unstable docsAndy Russell-4/+9
2016-11-12Auto merge of #37728 - QuietMisdreavus:rustdoc-enum-struct, r=GuillaumeGomezbors-3/+8
2016-11-12rustdoc: fold fields for enum struct variants into a docblockQuietMisdreavus-3/+8
2016-11-12Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomezEduard-Mihai Burtescu-27/+66
2016-11-09Rollup merge of #37250 - liigo:rustdoc-unsafe-fns, r=steveklabnikEduard-Mihai Burtescu-1/+10
2016-11-09Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakisEduard-Mihai Burtescu-28/+28
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-28/+28
2016-11-06Improve attributes display and allow expansionGuillaume Gomez-8/+9
2016-11-06Set possibility to hide attributesGuillaume Gomez-11/+15
2016-11-06Print more tags in rustdocGuillaume Gomez-8/+40
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-10-25rustdoc: mark unsafe fns with iconsLiigo Zhuang-1/+10
2016-10-17rustdoc: make Method/WhereClause wrappers use usize for indentsQuietMisdreavus-28/+19
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-6/+2
2016-10-15rustdoc: apply proper indent when where clauses aren't on their own lineQuietMisdreavus-22/+70
2016-10-11Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnikGuillaume Gomez-2/+17
2016-10-02Remove redundant 'Variant' in variant names, stop reexporting.Corey Farwell-6/+8
2016-10-02Cleanup `return` statements.Corey Farwell-5/+5
2016-09-30Simplify logic around Context's root_path.Corey Farwell-14/+12
2016-09-30Migrate Item ➡ ItemType function to method.Corey Farwell-25/+20
2016-09-26rustdoc: format bare functions like rustfmtQuietMisdreavus-8/+8
2016-09-26rustdoc: format struct methods like rustfmtQuietMisdreavus-1/+16
2016-09-26refactor away get_unstable_features_settingTim Neumann-3/+2
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-5/+4
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-1/+1
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-1/+1
2016-09-14Auto merge of #36472 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-1/+2
2016-09-14Rollup merge of #36334 - GuillaumeGomez:run_but, r=steveklabnikGuillaume Gomez-1/+2
2016-09-14Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnikbors-6/+15
2016-09-13Remove some ancient code providing special support for newtypesVadim Petrochenkov-1/+1
2016-09-10Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnikGuillaume Gomez-3/+15
2016-09-09rustdoc: don't collapse `docblock-short`Liigo-1/+1
2016-09-09rustdoc: Don't add extra newlines for fully opaque structsOliver Middleton-6/+15
2016-09-08Set run button transparent instead of invisibleGuillaume Gomez-1/+2
2016-09-07Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichtonbors-27/+60
2016-09-05Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichtonbors-11/+10
2016-09-05rustdoc: Filter more incorrect methods inherited through DerefPiotr Jawniak-27/+60
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
2016-09-03Fix rebase + address commentsVadim Petrochenkov-4/+2
2016-09-03Support unions in rustdocVadim Petrochenkov-3/+78
2016-08-29Add some features to flock.Michael Woerister-1/+1
2016-08-29Move `flock.rs` from librustdoc to librustc_data_structures.Michael Woerister-1/+2
2016-08-29rustdoc: Fix associated consts in search resultsOliver Middleton-11/+10