| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -3/+2 | |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 | |
| 2015-04-07 | rustdoc: Simplify predicates with paren notation | Alex Crichton | -11/+55 | |
| This change is aimed at improving cross-crate (inlined) notation of generic closures. The change modifies `simplify::where_predicates` to handle parenthesized notation as well as starting to handle supertrait bounds as well. This was necessary because all output constraints of closures are bound to `FnOnce` but most trait bounds are that of `FnMut`. Close #21801 | ||||
| 2015-04-07 | rustdoc: Simplify cross-crate where clauses | Alex Crichton | -0/+136 | |
| Add a custom module to rustdoc which simplifies the output of `middle::ty` into a more readable form which tends to be written down anyway! Closes #20646 | ||||
