about summary refs log tree commit diff
path: root/src/librustc_plugin
AgeCommit message (Expand)AuthorLines
2019-11-17Rename directory `rustc_plugin` -> `rustc_plugin_impl`Vadim Petrochenkov-384/+0
2019-11-17rustc_plugin: Remove the compatibility shimVadim Petrochenkov-22/+0
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-13/+0
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-4/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-1/+3
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-1/+0
2019-10-24rustc_metadata: Move some code aroundVadim Petrochenkov-2/+2
2019-10-24rustc_metadata: Remove unnecessary use of crate store in plugin loaderVadim Petrochenkov-15/+6
2019-10-22Add some documentationMark Rousskov-0/+1
2019-10-17Create lint store during plugin registrationMark Rousskov-45/+5
2019-10-17Take lint passes as constructor functionsMark Rousskov-4/+4
2019-10-17Make get_lints be a static functionMark Rousskov-0/+9
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-3/+4
2019-09-26Rename `Item.node` to `Item.kind`varkor-1/+1
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-1/+0
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-11/+4
2019-08-20Restore the rustc_plugin crate in the sysrootSimon Sapin-1/+1
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-4/+25
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-4/+0
2019-07-13Make `register_[long_]diagnostics` hygienicMatthew Jasper-1/+1
2019-07-07Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasperMazdak Farrokhzad-4/+1
2019-07-07syntax: Remove `NodeId` from `SyntaxExtension`Vadim Petrochenkov-4/+1
2019-07-07Link compiler plugins to rustc_driverJohn Kåre Alsaker-0/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-07-04Rollup merge of #62258 - petrochenkov:idclean, r=CentrilMazdak Farrokhzad-4/+1
2019-07-03Remove needless lifetimesJeremy Stucki-3/+3
2019-07-01syntax: Unsupport `foo! bar { ... }` macros in the parserVadim Petrochenkov-4/+1
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-15/+7
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-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-4/+4
2019-06-10syntax: Remove `SyntaxExtension::DeclMacro`Vadim Petrochenkov-24/+7
2019-06-10syntax: Remove `SyntaxExtension::IdentTT` and `IdentMacroExpander`Vadim Petrochenkov-4/+1
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-3/+5
2019-05-22Restore the old behavior of the rustdoc keyword check + Fix rebaseVadim Petrochenkov-2/+2
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-2/+1
2019-05-13Return a `Symbol` from `name_or_empty` functions.Nicholas Nethercote-5/+5
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-2/+2
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-5/+6
2019-05-05Rollup merge of #60131 - agnxy:doc-link, r=ehussManish Goregaokar-2/+3
2019-04-20Fix broken link in rustc_plugin docAndrew Xu-2/+3
2019-04-17Rename modulesYuki OKUSHI-1/+1
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-0/+0
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-6/+6
2019-03-16Refactor away `NestedMetaItemKind`Vadim Petrochenkov-1/+1
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-2/+2