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
/
compiler
/
rustc_attr
Age
Commit message (
Expand
)
Author
Lines
2022-08-22
Refactor more diagnostics in `rustc_attr`
Hampus Lidin
-48
/
+21
2022-08-22
Refactor diagnostics in `handle_errors` function
Hampus Lidin
-31
/
+224
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-31
Panic when checking an unknown stability attribute
Maybe Waffle
-1
/
+3
2022-07-26
Implement `#[rustc_default_body_unstable]`
Maybe Waffle
-5
/
+26
2022-07-21
avoid embedding StabilityLevel::Unstable reason string into metadata multiple...
klensy
-2
/
+33
2022-07-20
middle: add `implies_by` to `#[unstable]`
David Wood
-1
/
+27
2022-07-20
attr: fix expected meta-item for `#[stable]`
David Wood
-1
/
+1
2022-07-20
attr/passes: comment -> doc comment
David Wood
-3
/
+16
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-14
Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot
bors
-2
/
+27
2022-07-08
fixes post rebase
Jane Losare-Lusby
-1
/
+1
2022-07-08
add opt in attribute for stable-in-unstable items
Jane Lusby
-2
/
+27
2022-07-07
`UnsafeCell` now has no niches, ever.
Oli Scherer
-5
/
+3
2022-06-14
Remove `rustc_deprecated` diagnostics
Jacob Pratt
-28
/
+1
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-2
/
+2
2022-05-24
RFC3239: Implement compact `cfg(target(..))`
Loïc BRANSTETT
-0
/
+20
2022-05-24
Clean up condition evaluation system
Loïc BRANSTETT
-58
/
+64
2022-05-19
Add and use stability helper methods
Jacob Pratt
-0
/
+20
2022-05-10
only_local: always check for misuse
lcnr
-138
/
+141
2022-04-14
Use native duplicate attribute check
Jacob Pratt
-8
/
+0
2022-04-14
Error on `#[rustc_deprecated]`
Jacob Pratt
-2
/
+22
2022-03-20
Rollup merge of #94948 - jhpratt:rustc_deprecated, r=Dylan-DPC
Matthias Krüger
-5
/
+4
2022-03-18
Rollup merge of #94295 - Urgau:cfg-always-eval-all-predicate, r=petrochenkov
Matthias Krüger
-2
/
+10
2022-03-15
Correct meta item diagnostic
Jacob Pratt
-3
/
+3
2022-03-15
Include tracking issue in diagnostic
Jacob Pratt
-2
/
+1
2022-03-10
Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco
Matthias Krüger
-11
/
+24
2022-03-09
Permit `#[deprecated]` in stdlib
Jacob Pratt
-3
/
+6
2022-03-09
New `deprecated_suggestion` feature, use in tests
Jacob Pratt
-5
/
+13
2022-03-05
Improve unexpected_cfgs lint when their is no value expected
Loïc BRANSTETT
-4
/
+3
2022-03-04
Change `rustc_deprecated` to use `note`
Jacob Pratt
-3
/
+5
2022-03-01
Improve allowness of the unexpected_cfgs lint
Loïc BRANSTETT
-5
/
+9
2022-02-24
Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov
Dylan DPC
-16
/
+25
2022-02-23
Always evaluate all cfg predicate in all() and any()
Loïc BRANSTETT
-2
/
+10
2022-02-23
Continue improvements on the --check-cfg implementation
Loïc BRANSTETT
-22
/
+17
2022-02-22
Improve diagnostic of the unexpected_cfgs lint
Loïc BRANSTETT
-2
/
+13
2022-02-22
Improve CheckCfg internal representation
Loïc BRANSTETT
-14
/
+17
2022-02-20
Rollup merge of #94146 - est31:let_else, r=cjgillot
Matthias Krüger
-14
/
+10
2022-02-19
Adopt let else in more places
est31
-14
/
+10
2022-02-16
Implement --check-cfg option (RFC 3013)
Loïc BRANSTETT
-3
/
+28
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-1
/
+1
2022-02-02
More let_else adoptions
est31
-71
/
+69
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-3
/
+3
2021-11-30
re-format with new rustfmt
Mark Rousskov
-2
/
+4
2021-10-16
Correct typo
nhamovitz
-1
/
+1
2021-10-03
Move some HashStable impls.
Camille GILLOT
-3
/
+3
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-16
/
+9
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-44
/
+0
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
[prev]
[next]