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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
dead.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-0
/
+5
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-1
/
+0
2018-01-09
Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb
kennytm
-2
/
+2
2018-01-08
rustc::ty: Rename `struct_variant` to `non_enum_variant`
Robin Kruppe
-2
/
+2
2018-01-07
Rename ReprExtern to ReprC, and similarily rename a few other fields and loca...
Robin Kruppe
-8
/
+8
2017-11-19
dead code lint to say "never constructed" for variants
Zack M. Davis
-9
/
+14
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-10-31
Count type aliases in patterns
sinkuu
-6
/
+6
2017-09-25
Point at signature on unused lint
Esteban Küber
-7
/
+21
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-1
/
+2
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-14
Fix some merge fallout.
Michael Woerister
-2
/
+0
2017-08-11
Improve validation of TypeckTables keys.
Michael Woerister
-1
/
+1
2017-08-11
Encapsulate sub-table access in TypeckTables and validate keys on each access.
Michael Woerister
-3
/
+3
2017-08-11
Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...
Michael Woerister
-1
/
+1
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-5
/
+7
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-24
/
+28
2017-08-06
Handle type aliases as well
Guillaume Gomez
-3
/
+6
2017-08-06
Fix union unused fields check
Guillaume Gomez
-14
/
+11
2017-08-06
Improve union unused field detection
Guillaume Gomez
-29
/
+26
2017-08-05
Improve dead code detection for unions
Guillaume Gomez
-15
/
+31
2017-08-05
Don't warn on unused field on union
Guillaume Gomez
-3
/
+15
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-4
/
+4
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-0
/
+5
2017-06-01
rustc: replace method_map with Def::Method and node_substs entries.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-01
rustc: keep overloaded autoderef MethodCallee's in Adjust.
Eduard-Mihai Burtescu
-3
/
+1
2017-04-29
Don't ever warn about #[used] items being dead code.
Eduard-Mihai Burtescu
-0
/
+6
2017-04-28
do not access `inherited_impls` map directly
Niko Matsakis
-8
/
+7
2017-04-24
rustc: expose the common DUMMY_SP query case as tcx methods.
Eduard-Mihai Burtescu
-2
/
+1
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-18
kill a bunch of one off tasks
Niko Matsakis
-2
/
+0
2017-04-16
Compress ReprOptions a little bit
Simonas Kazlauskas
-1
/
+1
2017-03-23
convert privacy access levels into a query
Niko Matsakis
-3
/
+4
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-4
/
+3
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-10
/
+10
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-10
/
+10
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-2
/
+2
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-21
/
+26
2017-01-03
Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr...
Dylan McKay
-1
/
+6
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-3
/
+3
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-7
/
+5
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-9
/
+14
2016-12-15
Warn unused type aliases
Seo Sanghyeon
-0
/
+1
2016-12-15
Remove now unnecessary code
Seo Sanghyeon
-18
/
+5
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-7
/
+5
2016-11-29
Fix rebase breakage
Florian Diebold
-1
/
+1
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-4
/
+6
2016-11-29
rustc: replace body exprs by their ids
Florian Diebold
-15
/
+20
[next]