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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_attr
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-1085
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-14
Rework `rustc_serialize`
Matthew Jasper
-10
/
+10
2020-08-11
Introduce `rustc_lexer::is_ident` and use it in couple of places
Vadim Petrochenkov
-0
/
+13
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-67
/
+70
2020-08-08
Remove some unnecessary uses of `Option`.
Nicholas Nethercote
-14
/
+17
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-5
/
+5
2020-07-24
Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkov
Yuki Okushi
-111
/
+55
2020-07-22
build: Remove unnecessary `build = "build.rs"` annotations
Vadim Petrochenkov
-1
/
+0
2020-07-22
build: Remove unnecessary `cargo:rerun-if-env-changed` annotations
Vadim Petrochenkov
-5
/
+0
2020-07-20
Migrate rustc_depr uses to use deprecation attribute
Mark Rousskov
-52
/
+2
2020-07-20
rustc_depr no longer needs to be connected to stability
Mark Rousskov
-16
/
+0
2020-07-20
Parse rustc_deprecated as deprecated attribute
Mark Rousskov
-43
/
+53
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-4
/
+4
2020-06-02
Make things build again
Vadim Petrochenkov
-1
/
+1
2020-05-11
Fix clippy warnings
Matthias Krüger
-1
/
+1
2020-05-08
Rollup merge of #72017 - ctaggart:wasm2, r=ecstatic-morse
Dylan DPC
-0
/
+4
2020-05-08
Work around ICEs during cross-compilation
Cameron Taggart
-0
/
+4
2020-05-08
Adjust cfg(version) to lang team decision
mibac138
-3
/
+7
2020-05-03
Add build script to rustc_attr because of cfg(version)
mibac138
-0
/
+5
2020-05-03
Add more tests for cfg(version)
mibac138
-2
/
+1
2020-05-03
Change cfg(version) error message wording
mibac138
-3
/
+3
2020-05-03
Implement RFC 2523, `#[cfg(version(..))]`
mibac138
-13
/
+54
2020-05-01
make Stability docs a bit more readable, and fix some rustdoc warnings
Tshepang Lekhonkhobe
-2
/
+6
2020-04-24
Avoid unused Option::map results
Josh Stone
-2
/
+2
2020-04-20
Remove unused dependencies
Shotaro Yamada
-1
/
+0
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-23
Split long derive lists into two derive attributes.
Ana-Maria Mihalache
-46
/
+8
2020-03-16
Other `legacy` -> `macro_rules`
Vadim Petrochenkov
-2
/
+2
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-5
/
+5
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-29
use .to_string() instead of format!() macro to create strings
Matthias Krüger
-1
/
+1
2020-02-11
Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli
bors
-0
/
+2
2020-02-11
Run RustFmt
jumbatm
-1
/
+3
2020-02-11
Invert control in struct_lint_level.
jumbatm
-2
/
+2
2020-02-10
Add `#[repr(no_niche)]`.
Felix S. Klock II
-0
/
+2
2020-02-06
Forbid using `0` as issue number
Yuki Okushi
-17
/
+22
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-1
/
+2
2020-02-01
1. move allow_internal_unstable to rustc_attr
Mazdak Farrokhzad
-1
/
+19
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-0
/
+1082