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
/
dead.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-29
Rollup merge of #59486 - varkor:dead-code-impl, r=sanxiyn
Mazdak Farrokhzad
-8
/
+6
2019-03-28
Walk all items for dead_code lint by default
varkor
-9
/
+6
2019-03-28
Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk
Mazdak Farrokhzad
-2
/
+2
2019-03-28
Visit ItemKind::Impl for dead code lint
varkor
-0
/
+1
2019-03-25
Allocate HIR id counters for use trees in MiscCollector
John Kåre Alsaker
-1
/
+1
2019-03-24
Re-order fields in `Def::Ctor`.
David Wood
-1
/
+1
2019-03-24
Move `CtorOf` into `hir::def`.
David Wood
-2
/
+2
2019-03-24
Separate variant id and variant constructor id.
David Wood
-12
/
+27
2019-03-23
Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc
bors
-1
/
+1
2019-03-16
Add def getting methods to librustc/ty/context
Tomas Koutsky
-2
/
+2
2019-03-15
rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-13
middle: replace NodeId with HirId in AccessLevels
ljedrz
-1
/
+1
2019-03-12
Visit impl Trait for dead_code lint
Seo Sanghyeon
-1
/
+12
2019-03-02
hir: HirIdify Impl&TraitItemId
ljedrz
-1
/
+1
2019-03-02
hir: remove NodeId from Item
ljedrz
-1
/
+1
2019-03-02
hir: remove NodeId from StructField
ljedrz
-1
/
+1
2019-03-01
middle: HirIdify dead
ljedrz
-58
/
+59
2019-02-24
hir: remove NodeId from Expr
ljedrz
-5
/
+5
2019-02-20
hir: HirId-ify intravisit
ljedrz
-2
/
+2
2019-02-09
cleanup: rename node_id_to_type(_opt)
ljedrz
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-12
/
+12
2019-01-15
Querify entry_fn
Igor Matuszewski
-1
/
+1
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-18
Mark tuple structs as live if their constructors are used
Oliver Scherer
-42
/
+38
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
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
-12
/
+12
2018-12-03
Handle existential types in dead code analysis
Oliver Scherer
-0
/
+1
2018-11-18
Fix ICEs from imports of items not defined in modules
Vadim Petrochenkov
-1
/
+1
2018-11-02
Remove deprecated unstable `#[panic_implementation]`
Vadim Petrochenkov
-4
/
+2
2018-10-19
Remove unused box
Oliver Scherer
-5
/
+4
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+2
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-07
Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk
bors
-1
/
+7
2018-10-07
Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister
bors
-5
/
+10
2018-10-06
rustc: Allow `#[no_mangle]` anywhere in a crate
Alex Crichton
-5
/
+10
2018-10-06
rustc/middle: whitespace & formatting fixes
ljedrz
-3
/
+3
2018-10-06
rustc/middle: improve some patterns
ljedrz
-4
/
+2
2018-10-04
Fix dead code lint for functions using impl Trait
Jonas Schievink
-1
/
+7
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-11
/
+11
2018-08-27
Remove path prefixes from NodeKind
varkor
-10
/
+10
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-10
/
+10
2018-08-23
add #[panic_handler]; deprecate #[panic_implementation]
Jorge Aparicio
-1
/
+3
2018-08-22
Remove unnecessary TyKind::s
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-4
/
+4
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-1
/
+1
2018-08-19
mv codemap() source_map()
Donato Sciarra
-2
/
+2
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-2
/
+2
2018-08-07
Add HirId to VisibilityKind::Restricted
Mark Rousskov
-1
/
+1
[next]