summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-2/+1
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-28/+31
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-13/+13
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-11/+10
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-2/+1
2016-05-03rustdoc: fix inserting source code spans for constant valuesGeorg Brandl-5/+4
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+1
2016-04-24Remove, now unnecessary, workaroundmitaa-18/+2
2016-04-24Inline impls on traits toomitaa-0/+1
2016-04-19Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichtonbors-16/+22
2016-04-18Reachability check cross-crate linksmitaa-12/+3
2016-04-18Perform doc-reachability check for inlined implsmitaa-12/+27
2016-04-14Fix fallout in rustdocJeffrey Seyfried-3/+3
2016-04-13Retire rustdocs `ANALYSISKEY`mitaa-3/+3
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-2/+2
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-2/+6
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-2/+2
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-4/+4
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-5/+12
2016-03-27Correct anchor for links to associated trait itemsmitaa-5/+12
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-2/+2
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-1/+1
2016-03-22Consider `doc(no_inline)` in crate-local inliningmitaa-2/+2
2016-03-17const_eval: Take just one set of substitutions in lookup_const_by_id.Eduard Burtescu-2/+2
2016-03-14Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakisbors-3/+3
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-2/+19
2016-03-10fix rustdocOliver Schneider-3/+3
2016-03-09Track fn type and lifetime parameters in TyFnDef.Eduard Burtescu-1/+1
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-1/+1
2016-03-08rustdoc: Don't inline all impls all at onceAlex Crichton-2/+19
2016-03-04Refactor rustdocs attribute handlingmitaa-17/+3
2016-03-04Simplify `if let`/`match` expressionsmitaa-16/+9
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-14/+14
2016-03-02Use numeric field `Name`s ("0", "1" etc) for positional fieldsVadim Petrochenkov-4/+2
2016-02-26Don't inline impls from `doc(hidden)` modulesmitaa-11/+16
2016-01-20Rename Def's variants and don't reexport themVadim Petrochenkov-13/+13
2016-01-20Refactor definitions of ADTs in rustc::middle::defVadim Petrochenkov-5/+6
2016-01-14Support generic associated constsMichael Wu-2/+2
2016-01-13Fix rustdoc reexports.Lee Jeffery-1/+1
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-0/+5
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-5/+5
2015-12-03Use the extern item-path for documentation linksmitaa-1/+1
2015-11-26fix tidyAriel Ben-Yehuda-2/+2
2015-11-26fix tests & rustdocAriel Ben-Yehuda-9/+9
2015-11-26make check worksAriel Ben-Yehuda-31/+25
2015-11-19Show constness for functions of reexported docsmitaa-2/+15
2015-10-01kill the fake provided method stubsAriel Ben-Yehuda-7/+5
2015-09-22Use Names in path fragments and MacroDefVadim Petrochenkov-1/+1
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-1/+1