about summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2019-01-10inline pub extern crate statementsDebugSteven-5/+26
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-4/+15
2019-01-04hack-fix to rustdocAriel Ben-Yehuda-4/+15
2019-01-01Move the `Unevaluated` constant arm upwards in the type structureOliver Scherer-12/+11
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-3/+12
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-22Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavusbors-21/+27
2018-12-20Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obkbors-3/+9
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-1/+1
2018-12-19Set constness correctlyGuillaume Gomez-2/+8
2018-12-18Don't render const keyword on stableGuillaume Gomez-1/+1
2018-12-14simplify deprecation and stability renderingAndy Russell-21/+27
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-2/+0
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-30/+29
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-51/+51
2018-12-06Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakisPietro Albini-3/+3
2018-12-06Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic...bors-1/+1
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-8/+2
2018-12-04updates all Filename variants to take a fingerprintMatthew Russo-1/+1
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-8/+2
2018-12-04syntax: Rename some keywordsVadim Petrochenkov-3/+3
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-0/+1
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-1/+1
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-1/+1
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-1/+14
2018-11-13Use a dummy outlives requirement for `where Type:,` (see #53696)scalexm-9/+4
2018-11-12Use type safe `VariantIdx` instead of `usize` everywhereOliver Scherer-2/+10
2018-11-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-1/+14
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-11-03Auto merge of #55646 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+8
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-0/+8
2018-11-03Remove `ReCanonical` in favor of `ReLateBound`scalexm-1/+0
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-0/+1
2018-11-02Don't show associated const items by defaultGuillaume Gomez-1/+0
2018-10-26Remove redundant cloneShotaro Yamada-1/+1
2018-10-26Fix tests and rustdocNick Cameron-0/+2
2018-10-22Correct trailing ellipsis in name_from_patvarkor-1/+1
2018-10-22Fix multiple errorsGuillaume Gomez-0/+9
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-3/+2
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-8/+8
2018-10-13Also adjust rustdoc to the principal changesOliver Scherer-38/+35
2018-10-05Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertjbors-8/+8
2018-10-04rename skolemized to placeholderNiko Matsakis-1/+1
2018-10-03Fix `ty::UnnormalizedProjection` in rustdocscalexm-0/+1
2018-10-02Fix rustdocOliver Schneider-8/+8
2018-10-02Attempt to resolve linking issues.David Wood-1/+1
2018-10-02Add `crate::` to trait suggestions in Rust 2018.David Wood-0/+1
2018-09-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-1/+35