summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-10-19Stabilise `?`Nick Cameron-1/+1
2016-09-26Auto merge of #36764 - jonathandturner:rollup, r=jonathandturnerbors-454/+564
2016-09-26Rollup merge of #36729 - frewsxcv:rustdoc, r=alexcrichtonJonathan Turner-451/+552
2016-09-26Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnikJonathan Turner-0/+5
2016-09-26Rollup merge of #36586 - japaric:rustdoc-sysroot, r=alexcrichtonJonathan Turner-3/+7
2016-09-26deduplicate inline is_nightly_build implementationsTim Neumann-7/+4
2016-09-26refactor away get_unstable_features_settingTim Neumann-9/+7
2016-09-25Move in-pass-function structs and impls outside functions.Corey Farwell-68/+74
2016-09-25Move pass contants/types into the new `pass` module.Corey Farwell-33/+35
2016-09-25Separate rustdoc passes into separate modules.Corey Farwell-416/+508
2016-09-25Privatize `unindent` function.Corey Farwell-1/+1
2016-09-25Fix incorrect alignment for `if` statement.Corey Farwell-1/+2
2016-09-25Use underscores to breakup long number.Corey Farwell-1/+1
2016-09-24Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakisGuillaume Gomez-6/+7
2016-09-23rustdoc css: Put `where` in trait listings on a new lineUlrik Sverdrup-0/+5
2016-09-20rustc_metadata: replace RBML with a simple and type-safe scheme.Eduard Burtescu-1/+1
2016-09-20rustc_metadata: split the Def description of a DefId from item_children.Eduard Burtescu-30/+17
2016-09-20rustc_metadata: move all encoding/decoding helpers to methods.Eduard Burtescu-2/+2
2016-09-20rustc_metadata: group information into less tags.Eduard Burtescu-22/+14
2016-09-20rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names.Eduard Burtescu-4/+2
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-82/+89
2016-09-20rustc: remove hir::fold.Eduard Burtescu-78/+87
2016-09-20rustc: replace uses of NodeId in Def, other than closures and labels.Eduard Burtescu-5/+2
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-22/+21
2016-09-19rustdoc: implement --sysrootJorge Aparicio-3/+7
2016-09-17invisible isn't a tagEitan Adler-1/+1
2016-09-17border-color > borderEitan Adler-1/+1
2016-09-17add missing semi-colonEitan Adler-1/+2
2016-09-17duplicate theEitan Adler-1/+1
2016-09-17Fix order of @importEitan Adler-2/+2
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-21/+13
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-10/+10
2016-09-14Auto merge of #36472 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-20/+17
2016-09-14Rollup merge of #36334 - GuillaumeGomez:run_but, r=steveklabnikGuillaume Gomez-20/+17
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-21/+13
2016-09-10Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnikGuillaume Gomez-3/+15
2016-09-09rustdoc: more docblock-short stylesLiigo-5/+5
2016-09-09rustdoc: don't collapse `docblock-short`Liigo-5/+5
2016-09-09rustdoc: Don't add extra newlines for fully opaque structsOliver Middleton-6/+15
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-9/+7
2016-09-08Set run button transparent instead of invisibleGuillaume Gomez-20/+17
2016-09-07Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichtonbors-27/+69
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/+69
2016-09-04Auto merge of #36240 - leeopop:master, r=jseyfriedbors-2/+2
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-7/+8
2016-09-04Allow CompilerControllers to access rustc_plugin::registry::Registry structure.Keunhong Lee-2/+2
2016-09-03Fix rebase + address commentsVadim Petrochenkov-5/+4
2016-09-03Support unions in rustdocVadim Petrochenkov-8/+184