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
Age
Commit message (
Expand
)
Author
Lines
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
-3
/
+3
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-4
/
+4
2019-08-02
Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`
varkor
-1
/
+1
2019-08-02
Replace "existential" by "opaque"
varkor
-9
/
+9
2019-07-27
Lint attributes on function arguments
Caio
-0
/
+15
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-8
/
+8
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-20
/
+20
2019-07-11
Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper
Mazdak Farrokhzad
-59
/
+33
2019-07-11
def_collector: `parent_def` is no longer optional
Vadim Petrochenkov
-31
/
+17
2019-07-11
def_collector: Simplify tracking of macro invocation parents
Vadim Petrochenkov
-30
/
+18
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-07
Collect library features from non-exported macros
Vadim Petrochenkov
-0
/
+1
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
-19
/
+16
2019-07-05
Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddyb
bors
-5
/
+4
2019-07-04
rename hir::map::opt_local_def_id*
ljedrz
-4
/
+4
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-8
/
+8
2019-07-04
rename hir::map::local_def_id to local_def_id_from_node_id
ljedrz
-3
/
+4
2019-07-04
remove FIXMEs for functions that won't go away
ljedrz
-4
/
+0
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-4
/
+4
2019-06-29
Remove io::Result from syntax::print
Mark Rousskov
-5
/
+4
2019-06-24
HIR: rename find_by_hir_id to find
ljedrz
-16
/
+16
2019-06-24
HIR: remove the NodeId find
ljedrz
-6
/
+0
2019-06-24
HIR: rename get_parent_node_by_hir_id to get_parent_node
ljedrz
-8
/
+8
2019-06-24
HIR: remove the NodeId get_parent_node, HirIdify is_argument
ljedrz
-15
/
+8
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-9
/
+9
2019-06-20
remove hir::map::get
ljedrz
-7
/
+1
2019-06-20
make blocks::Code work with HirId
ljedrz
-4
/
+4
2019-06-20
rename hir::map::expect_expr_by_hir_id to expect_expr
ljedrz
-1
/
+1
2019-06-20
remove uses of the NodeId hir::map::expr
ljedrz
-6
/
+0
2019-06-20
remove definitions::def_index_to_node_id (unused)
ljedrz
-5
/
+0
2019-06-20
make hir::def_kind work with HirId
ljedrz
-5
/
+5
2019-06-20
rename hir::map::name_by_hir_id to ::name
ljedrz
-2
/
+2
2019-06-20
remove hir::map::name
ljedrz
-7
/
+0
2019-06-19
rustc: disallow cloning HIR nodes.
Eduard-Mihai Burtescu
-5
/
+5
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-6
/
+6
2019-06-17
change NodeId to HirId in some HIR docs
ljedrz
-5
/
+5
2019-06-17
simplify ICE handling in HirIdValidator
ljedrz
-12
/
+0
2019-06-17
fix a HIR doc, simplify one HIR-related function call
ljedrz
-1
/
+1
2019-06-17
renamve hir_to_string to node_to_string
ljedrz
-18
/
+18
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-14
/
+14
2019-06-17
replace some uses of NodeId with HirId
ljedrz
-93
/
+8
2019-06-11
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-1
/
+2
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-10
Rollup merge of #59600 - tobia:master, r=pnkfelix
Mazdak Farrokhzad
-2
/
+10
2019-06-06
syntax: Use `Token` in visitors and fix a mut visitor test
Vadim Petrochenkov
-3
/
+3
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-2
/
+2
2019-06-06
Always use token kinds through `token` module rather than `Token` type
Vadim Petrochenkov
-1
/
+1
[next]