| Age | Commit message (Expand) | Author | Lines |
| 2022-06-01 | Add #[rustc_box] | est31 | -0/+6 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -3/+4 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -3/+4 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -1/+1 |
| 2022-05-10 | change some attrs to `only_local` | lcnr | -7/+7 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -1/+1 |
| 2022-05-10 | add check and don't encode `#[inline]` | lcnr | -1/+1 |
| 2022-05-10 | don't encode only locally used attrs | lcnr | -11/+37 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -4/+3 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -0/+5 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -0/+5 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+6 |
| 2022-04-14 | Use native duplicate attribute check | Jacob Pratt | -4/+3 |
| 2022-04-10 | Fix crate_type attribute to not warn on duplicates | Eric Huss | -1/+1 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+8 |
| 2022-03-15 | Add deprecated_safe feature gate and attribute, cc #94978 | skippy10110 | -0/+5 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -1/+1 |
| 2022-03-03 | Generalize `get_nullable_type` to allow types where null is all-ones. | Dan Gohman | -3/+3 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -0/+4 |
| 2022-02-21 | fix names in feature(...) suggestion | Mario Carneiro | -1/+1 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -1/+0 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+1 |
| 2022-02-10 | updating the feature-gate listing and do not require the feature-gate to use ... | Charisee | -1/+0 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -4/+2 |
| 2022-02-09 | Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -1/+1 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -4/+2 |
| 2022-02-08 | Remove obsolete no-op #[main] attribute from compiler. | Jeremy Banks | -1/+0 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -1/+0 |
| 2022-02-07 | add tests and fix comments | cynecx | -1/+1 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+3 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -1/+0 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -1/+0 |
| 2022-01-27 | update pass_by_value | lcnr | -1/+1 |
| 2022-01-21 | Implement stable with negative coherence mode | Santiago Pastorino | -0/+1 |
| 2022-01-18 | Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasper | Matthias Krüger | -2/+2 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+6 |
| 2022-01-11 | rustc_pass_by_value: allow types with no parameters on self | Mahdi Dibaiee | -1/+1 |
| 2022-01-09 | Mark windows_subsytem and no_builtins as crate-only attributes. | Eric Huss | -2/+2 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+5 |
| 2022-01-09 | Apply suggestions from code review | Waffle Maybe | -1/+1 |
| 2022-01-09 | Implement `#[rustc_must_implement_one_of]` attribute | Maybe Waffle | -0/+6 |
| 2021-11-18 | Check for duplicate attributes. | Eric Huss | -155/+272 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -1/+0 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -24/+41 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -3/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+3 |
| 2021-10-22 | Add rustc_strict_coherence attribute and use it to check overlap | Santiago Pastorino | -0/+1 |