about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-2/+6
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-0/+19
2016-02-03Rollup merge of #31329 - quodlibetor:no-const-doc-in-stable, r=alexcrichtonManish Goregaokar-2/+12
2016-02-02Reviewer requested changes and test fixesNick Cameron-1/+1
2016-02-01Decide to hide constness only in fn/method rendersBrandon W Maister-5/+12
2016-01-31Don't show `const` in docs when it's not availableBrandon W Maister-0/+3
2016-01-31Rename sunos to solarisNikita Baksalyar-3/+1
2016-01-31Add Illumos supportNikita Baksalyar-0/+21
2016-01-28rustdoc: Add missing trailing comma for single element tuplesOliver Middleton-1/+1
2016-01-27Auto merge of #31206 - nrc:early-save, r=nikomatsakisbors-10/+15
2016-01-26Initial work towards abort-free compilationNick Cameron-10/+15
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-23Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichtonSteve Klabnik-1/+1
2016-01-23Rollup merge of #31054 - steveklabnik:a11y, r=alexcrichtonSteve Klabnik-3/+3
2016-01-23Handle generics in raw pointersManish Goregaokar-3/+11
2016-01-22Correctly output links for primitive types which enclose their contentsManish Goregaokar-9/+22
2016-01-20Rename Def's variants and don't reexport themVadim Petrochenkov-29/+29
2016-01-20Refactor definitions of ADTs in rustc::middle::defVadim Petrochenkov-9/+10
2016-01-20tweak trait cssSteve Klabnik-1/+1
2016-01-20tweak struct colorsSteve Klabnik-1/+1
2016-01-20Add alt tags for logosSteve Klabnik-1/+1
2016-01-20tweak colors for a11ySteve Klabnik-1/+1
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-2/+1
2016-01-17Rollup merge of #30940 - tshepang:extraneous-playpen-whitespace, r=steveklabnikManish Goregaokar-0/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-2/+1
2016-01-15Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats...bors-2/+2
2016-01-15rustdoc: remove extraneous whitespace inserted in playpen linksTshepang Lekhonkhobe-0/+1
2016-01-14Support generic associated constsMichael Wu-2/+2
2016-01-15Add a testNick Cameron-13/+14
2016-01-14Rollup merge of #30828 - wheals:fix-dead-links, r=steveklabnikManish Goregaokar-2/+2
2016-01-13Fix rustdoc reexports.Lee Jeffery-1/+1
2016-01-11rustdoc: remove dead link from issue-less unstable entries.Shmuale Mark-2/+2
2016-01-06Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mwbors-0/+1
2016-01-05Annotate the compiler with information about what it is doing when.Niko Matsakis-0/+1
2016-01-02Rustdoc - Specify max-image sizeWesley Wiser-0/+4
2015-12-28Rename ExplicitSelfCategory's variants and stop re-exporting them.Ms2ger-6/+6
2015-12-22Don't record the root module in the search indexmitaa-8/+10
2015-12-21Register new snapshotsAlex Crichton-12/+7
2015-12-18Rollup merge of #30420 - petrochenkov:owned2, r=nrcManish Goregaokar-28/+33
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-27/+32
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-1/+1
2015-12-17test errorsNick Cameron-1/+3
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-22/+27
2015-12-16Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichtonManish Goregaokar-7/+13
2015-12-15Use --cfg when running doctestsSeo Sanghyeon-7/+13
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-4/+105
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-11/+11
2015-12-08Auto merge of #30036 - mitaa:doc_id, r=alexcrichtonbors-59/+120
2015-12-07Auto merge of #30087 - petrochenkov:indi, r=nrcbors-2/+2
2015-12-07Remove some unnecessary indirection from HIR structuresVadim Petrochenkov-2/+2