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 (
Collapse
)
Author
Lines
2019-12-29
Move lib_features.rs in librustc_passes.
Camille GILLOT
-153
/
+0
2019-12-22
Format the world
Mark Rousskov
-26
/
+14
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-1
/
+1
2019-11-14
Clean some error codes diagnostics
Guillaume Gomez
-16
/
+28
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-1
/
+1
2019-07-07
Collect library features from non-exported macros
Vadim Petrochenkov
-1
/
+5
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-3
/
+3
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-3
/
+3
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-6
/
+6
2019-05-13
Return a `Symbol` from `name_or_empty` functions.
Nicholas Nethercote
-3
/
+3
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-1
/
+1
And also the equality between `Path` and strings, because `Path` is made up of `Symbol`s.
2019-05-13
Rename `syntax::symbol::symbols` as `syntax::symbol::sym`.
Nicholas Nethercote
-2
/
+2
Because it's going to be used a lot.
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