Josh Stone
554847c513
Dogfood or_patterns in rustdoc
2020-04-16 13:58:47 -07:00
Guillaume Gomez
12a95482c1
Improve rustdoc source code a bit
2020-04-10 16:43:00 +02:00
Matthias Krüger
08f2904dfa
more clippy fixes
...
use is_empty() instead of len comparison (clippy::len_zero)
use if let instead of while let loop that never loops (clippy::never_loop)
remove redundant returns (clippy::needless_return)
remove redundant closures (clippy::redundant_closure)
use if let instead of match and wildcard pattern (clippy::single_match)
don't repeat field names redundantly (clippy::redundant_field_names)
2020-03-31 15:20:05 +02:00
Mazdak Farrokhzad
1ccb0b4a02
rustc -> rustc_middle part 3 (rustfmt)
2020-03-30 07:19:55 +02:00
Mazdak Farrokhzad
0cb9e36090
rustc -> rustc_middle part 2
2020-03-30 07:16:56 +02:00
Matthias Krüger
74d68ea7eb
don't create variable bindings just to return the bound value immediately (clippy::let_and_return)
2020-03-22 00:35:25 +01:00
Guillaume Gomez
d964e60e4f
Rename render::Type to improve naming
2020-03-16 18:30:26 +01:00
Guillaume Gomez
5654cde729
formatting
2020-03-16 18:30:26 +01:00
Guillaume Gomez
b9167e6c7d
Support type search for arguments and returned types
2020-03-16 18:29:19 +01:00
Guillaume Gomez
8858d71d28
Put back output-format option for show-coverage
2020-03-02 13:15:51 +01:00
Matthias Krüger
de7c40c168
use .iter() instead of .into_iter() on references.
2020-02-29 03:14:01 +01:00
Matthias Krüger
7c84ba1124
use char instead of &str for single char patterns
2020-02-27 14:57:22 +01:00
Tom Jakubowski
b60f08bd6d
rustdoc: NodeId is now DefId
2020-01-30 13:38:25 +01:00
Guillaume Gomez
6e791464bc
remove unneeded code from cache.rs
2020-01-15 15:07:35 +01:00
Guillaume Gomez
81a5b94ac6
formatting
2020-01-15 13:43:09 +01:00
Guillaume Gomez
12f029b7ee
Fix deref impl on type alias
2020-01-15 13:43:09 +01:00
Mazdak Farrokhzad
ebfd8673a7
Remove rustc_hir reexports in rustc::hir.
2020-01-05 12:49:22 +01:00
Mazdak Farrokhzad
4ff12ce4c1
Normalize syntax::symbol imports.
2020-01-02 13:57:04 +01:00
Mazdak Farrokhzad
75e4783f63
Normalize syntax::source_map imports.
2020-01-02 13:57:04 +01:00
Mark Rousskov
a06baa56b9
Format the world
2019-12-22 17:42:47 -05:00
Andy Russell
94630d4c8b
replace serialize with serde in rustdoc
2019-12-12 16:33:25 -05:00
Mark Rousskov
059163fad7
Remove needless mut in paths
2019-09-23 07:48:24 -04:00
Mark Rousskov
f5ed0fd1c0
Move Cache generation to separate module
2019-09-13 19:44:45 -04:00
Vadim Petrochenkov
a332e224a3
librustdoc: Unconfigure tests during normal build
2019-08-02 01:59:01 +03:00