| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2015-04-22 | Replace ignore-android with ignore-cross-compile in rustdoc tests | Ryan Prichard | -1/+1 | |
| The problem is that rustdoc searches for external crates using the host triple, not the target triple. It's actually unclear to me whether this is correct behavior or not, but it is necessary to get cross-compiled tests working. | ||||
| 2015-04-10 | Test fixes and review feedback | Alex Crichton | -0/+1 | |
| 2015-04-07 | rustdoc: Simplify predicates with paren notation | Alex Crichton | -0/+18 | |
| 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 | ||||
