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_pretty
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-33
/
+0
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-2
/
+4
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-18
hir: Preserve used syntax in `TyKind::TraitObject`
Vadim Petrochenkov
-1
/
+4
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-09
Use BTreeMap to store attributes.
Camille GILLOT
-5
/
+6
2021-03-09
Remove hir::Expr::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-4
/
+5
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::ForeignItem::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::StructField::attrs.
Camille GILLOT
-2
/
+2
2021-03-09
Remove hir::Variant::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Param::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Arm::attrs.
Camille GILLOT
-5
/
+17
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-1
/
+1
2021-02-16
Auto merge of #81611 - cjgillot:meowner, r=estebank
bors
-6
/
+6
2021-02-16
avoid full-slicing slices
Matthias Krüger
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-2
/
+2
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-2
/
+2
2021-02-04
hir pretty printing
b-naber
-0
/
+1
2021-01-21
Add loop head span to hir
Esteban Küber
-1
/
+1
2021-01-14
Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
bors
-1
/
+54
2021-01-13
Auto merge of #77524 - Patryk27:fixes/66228, r=estebank
bors
-10
/
+6
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-2
/
+2
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-10
/
+6
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-1
/
+54
2021-01-08
rustc_ast_pretty: Remove `PrintState::insert_extra_parens`
Vadim Petrochenkov
-3
/
+0
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-11
/
+9
2021-01-01
const_generics_defaults: don't use todo
Rémy Rakic
-1
/
+0
2021-01-01
first pass at default values for const generics
Julian Knodt
-2
/
+6
2020-12-17
Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper
Yuki Okushi
-0
/
+9
2020-12-06
Retain assembly operands span when lowering AST to HIR
Tomasz Miąsko
-1
/
+1
2020-12-06
Introduce if-let guards in the HIR
LeSeulArtichaut
-0
/
+9
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-10
/
+6
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-1
/
+4
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-19
/
+8
2020-10-19
Do not print braces again print_anon_const already does it
Santiago Pastorino
-2
/
+0
2020-10-16
Lower inline const down to MIR
Santiago Pastorino
-0
/
+12
2020-10-15
Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor
Yuki Okushi
-6
/
+0
2020-10-14
Remove unused code from remaining compiler crates
est31
-6
/
+0
2020-10-11
Allow skipping extra paren insertion during AST pretty-printing
Aaron Hill
-0
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+2520