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
/
test
/
ui
/
feature-gate
Age
Commit message (
Expand
)
Author
Lines
2021-01-12
Put all feature gate tests under `feature-gates/`
Camelid
-12
/
+0
2021-01-01
Allow references to interior mutable data behind a feature gate
oli
-0
/
+12
2021-01-01
Move feature gate-related tests
Yuki Okushi
-3329
/
+0
2020-11-20
rustc_expand: Mark inner `#![test]` attributes as soft-unstable
Vadim Petrochenkov
-1
/
+2
2020-10-04
Enforce crate level attributes checks
Guillaume Gomez
-345
/
+305
2020-10-03
Strenghten tests for crate-level attributes check
Guillaume Gomez
-18
/
+107
2020-10-03
Run attributes check at crate level
Guillaume Gomez
-292
/
+293
2020-09-12
Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj...
bors
-379
/
+766
2020-09-08
Update tests
Guillaume Gomez
-5
/
+6
2020-09-05
Emit warnings on misplaced #[no_mangle]
Caleb Zulawski
-138
/
+202
2020-09-05
Emit warnings for misplaced attributes used by some crates
Caleb Zulawski
-433
/
+501
2020-09-05
Check placement of more attributes
Caleb Zulawski
-305
/
+560
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+4
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-3
/
+3
2020-02-06
Forbid using `0` as issue number
Yuki Okushi
-4
/
+12
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-2
/
+2
2020-01-30
clarify "incorrect issue" error
Andy Russell
-5
/
+7
2020-01-24
Normalise notes with the/is
varkor
-2
/
+2
2020-01-16
Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril
Dylan DPC
-14
/
+14
2020-01-13
Fix crate paths in comments
Yuki Okushi
-1
/
+1
2020-01-12
Fix formatting ellipses at the end of some diagnostics
varkor
-2
/
+2
2020-01-12
Add backticks in appropriate places
varkor
-12
/
+12
2020-01-09
Update tests
Vadim Petrochenkov
-12
/
+54
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-5
/
+5
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-17
/
+5
2019-12-13
Reuse the `staged_api` feature for `rustc_const_unstable`
Oliver Scherer
-4
/
+0
2019-11-11
support issue = "none" in unstable attributes
Ross MacArthur
-0
/
+21
2019-11-08
Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk
Mazdak Farrokhzad
-4
/
+4
2019-11-06
ill_formed_attribute_input -> deny
Mazdak Farrokhzad
-4
/
+4
2019-11-04
Use check-pass in ui tests where appropriate
Tomasz Miąsko
-1
/
+1
2019-11-02
Update error annotations in tests that successfully compile
Tomasz Miąsko
-202
/
+208
2019-10-29
stabilize cfg(doctest)
Guillaume Gomez
-16
/
+0
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+1
2019-10-17
Plugins deprecation: don’t suggest simply removing the attribute
Simon Sapin
-12
/
+12
2019-10-03
plugin_registrary: use normal deprecation instead of hard coded warning.
Mazdak Farrokhzad
-205
/
+244
2019-09-28
Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank
Mazdak Farrokhzad
-21
/
+24
2019-09-27
Update ui tests
Guillaume Gomez
-21
/
+24
2019-09-14
Warn on no_start, crate_id attribute use
Mark Rousskov
-2
/
+16
2019-09-08
Improve wording.
Charles Lew
-2
/
+2
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-17
/
+7
2019-08-29
Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper
Mazdak Farrokhzad
-16
/
+7
2019-08-27
resolve: Block expansion of a derive container until all its derives are reso...
Vadim Petrochenkov
-16
/
+7
2019-08-24
move `feature-gate-or_patterns.*` -> `ui/or-patterns/`
Mazdak Farrokhzad
-21
/
+0
2019-08-17
initial implementation of or-pattern parsing
Dan Robertson
-0
/
+21
2019-07-31
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Vadim Petrochenkov
-197
/
+198
2019-07-30
Adjust tests. wrt. await_macro being removed.
Mazdak Farrokhzad
-24
/
+0
2019-07-26
Introduce built-in macros through libcore
Vadim Petrochenkov
-41
/
+14
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-0
/
+20
2019-07-24
Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_...
bors
-2
/
+2
2019-07-24
Demote template check error to a lint for `#[test]` and `#[bench]`
Vadim Petrochenkov
-6
/
+14
[next]