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-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
2018-07-21
dead-code lint: say "constructed" for structs
Zack M. Davis
-1
/
+5
2018-07-21
Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddyb
bors
-10
/
+6
2018-07-20
Refactor a few push loops to iterators in librustc
ljedrz
-10
/
+6
2018-07-19
Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
bors
-0
/
+1
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+1
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-5
/
+0
2018-07-16
ItemKind
csmoe
-24
/
+24
2018-07-16
ExprKind
csmoe
-5
/
+5
2018-07-16
VariantKind
csmoe
-1
/
+1
2018-07-14
Remove `ty_to_def_id`
Oliver Schneider
-5
/
+1
2018-07-09
Implement #[alloc_error_handler]
Simon Sapin
-1
/
+11
2018-07-02
Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche...
bors
-2
/
+2
2018-07-01
Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank
bors
-1
/
+5
[prev]
[next]