summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2017-10-07Fix invalid rustdoc rendering for FnTy argsGuillaume Gomez-1/+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-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-0/+12
2017-09-14bring Ty into scopeDouglas Campos-3/+3
2017-09-14rustdoc: pretty-print Unevaluated expressions in types.Eduard-Mihai Burtescu-0/+12
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-08Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakisbors-33/+34
2017-09-07rustc: Remove `CrateStore::crates` as a methodAlex Crichton-1/+1
2017-09-05new attribute #[doc(masked)] to hide internal crates from std docsQuietMisdreavus-0/+41
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: Remove lang item methods from CrateStoreAlex Crichton-25/+25
2017-09-05rustc: Flag some CrateStore methods as "untracked"Alex Crichton-1/+1
2017-09-05rustc: Hide the `named_region_map` behind queriesAlex Crichton-1/+2
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-40/+40
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-40/+40
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-12/+51
2017-08-10Implemented #[doc(cfg(...))].kennytm-12/+51
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-12/+16
2017-06-09Auto merge of #42507 - ibabushkin:external-span-trans, r=eddybbors-1/+1
2017-06-09Document direct implementations on type aliases.Michael Killough-0/+3
2017-06-07Fix translation of external spans.Inokentiy Babushkin-1/+1
2017-06-06Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavusbors-0/+1
2017-06-02rustdoc: Hide `self: Box<Self>` in list of deref methodsOliver Middleton-0/+1
2017-06-01rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array`Oliver Middleton-11/+8
2017-06-01Rollup merge of #42297 - tschottdorf:proj-ty, r=nikomatsakisCorey Farwell-1/+1
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-1/+1
2017-05-31Upgrade ProjectionTy's Name to a DefIdTobias Schottdorf-1/+1
2017-05-22rustdoc: Fix names of items in cross crate reexported modulesOliver Middleton-1/+1
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-1/+1
2017-05-09resolved merge conflictsachernyak-4/+4
2017-05-03remove use of `ast_ty_to_ty_cache` from librustdocNiko Matsakis-4/+4
2017-05-03fn_arg_namesachernyak-1/+1
2017-05-02Rollup merge of #41693 - est31:anon_params_removal, r=eddybCorey Farwell-2/+2