about summary refs log tree commit diff
path: root/src/librustc_attr
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1085/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-14Rework `rustc_serialize`Matthew Jasper-10/+10
2020-08-11Introduce `rustc_lexer::is_ident` and use it in couple of placesVadim Petrochenkov-0/+13
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-67/+70
2020-08-08Remove some unnecessary uses of `Option`.Nicholas Nethercote-14/+17
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-5/+5
2020-07-24Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkovYuki Okushi-111/+55
2020-07-22build: Remove unnecessary `build = "build.rs"` annotationsVadim Petrochenkov-1/+0
2020-07-22build: Remove unnecessary `cargo:rerun-if-env-changed` annotationsVadim Petrochenkov-5/+0
2020-07-20Migrate rustc_depr uses to use deprecation attributeMark Rousskov-52/+2
2020-07-20rustc_depr no longer needs to be connected to stabilityMark Rousskov-16/+0
2020-07-20Parse rustc_deprecated as deprecated attributeMark Rousskov-43/+53
2020-07-15Add and use more static symbols.Nicholas Nethercote-4/+4
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-05-11Fix clippy warningsMatthias Krüger-1/+1
2020-05-08Rollup merge of #72017 - ctaggart:wasm2, r=ecstatic-morseDylan DPC-0/+4
2020-05-08Work around ICEs during cross-compilationCameron Taggart-0/+4
2020-05-08Adjust cfg(version) to lang team decisionmibac138-3/+7
2020-05-03Add build script to rustc_attr because of cfg(version)mibac138-0/+5
2020-05-03Add more tests for cfg(version)mibac138-2/+1
2020-05-03Change cfg(version) error message wordingmibac138-3/+3
2020-05-03Implement RFC 2523, `#[cfg(version(..))]`mibac138-13/+54
2020-05-01make Stability docs a bit more readable, and fix some rustdoc warningsTshepang Lekhonkhobe-2/+6
2020-04-24Avoid unused Option::map resultsJosh Stone-2/+2
2020-04-20Remove unused dependenciesShotaro Yamada-1/+0
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-23Split long derive lists into two derive attributes.Ana-Maria Mihalache-46/+8
2020-03-16Other `legacy` -> `macro_rules`Vadim Petrochenkov-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-5/+5
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-1/+1
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-0/+2
2020-02-11Run RustFmtjumbatm-1/+3
2020-02-11Invert control in struct_lint_level.jumbatm-2/+2
2020-02-10Add `#[repr(no_niche)]`.Felix S. Klock II-0/+2
2020-02-06Forbid using `0` as issue numberYuki Okushi-17/+22
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+2
2020-02-011. move allow_internal_unstable to rustc_attrMazdak Farrokhzad-1/+19
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-0/+1082