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
/
crates
/
cfg
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-03-21
Replace write! with direct calls
Laurențiu Nicola
-14
/
+14
2021-11-05
Replace some String usages with SmolStr in completions
Lukas Wirth
-16
/
+13
2021-10-14
a few clippy fixes
Milo
-0
/
+4
2021-08-31
Simplify `int_in_range`
Jonas Schievink
-5
/
+5
2021-08-31
Depend on both crates individually
Jonas Schievink
-1
/
+1
2021-08-30
Fix DNF construction, add proptest
Jonas Schievink
-4
/
+75
2021-08-09
internal: remove useless helpers
Aleksey Kladov
-5
/
+5
2021-07-20
internal: add simple smoke test for project model
Aleksey Kladov
-1
/
+16
2021-06-21
Improve completion of cfg attributes
Jamie Cunliffe
-0
/
+20
2021-06-19
Implement a config override for the default #[cfg(test)] in cargo crates
Jade
-0
/
+1
2021-06-19
Fix libcore not being included in rust-lang/rust module tree
Jade
-1
/
+15
2021-06-13
tree-wide: make rustdoc links spiky so they are clickable
Jade
-2
/
+2
2021-05-07
internal: expose cfg attrs from hir::Crate
Aleksey Kladov
-1
/
+1
2021-04-04
Make `ast_to_token_tree` infallible
Jonas Schievink
-4
/
+4
2021-03-21
a lot of clippy::style fixes
Matthias Krüger
-4
/
+4
2021-02-27
Add runnables::related_tests
vsrs
-1
/
+1
2020-12-12
Remove some redundant allocations
Jeremy Kolb
-1
/
+1
2020-11-17
Remove dead code
Aleksey Kladov
-6
/
+0
2020-10-23
cfg: move tests to separate file
Jonas Schievink
-208
/
+195
2020-10-23
Reorder items
Jonas Schievink
-9
/
+9
2020-10-22
Update crates/cfg/src/cfg_expr.rs
Jonas Schievink
-1
/
+1
2020-10-22
Fix typo
Jonas Schievink
-1
/
+2
2020-10-22
Implement DNF-based `#[cfg]` introspection
Jonas Schievink
-2
/
+620
2020-10-21
Simplify cfg representation
Jonas Schievink
-29
/
+37
2020-08-13
Rename ra_cfg -> cfg
Aleksey Kladov
-0
/
+184