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
/
compiler
/
rustc_hir
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Address review comments
Joshua Nelson
-1
/
+69
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-103
/
+5
2021-03-23
progress, stuff compiles now
lcnr
-1
/
+8
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-18
hir: Preserve used syntax in `TyKind::TraitObject`
Vadim Petrochenkov
-3
/
+3
2021-03-17
Auto merge of #83188 - petrochenkov:field, r=lcnr
bors
-23
/
+23
2021-03-17
Rollup merge of #83092 - petrochenkov:qspan, r=estebank
Yuki Okushi
-1
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-23
/
+23
2021-03-16
Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakis
bors
-1
/
+3
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-1
/
+1
2021-03-15
Special case type aliases from impl trait in const/static types
Oli Scherer
-1
/
+3
2021-03-14
Remove unused `opt_local_def_id_to_hir_id` function
Joshua Nelson
-5
/
+0
2021-03-11
Auto merge of #82641 - camelid:lang-item-docs, r=jyn514
bors
-19
/
+28
2021-03-10
Remove unnecessary `#[allow(dead_code)]`
Camelid
-1
/
+0
2021-03-10
Clarify docs
Camelid
-1
/
+2
2021-03-10
Remove `sym::` and `kw::` from generated docs
Camelid
-3
/
+3
2021-03-10
Fix bug
Camelid
-2
/
+2
2021-03-09
Use BTreeMap to store attributes.
Camille GILLOT
-3
/
+3
2021-03-09
Track HirId when visiting attributes.
Camille GILLOT
-3
/
+5
2021-03-09
Remove hir::Expr::attrs.
Camille GILLOT
-3
/
+2
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-4
/
+2
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-23
/
+5
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-4
/
+2
2021-03-09
Remove hir::ForeignItem::attrs.
Camille GILLOT
-4
/
+2
2021-03-09
Remove hir::StructField::attrs.
Camille GILLOT
-1
/
+0
2021-03-09
Remove hir::Variant::attrs.
Camille GILLOT
-2
/
+0
2021-03-09
Remove hir::Param::attrs.
Camille GILLOT
-1
/
+0
2021-03-09
Remove hir::Arm::attrs.
Camille GILLOT
-1
/
+0
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-1
/
+0
2021-03-09
Remove hir::MacroDef::attrs.
Camille GILLOT
-3
/
+1
2021-03-09
Remove hir::GenericParam::attrs.
Camille GILLOT
-1
/
+0
2021-03-09
Remove hir::Local::attrs.
Camille GILLOT
-1
/
+0
2021-03-09
Remove hir::StmtKind::attrs.
Camille GILLOT
-10
/
+0
2021-03-09
Visit attributes in one go.
Camille GILLOT
-15
/
+4
2021-03-09
Do not store attrs in FnKind.
Camille GILLOT
-19
/
+11
2021-03-09
Collect attributes during HIR lowering.
Camille GILLOT
-1
/
+18
2021-03-09
Introduce HirIdVec.
Camille GILLOT
-0
/
+53
2021-03-09
Rollup merge of #82841 - hvdijk:x32, r=joshtriplett
Mara Bos
-1
/
+1
2021-03-07
Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix
bors
-20
/
+93
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-02-28
Convert some lang item comments to doc-comments
Camelid
-6
/
+8
2021-02-28
Enable `extended_key_value_attributes` in `rustc_hir`
Camelid
-0
/
+1
2021-02-28
Improve lang item generated docs
Camelid
-10
/
+16
2021-02-26
Miscellaneous inlining improvements
Tomasz MiÄ…sko
-0
/
+10
2021-02-23
Improve error msgs when found type is deref of expected
Ömer Sinan Ağacan
-0
/
+8
2021-02-23
Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnr
Dylan DPC
-1
/
+58
2021-02-21
fix rebase
Esteban Küber
-2
/
+1
2021-02-21
Do not suggest `;` if expression is side effect free
Esteban Küber
-0
/
+58
2021-02-21
New pass to deduplicate blocks
Simon Vandel Sillesen
-4
/
+26
2021-02-19
Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011
Dylan DPC
-1
/
+1
[next]