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-02-24
Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov
Dylan DPC
-16
/
+25
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
2021-07-09
Enhance well-formedness checks for `#[repr(...)]` attributes
Fabian Wolff
-8
/
+96
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2021-04-05
Allow specifying alignment for functions
Wesley Norris
-36
/
+14
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-05
Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis
bors
-11
/
+16
2021-02-21
remove redundant wrapping of return types of allow_internal_unstable() and ru...
Matthias Krüger
-4
/
+4
2021-02-21
remove unneccessary wrapping of return value of allow_unstable(), it would al...
Matthias Krüger
-5
/
+5
2021-02-10
Tweak stability attribute diagnostic output
Esteban Küber
-11
/
+16
2021-02-05
Never MIR inline functions with a different instruction set
Tomasz Miąsko
-1
/
+1
2021-01-30
Rollup merge of #81468 - est31:cfg_version, r=petrochenkov
Yuki Okushi
-4
/
+6
2021-01-29
Treat nightlies for a version as complete
est31
-4
/
+6
2021-01-26
Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank
bors
-3
/
+3
2021-01-24
Replace version_check dependency with own version parsing code
est31
-5
/
+28
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-3
/
+3
2020-12-14
Get rid of `clean::Deprecation`
Joshua Nelson
-1
/
+1
2020-12-01
Created NestedMetaItem::name_value_literal_span method
Guillaume Gomez
-1
/
+1
2020-11-20
Never inline naked functions
Tomasz Miąsko
-1
/
+1
2020-11-02
Improve deprecation attribute diagnostic messages.
Mara Bos
-1
/
+2
2020-11-01
Use the right span for errors about #[deprecated] attributes.
Mara Bos
-11
/
+9
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-30
/
+28
2020-10-21
switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable
Florian Warzecha
-4
/
+21
2020-10-11
Move `PartialOrd` impl out of rustc
Joshua Nelson
-14
/
+0
2020-10-11
Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`
Joshua Nelson
-1
/
+15
2020-10-08
Implement the instruction_set attribute
xd009642
-0
/
+6
2020-09-27
Remove `rustc_allow_const_fn_ptr`
Dylan MacKenzie
-24
/
+7
2020-09-25
Allow multiple allow_internal_unstable attributes
Dániel Buga
-7
/
+14
2020-09-23
Don't use an if guard to check equality with a constant
LingMan
-1
/
+1
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+1083