summary refs log tree commit diff
path: root/src/librustc_hir/intravisit.rs
AgeCommit message (Expand)AuthorLines
2020-05-18Add asm! to HIRAmanieu d'Antras-0/+21
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-3/+4
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-27Auto merge of #68404 - Amanieu:llvm-asm, r=estebankbors-1/+1
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-1/+1
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-0/+5
2020-03-22Tweak output for invalid negative impl errorsEsteban Küber-0/+1
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-0/+19
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-0/+19
2020-03-15More Method->Fn renamingMark Mansi-3/+3
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-9/+9
2020-03-15Rollup merge of #69988 - petrochenkov:nomacrodef, r=CentrilMazdak Farrokhzad-1/+1
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-7/+7
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-2/+2
2020-03-14rustc_metadata: Remove `rmeta::MacroDef`Vadim Petrochenkov-1/+1
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-1/+1
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-2/+2
2020-01-19Add `constness` field to `hir::ItemKind::Impl`Dylan MacKenzie-0/+1
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-4/+12
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-2/+2
2020-01-08intravisit: use walk_list! moreMazdak Farrokhzad-27/+9
2020-01-08{rustc::hir -> rustc_hir}::intravisitMazdak Farrokhzad-0/+1183