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
/
hir
/
map
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-14
Do not ICE on unnamed future
Esteban Küber
-3
/
+10
2019-11-26
Make the HIR map own the Definitions.
Camille GILLOT
-5
/
+5
2019-11-23
Move def collector from `rustc` to `rustc_resolve`
Vadim Petrochenkov
-2
/
+0
2019-11-13
Get `FnSig` by `HirId`
Dylan MacKenzie
-0
/
+35
2019-11-08
hir::ItemKind::Fn: use hir::MethodSig
Mazdak Farrokhzad
-7
/
+7
2019-10-28
rustc: use IndexVec<DefIndex, T> instead of Vec<T>.
Eduard-Mihai Burtescu
-8
/
+6
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-10-09
self-profiling: Add events for everything except trait selection.
Michael Woerister
-0
/
+2
2019-09-30
Auto merge of #64778 - csmoe:index, r=eddyb
bors
-1
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-28
clean up
Esteban Küber
-2
/
+2
2019-09-28
review comments
Esteban Küber
-0
/
+5
2019-09-28
Point at enclosing match when expecting `()` in arm
Esteban Küber
-0
/
+21
2019-09-28
Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebank
Mazdak Farrokhzad
-0
/
+8
2019-09-28
Improve diagnostic for `let A = 0;`
Mazdak Farrokhzad
-0
/
+8
2019-09-27
fix rebase
Esteban Küber
-1
/
+1
2019-09-27
review comments
Esteban Küber
-3
/
+3
2019-09-27
Account for tail expressions when pointing at return type
Esteban Küber
-1
/
+24
2019-09-27
Turn `walk_parent_nodes` method into an iterator
Esteban Küber
-105
/
+101
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-23
/
+23
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-1
/
+1
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-8
/
+8
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-8
/
+8
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-6
/
+6
2019-09-25
Rollup merge of #62975 - ljedrz:kill_off_hir_to_node_id, r=Zoxc
Mazdak Farrokhzad
-3
/
+1
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-22
/
+19
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-7
/
+7
2019-08-25
HirIdify hir::Crate.modules
ljedrz
-3
/
+1
2019-08-21
review comments
Esteban Küber
-7
/
+13
2019-08-21
When declaring a declarative macro in an item it's only accessible inside it
Esteban Küber
-5
/
+8
2019-08-14
Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r
Mazdak Farrokhzad
-5
/
+5
2019-08-14
Merge Variant and Variant_
Caio
-5
/
+5
2019-08-13
review comments
Esteban Küber
-1
/
+3
2019-08-12
Suggest `Box::new` when appropriate
Esteban Küber
-4
/
+24
2019-08-09
Differentiate between tuple structs and tuple variants
Esteban Küber
-1
/
+1
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-2
/
+2
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-3
/
+3
2019-08-02
Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`
varkor
-1
/
+1
2019-08-02
Replace "existential" by "opaque"
varkor
-7
/
+7
2019-07-27
Lint attributes on function arguments
Caio
-0
/
+7
2019-07-11
Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-07-11
def_collector: Simplify tracking of macro invocation parents
Vadim Petrochenkov
-1
/
+1
2019-07-10
Properly case indent_unit constant
Mark Rousskov
-1
/
+1
2019-07-10
Move pp::Printer helpers to direct impl
Mark Rousskov
-2
/
+0
2019-07-06
Remove ExprKind::While from HIR.
Mazdak Farrokhzad
-1
/
+1
2019-07-05
Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc
Mazdak Farrokhzad
-16
/
+13
2019-07-05
Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddyb
bors
-5
/
+4
[next]