summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-2/+1
2017-10-07Fix invalid rustdoc rendering for FnTy argsGuillaume Gomez-1/+1
2017-10-05Auto merge of #44940 - philipc:remap-path, r=michaelwoeristerbors-0/+2
2017-10-05Remove nacl from librustdocest31-2/+1
2017-10-03Add fixme regarding remapping paths for doctestsPhilip Craig-0/+2
2017-10-01rustdoc: Style of [src] link for trait implementorsVitaly _Vi Shukela-1/+8
2017-09-29rustdoc: Render [src] links for trait implementors (#43893)Vitaly _Vi Shukela-1/+10
2017-09-29rustdoc: Extract converter from Impementor to Item to a fnVitaly _Vi Shukela-13/+19
2017-09-28Update to the `cc` crateAlex Crichton-3/+3
2017-09-27Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkovbors-3/+3
2017-09-26don't let rustdoc get confused by text "fn main" in a line commentZack M. Davis-1/+15
2017-09-24Auto merge of #44758 - arielb1:a-small-path, r=eddybbors-15/+17
2017-09-24Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavusGuillaume Gomez-1/+1
2017-09-24put empty generic lists behind a pointerAriel Ben-Yehuda-15/+17
2017-09-23Fix warning position in rustdoc code blocksGuillaume Gomez-1/+1
2017-09-23Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavusCorey Farwell-2/+4
2017-09-22Add support for `..=` syntaxAlex Burka-3/+3
2017-09-22Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...bors-3/+3
2017-09-21Refactor lifetime name into an enumTaylor Cramer-5/+5
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-3/+3
2017-09-20Auto merge of #44350 - GuillaumeGomez:id-false-positive, r=QuietMisdreavusbors-24/+44
2017-09-19Improve how warnings are displayedGuillaume Gomez-24/+44
2017-09-19Add pub visibility for methods as wellGuillaume Gomez-2/+4
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-17/+60
2017-09-18Rollup merge of #44671 - GuillaumeGomez:run-button, r=steveklabnikAlex Crichton-0/+5
2017-09-18Rollup merge of #44661 - GuillaumeGomez:more-links, r=QuietMisdreavusAlex Crichton-5/+15
2017-09-18Fix run buttonGuillaume Gomez-0/+5
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-2/+2
2017-09-18incr.comp.: Already hash HIR bodies during metadata export so they don't have...Michael Woerister-2/+2
2017-09-18Use DefId instead of NodeId as identifier in resolve_lifetime::Region.Michael Woerister-4/+5
2017-09-17Add more links and put the link character to the leftGuillaume Gomez-5/+15
2017-09-17rustc: Move codegen to a queryAlex Crichton-1/+7
2017-09-17Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakisTim Neumann-1/+13
2017-09-17Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavusTim Neumann-10/+142
2017-09-16Rollup merge of #44560 - qmx:import-TyCtxt, r=eddybAlex Crichton-3/+3
2017-09-15Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichtonbors-3/+1
2017-09-14Rollup merge of #44368 - ollie27:rustdoc_pulldown_ids, r=QuietMisdreavusCorey Farwell-2/+6
2017-09-14Rollup merge of #44254 - GuillaumeGomez:const-fix-rustdoc, r=QuietMisdreavusCorey Farwell-17/+4
2017-09-14bring Ty into scopeDouglas Campos-3/+3
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-13/+11
2017-09-14rustdoc: pretty-print Unevaluated expressions in types.Eduard-Mihai Burtescu-1/+13
2017-09-12rustc: Make `CrateStore` private to `TyCtxt`Alex Crichton-5/+8
2017-09-12Fix rendering of const keyword for functionsGuillaume Gomez-17/+4
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-3/+4
2017-09-12Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakisbors-6/+25
2017-09-11Add arrow and improve displayGuillaume Gomez-36/+98
2017-09-11Add class for codeblocksGuillaume Gomez-9/+79
2017-09-11Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoeristerbors-4/+5
2017-09-11rustc: Remove HirId from queriesAlex Crichton-4/+5
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-3/+7