index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
render
/
print_item.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-12
Update src/librustdoc/html/render/print_item.rs
Manish Goregaokar
-1
/
+1
2021-04-12
Update src/librustdoc/html/render/print_item.rs
Manish Goregaokar
-1
/
+1
2021-04-12
rustdoc: smartly hide associated items of traits if there are too many of them
Manish Goregaokar
-6
/
+24
2021-04-12
rustdoc: hide fields of structs/unions > 5
Manish Goregaokar
-7
/
+30
2021-04-12
rustdoc: hide variants of enums > 5
Manish Goregaokar
-0
/
+24
2021-04-12
rustdoc: Stop hiding entire item declarations
Manish Goregaokar
-1
/
+1
2021-04-02
rustdoc: Rename internal uses of `spotlight`
Camelid
-5
/
+5
2021-03-31
Add a button to copy the "use statement"
Guillaume Gomez
-0
/
+1
2021-03-24
Split clean::Constant enum into a struct and an enum
Guillaume Gomez
-1
/
+1
2021-03-24
Rework rustdoc const type
Guillaume Gomez
-66
/
+62
2021-03-21
Rename `clean::Span::span()` to `clean::Span::inner()`
Camelid
-1
/
+1
2021-03-21
Rename `clean::Item.source` to `span`
Camelid
-1
/
+1
2021-03-05
Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...
Guillaume Gomez
-3
/
+3
2021-03-04
Moved `print_item` and helpers to a separate file
Nicholas-Baron
-0
/
+1420
[prev]