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
/
blocks.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-7
/
+1
2019-11-08
hir::MethodSig -> hir::FnSig
Mazdak Farrokhzad
-6
/
+6
2019-11-08
hir::ItemKind::Fn: use hir::MethodSig
Mazdak Farrokhzad
-3
/
+3
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-2
/
+5
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-2
/
+5
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-2
/
+2
2019-06-24
HIR: rename get_parent_node_by_hir_id to get_parent_node
ljedrz
-1
/
+1
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-1
/
+1
2019-06-20
make blocks::Code work with HirId
ljedrz
-4
/
+4
2019-04-20
Refactor some existing methods
varkor
-15
/
+3
2019-02-24
hir: remove NodeId from Expr
ljedrz
-11
/
+11
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-05
move librustc to 2018
Mark Mansi
-4
/
+4
2019-01-06
use `Ident` in `ItemFn`
Andy Russell
-4
/
+4
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-10-25
Don't extend `hir::Def` when there's already a dedicated "function-like" dete...
Oliver Schneider
-1
/
+1
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-5
/
+5
2018-09-12
A few cleanups for hir
ljedrz
-11
/
+9
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-14
/
+14
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-13
/
+13
2018-07-20
Only methods are fn-like, not other associated items
Oliver Schneider
-1
/
+7
2018-07-16
ItemKind
csmoe
-2
/
+2
2018-07-16
ExprKind
csmoe
-3
/
+3
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-6
/
+6
2018-06-21
Parse async fn header.
Without Boats
-22
/
+17
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-0
/
+1
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+12
2017-08-01
use FnLike to recognize functions for us
Ralf Jung
-0
/
+12
2017-07-28
Remove a FIXME
John Kåre Alsaker
-1
/
+0
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+2
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-7
/
+7
2017-01-26
Point to immutable arg/fields when trying to use as &mut
Esteban Küber
-1
/
+1
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-19
/
+0
2016-12-28
rustc: move function arguments into hir::Body.
Eduard-Mihai Burtescu
-2
/
+5
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-7
/
+7
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-29
Refactor inlined items some more
Florian Diebold
-14
/
+0
2016-11-29
Add make tidy fixes
Florian Diebold
-1
/
+4
2016-11-29
Save bodies of functions for inlining into other crates
Florian Diebold
-1
/
+24
2016-11-29
rustc: replace body exprs by their ids
Florian Diebold
-14
/
+14
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-21
/
+22
2016-08-27
Change Constness to Spanned<Constness>
Keith Yeung
-3
/
+3
2016-06-26
Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth
Jeffrey Seyfried
-6
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-19
Generalize and abstract `ThinAttributes`
Jeffrey Seyfried
-6
/
+1
[next]