summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-1/+1
2017-04-22Fix line displayGuillaume Gomez-12/+8
2017-04-22Fix testsGuillaume Gomez-4/+5
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-86/+382
2017-04-20Fix line display for hoedownGuillaume Gomez-9/+37
2017-04-17Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakisCorey Farwell-3/+1
2017-04-17Rollup merge of #41290 - GuillaumeGomez:put-back-hoedown, r=steveklabnikCorey Farwell-7/+252
2017-04-17Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomezCorey Farwell-4/+225
2017-04-17Hoedown big comeback!Guillaume Gomez-7/+252
2017-04-17rustdoc: add a list of headings to the sidebarQuietMisdreavus-4/+225
2017-04-16rustc: expose monomorphic const_eval through on-demand.Eduard-Mihai Burtescu-3/+1
2017-04-14Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcvCorey Farwell-42/+75
2017-04-14Rollup merge of #41172 - Aaron1011:rustdoc-overflow, r=frewsxcvCorey Farwell-0/+8
2017-04-14Rollup merge of #40702 - mrhota:global_asm, r=nagisaCorey Farwell-0/+1
2017-04-13Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...bors-1/+9
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+1
2017-04-12Fix invalid associated type rendering in rustdocGuillaume Gomez-42/+75
2017-04-11just panic in rustdoc if we encounter a subtype predicateNiko Matsakis-7/+4
2017-04-11add Subtype predicateNiko Matsakis-0/+11
2017-04-11Rollup merge of #41173 - GuillaumeGomez:fix-rustdoc-code-block-parsing, r=ste...Corey Farwell-9/+17
2017-04-11Remove strings fulfilled with whitespaces in code block headersGuillaume Gomez-6/+7
2017-04-09Fix block code headers parsingGuillaume Gomez-8/+15
2017-04-09Fix rustdoc infinitely recursing when an external crate reexports itselfAaron Hill-0/+8
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-571/+622
2017-04-08Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkovbors-1/+1
2017-04-07Merge branch 'master' into ty-placeholderEsteban Küber-340/+292
2017-04-07Rollup merge of #41131 - euclio:collapse-animation, r=GuillaumeGomezCorey Farwell-4/+11
2017-04-06rustdoc: collapse docblock before showing labelAndy Russell-4/+11
2017-04-06rustdoc: move the space at the end of where clausesQuietMisdreavus-3/+11
2017-04-06rustdoc: where clause adjustment to fix testsQuietMisdreavus-6/+9
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-470/+274
2017-04-05style: space between struct name and opening braceQuietMisdreavus-2/+2
2017-04-04rustdoc: don't add a space before `{` on traits with where clausesQuietMisdreavus-3/+8
2017-04-04rustdoc: properly indent fn signatures in traitsQuietMisdreavus-30/+48
2017-04-04Handle ordered lists as wellGuillaume Gomez-4/+12
2017-04-02Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnikbors-31/+171
2017-04-02Introduce `TyErr` independent from `TyInfer`Esteban Küber-1/+1
2017-04-01Force footnote references to be sorted by idGuillaume Gomez-4/+6
2017-03-31rustdoc: fix alignment of fn arguments when on multiple linesQuietMisdreavus-1/+1
2017-03-31rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38QuietMisdreavus-81/+55
2017-03-31Fix hard break issueGuillaume Gomez-3/+46
2017-03-31Rollup merge of #40888 - wesleywiser:rustdoc_src_sidebar, r=GuillaumeGomezCorey Farwell-5/+9
2017-03-30Fix multiple footnotes and improve testingGuillaume Gomez-21/+33
2017-03-29Add support for image, rules and footnotesGuillaume Gomez-28/+111
2017-03-29Rollup merge of #40814 - abonander:issue_39436, r=jseyfriedCorey Farwell-2/+20
2017-03-29Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnikbors-487/+515
2017-03-28Make the rustdoc sidebar white on `src` pagesWesley Wiser-5/+9
2017-03-28rustdoc: format fns like format rfc 39QuietMisdreavus-20/+16
2017-03-28Rustdoc: memoize `pub use`-reexported macros so they don't appear twice in docsAustin Bonander-2/+20
2017-03-28Improve function namingGuillaume Gomez-23/+22