summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
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
2015-09-03Add an intital HIR and lowering stepNick Cameron-11/+12
2015-08-24fallout from moving def-idNiko Matsakis-15/+15
2015-08-12Replace get_item_path[-1] with get_item_namemitaa-2/+1
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-4/+4
2015-08-06introduce an ADTDef struct for struct/enum definitionsAriel Ben-Yehuda-2/+2
2015-08-04rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.Eduard Burtescu-1/+1
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-18/+18
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-2/+2
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-5/+5
2015-05-27Auto merge of #25796 - arielb1:default-assoc, r=eddybbors-3/+5
2015-05-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-2/+2
2015-05-26Implement defaults for associated typesAriel Ben-Yehuda-3/+5
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-0/+2