summary refs log tree commit diff
path: root/src/librustdoc/clean/simplify.rs
AgeCommit message (Expand)AuthorLines
2016-05-03rustdoc: use btree map for where clausesGeorg Brandl-3/+3
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
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
2015-08-24fallout from moving def-idNiko Matsakis-3/+3
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-3/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-04-07rustdoc: Simplify predicates with paren notationAlex Crichton-11/+55
2015-04-07rustdoc: Simplify cross-crate where clausesAlex Crichton-0/+136