about summary refs log tree commit diff
path: root/src/librustc_plugin/build.rs
AgeCommit message (Expand)AuthorLines
2019-11-17Rename directory `rustc_plugin` -> `rustc_plugin_impl`Vadim Petrochenkov-68/+0
2019-09-26Rename `Item.node` to `Item.kind`varkor-1/+1
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-2/+2
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-2/+2
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-4/+1
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-2/+2
2019-03-02hir: remove NodeId from Itemljedrz-5/+4
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-01-13Querify local plugin_registrar_fnIgor Matuszewski-8/+23
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-16ItemKindcsmoe-1/+1
2017-04-18kill a bunch of one off tasksNiko Matsakis-2/+0
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-0/+3
2016-11-16fallout from separating impl-items from implsNiko Matsakis-0/+3
2016-11-16refactor Visitor into ItemLikeVisitor and intravisit::VisitorNiko Matsakis-3/+3
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-1/+6
2015-12-30use structured errorsNick Cameron-2/+3
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-4/+4
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-0/+57