summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2019-01-14Add additional human-readable cfg strings to rustdocJethro Beekman-0/+2
2019-01-10inline pub extern crate statementsDebugSteven-5/+26
2019-01-05Rollup merge of #57314 - wiktorkuchta:master, r=Centrilkennytm-1/+1
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-03Fix repeated word typosWiktor Kuchta-1/+1
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-70/+0
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-1/+2
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-4/+10
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-9/+9
2018-12-19Set constness correctlyGuillaume Gomez-2/+8
2018-12-19FIXME(RFC1868) point the fixme to the tracking issueNiv Kaminer-1/+2
2018-12-18Don't render const keyword on stableGuillaume Gomez-2/+2
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-9/+9
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-43/+42
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-61/+61
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-3/+3
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-3/+3
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-26Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebankkennytm-4/+4
2018-10-26Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomezkennytm-2/+9
2018-10-26Remove redundant cloneShotaro Yamada-4/+4
2018-10-26Fix tests and rustdocNick Cameron-0/+2
2018-10-22Fix Rustdoc ICE when checking blanket implsAaron Hill-2/+9
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-11/+10
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-18/+18