| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 | |
| 2019-04-14 | rustdoc: Remove default keyword from re-exported trait methods | Oliver Middleton | -0/+16 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -150/+0 | |
| 2018-11-30 | tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests. | Eduard-Mihai Burtescu | -0/+1 | |
| 2018-11-09 | don't inline `pub use some_crate` unless directly asked to | QuietMisdreavus | -0/+26 | |
| 2018-09-25 | add test for proc-macro re-export | QuietMisdreavus | -0/+37 | |
| 2018-09-20 | add more tests for traits-in-non-module-scope | QuietMisdreavus | -0/+23 | |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 | |
| 2018-06-17 | rustdoc: import cross-crate macros alongside everything else | QuietMisdreavus | -0/+35 | |
| 2018-06-15 | process cross-crate glob re-exports | QuietMisdreavus | -0/+15 | |
| 2018-06-06 | rustdoc: Fix missing stability and src links for inlined external macros | Oliver Middleton | -0/+21 | |
| 2018-01-17 | Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus | Guillaume Gomez | -0/+18 | |
| rustdoc: Populate external_traits with traits only seen in impls This means default methods can always be found and "Important traits" will include all spotlight traits. | ||||
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -1/+1 | |
| 2018-01-10 | rustdoc: Populate external_traits with traits only seen in impls | Oliver Middleton | -0/+18 | |
| This means default methods can always be found and "Important traits" will include all spotlight traits. | ||||
| 2017-11-29 | rustdoc: Fix issues with cross-crate inlined associated items | Oliver Middleton | -0/+48 | |
| * Visibility was missing from impl items. * Attributes and docs were missing from consts and types in impls. * Const default values were missing from traits. This unifies the code that handles associated items from impls and traits. | ||||
| 2017-05-22 | rustdoc: Fix names of items in cross crate reexported modules | Oliver Middleton | -0/+19 | |
| For renamed reexports the new name should be used. | ||||
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -0/+121 | |
| For legacy reasons (presumably), Windows does not permit files name aux. | ||||
