| .. |
|
clean
|
Support type search for arguments and returned types
|
2020-03-16 18:29:19 +01:00 |
|
html
|
Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison
|
2020-03-19 16:07:59 +00:00 |
|
passes
|
remove redundant import (clippy::single_component_path_imports)
|
2020-03-20 20:23:03 +01:00 |
|
test
|
Normalize syntax::edition imports.
|
2020-01-02 19:31:38 +01:00 |
|
theme
|
Add test to check if minified theme are handled correctly
|
2020-02-12 15:49:39 +01:00 |
|
Cargo.toml
|
Update pulldown-cmark dependency
|
2020-02-14 22:39:45 +01:00 |
|
config.rs
|
use direct imports for rustc::{lint, session}.
|
2020-03-16 02:52:06 +01:00 |
|
core.rs
|
use direct imports for rustc::{lint, session}.
|
2020-03-16 02:52:06 +01:00 |
|
docfs.rs
|
Don't always eval arguments inside .expect(), use unwrap_or_else and closure. (clippy::expect_fun_call)
|
2020-03-05 16:39:20 +01:00 |
|
doctree.rs
|
Don't redundantly repeat field names (clippy::redundant_field_names)
|
2020-03-06 19:42:18 +01:00 |
|
externalfiles.rs
|
nix syntax::errors & prefer rustc_errors over errors
|
2020-01-10 07:41:30 +01:00 |
|
fold.rs
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
lib.rs
|
use direct imports for rustc::{lint, session}.
|
2020-03-16 02:52:06 +01:00 |
|
markdown.rs
|
use char instead of &str for single char patterns
|
2020-02-27 14:57:22 +01:00 |
|
README.md
|
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
|
2020-03-10 17:08:18 -03:00 |
|
test.rs
|
use direct imports for rustc::{lint, session}.
|
2020-03-16 02:52:06 +01:00 |
|
theme.rs
|
use is_empty() instead of len() == x to determine if structs are empty.
|
2020-02-28 15:16:27 +01:00 |
|
visit_ast.rs
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
visit_lib.rs
|
Remove rustc_hir reexports in rustc::hir.
|
2020-01-05 12:49:22 +01:00 |