summary refs log tree commit diff
path: root/src/librustdoc/clean
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-05Remove nacl from librustdocest31-2/+1
2017-09-24put empty generic lists behind a pointerAriel Ben-Yehuda-15/+17
2017-09-21Refactor lifetime name into an enumTaylor Cramer-5/+5
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-0/+31
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-1/+2
2017-09-17Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakisTim Neumann-1/+13
2017-09-14bring Ty into scopeDouglas Campos-3/+3
2017-09-14rustdoc: pretty-print Unevaluated expressions in types.Eduard-Mihai Burtescu-1/+13
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-3/+7
2017-09-11rustc: use ty::Const for the length of TyArray.Eduard-Mihai Burtescu-2/+16
2017-09-11rustc: replace usize with u64 and ConstUsize.Eduard-Mihai Burtescu-3/+3
2017-09-10Auto merge of #44274 - Mark-Simulacrum:rustdoc-tests, r=alexcrichtonbors-7/+2
2017-09-08Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakisbors-59/+63
2017-09-07rustc: Remove `CrateStore::crates` as a methodAlex Crichton-2/+2
2017-09-05new attribute #[doc(masked)] to hide internal crates from std docsQuietMisdreavus-0/+41
2017-09-05Test rustdoc unit tests.Mark Simulacrum-7/+2
2017-09-05rustdoc: add new "Implementations on Foreign Types" section to traitsQuietMisdreavus-0/+10
2017-09-05rustc: Store InternedString in `DefPathData`Alex Crichton-5/+5
2017-09-05rustc: Rename item_body query to extern_const_bodyAlex Crichton-1/+1
2017-09-05rustc: Migrate `CrateStore::item_body` to a queryAlex Crichton-1/+1
2017-09-05rustc: Remove lang item methods from CrateStoreAlex Crichton-45/+46
2017-09-05rustc: Flag some CrateStore methods as "untracked"Alex Crichton-4/+4
2017-09-05rustc: Hide the `named_region_map` behind queriesAlex Crichton-1/+2
2017-09-05rustc: Move implementations_of_trait to a queryAlex Crichton-2/+4
2017-08-30Make fields of `Span` privateVadim Petrochenkov-4/+4
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-0/+4
2017-08-26Rollup merge of #43966 - GuillaumeGomez:remove-dup, r=QuietMisdreavusCorey Farwell-0/+4
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-21/+16
2017-08-24Remove duplicates in rustdocGuillaume Gomez-0/+4
2017-08-19Desugar parenthesized generic arguments in HIRVadim Petrochenkov-21/+16
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-53/+53
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-53/+53
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-13/+941
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-12/+940
2017-08-11Fix some typosBastien Orivel-1/+1
2017-08-10Implemented #[doc(cfg(...))].kennytm-12/+940
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+13
2017-08-01add documentation for function pointers as a primitiveQuietMisdreavus-0/+5
2017-07-30add docs for references as a primitiveQuietMisdreavus-0/+8
2017-07-28Generator literal supportJohn Kåre Alsaker-1/+1
2017-07-11Downgrade ProjectionTy's TraitRef to its substsTobias Schottdorf-5/+5
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-13/+17
2017-06-13On-demand is_const_fnTaylor Cramer-2/+2
2017-06-13Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavusbors-4/+4
2017-06-12rustdoc: Fix missing enum variant reexportsOliver Middleton-4/+4
2017-06-09Auto merge of #42507 - ibabushkin:external-span-trans, r=eddybbors-2/+2
2017-06-09Document direct implementations on type aliases.Michael Killough-0/+3