about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-03-14remove defaulting to unitAndrew Cann-4/+4
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-0/+1
2018-03-13Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavuskennytm-8/+10
2018-03-13Rollup merge of #48631 - focusaurus:remember-collapse-setting, r=QuietMisdreavuskennytm-0/+6
2018-03-10Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusbors-64/+78
2018-03-09Remove auto trait implementation section when emptyGuillaume Gomez-8/+10
2018-03-09Fix anchor not always being put at the right placeGuillaume Gomez-0/+3
2018-03-09Fix escape not working when searchbar selectedGuillaume Gomez-3/+6
2018-03-09Add missing items in the sidebar for functionsGuillaume Gomez-55/+52
2018-03-08Rollup merge of #48789 - GuillaumeGomez:horizontal-scroll, r=QuietMisdreavusManish Goregaokar-1/+1
2018-03-08Deduplicate code in rustdocOliver Schneider-38/+24
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-16/+37
2018-03-08Fully use miri in transOliver Schneider-2/+10
2018-03-08Initial changes to librustc to support const trait fns.Alexander Regueiro-7/+2
2018-03-07Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakisAlex Crichton-11/+0
2018-03-06Rollup merge of #48511 - GuillaumeGomez:rustdoc-resource-suffix, r=QuietMisdr...Alex Crichton-27/+64
2018-03-06Update env_logger to 0.5.4Alex Crichton-1/+1
2018-03-06Fix sidebar horizontal scrollGuillaume Gomez-1/+1
2018-03-05Add resource-suffix option for rustdocGuillaume Gomez-27/+64
2018-03-05Don't generate '[+]'/'[-]' on 'empty' traitsGuillaume Gomez-7/+18
2018-03-05Turn features() into a query.Michael Woerister-1/+1
2018-03-04Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)Tatsuyuki Ishi-11/+0
2018-03-03Rollup merge of #48283 - QuietMisdreavus:rustdoc-readme, r=@GuillaumeGomezkennytm-0/+172
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-13/+15
2018-03-01Fix breakage in rustdocSean Griffin-1/+6
2018-03-01Rename doc collapse sentinal to rustdoc-collapsePeter Lyons-3/+3
2018-03-01Remember state of top-level collapse toggle widgetPeter Lyons-0/+6
2018-02-28Rollup merge of #48473 - GuillaumeGomez:rustdoc-auto-trait-impl-fix, r=QuietM...kennytm-2/+6
2018-02-28Rollup merge of #48381 - GuillaumeGomez:rustdoc-theme-securities, r=QuietMisd...kennytm-11/+35
2018-02-28Auto merge of #47894 - vi:rustdoc_foldable_impls, r=GuillaumeGomez,QuietMisdr...bors-52/+144
2018-02-24Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...Manish Goregaokar-3/+16
2018-02-24Fix auto trait impl rustdoc iceGuillaume Gomez-2/+6
2018-02-22Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytmbors-2/+0
2018-02-21proper early-bail conditionQuietMisdreavus-1/+1
2018-02-21track extern traits being inlinedQuietMisdreavus-1/+10
2018-02-21manually release `cx.external_traits` while building the new traitQuietMisdreavus-3/+7
2018-02-21Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebankGuillaume Gomez-12/+15
2018-02-21Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavusGuillaume Gomez-12/+45
2018-02-21Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomezGuillaume Gomez-2/+3
2018-02-20rustdoc: On mobile: hide §, adjust [+] positionVitaly _Vi Shukela-2/+6
2018-02-20Fix rustdoc test ICEGuillaume Gomez-12/+15
2018-02-20Remove theme button outlineGuillaume Gomez-0/+4
2018-02-20Allow to not switch to a theme if it doesn't existGuillaume Gomez-11/+31
2018-02-20Change local storage name for rustdoc because of conflicts with mdbookGuillaume Gomez-1/+1
2018-02-20stage0 cfg cleanupMark Simulacrum-2/+0
2018-02-20review nitsQuietMisdreavus-6/+8
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-0/+45
2018-02-19rustdoc: Reposition the § per GuillaumeGomez requestVitaly _Vi Shukela-1/+5
2018-02-18Filter out non-macros in resolve_macroManish Goregaokar-2/+6
2018-02-18Generate shortcut linksManish Goregaokar-2/+19