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
/
librustc
/
middle
/
lib_features.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-15
Make check_name generic
John Kåre Alsaker
-3
/
+3
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-3
/
+3
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-3
/
+3
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-0
/
+2
2019-02-13
Cleanup imports
Taiki Endo
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-2
/
+2
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-2
/
+2
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-06
rustc/middle: whitespace & formatting fixes
ljedrz
-2
/
+2
2018-08-21
Iterate through all crates in stability.rs rather than lib_features.rs
varkor
-6
/
+1
2018-08-15
Visit all attributes for feature collection
varkor
-55
/
+39
2018-08-05
Improve query efficiency
varkor
-3
/
+5
2018-08-05
Add special support for libc
varkor
-2
/
+0
2018-08-05
Add support for feature attributes on macros
varkor
-0
/
+3
2018-08-05
Fix test/compile-fail
varkor
-2
/
+9
2018-08-05
Get around tidy bug
varkor
-4
/
+4
2018-08-05
Add error for inconsistent stability `since` value
varkor
-0
/
+15
2018-08-05
Add lint for unknown feature attributes
varkor
-0
/
+153