about summary refs log tree commit diff
path: root/src/test/ui/feature-gates
AgeCommit message (Expand)AuthorLines
2022-03-01Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillotDylan DPC-162/+193
2022-02-27Lint against more useless `#[must_use]` attributesRuby Lazuli-162/+193
2022-02-24Remove in-band lifetimesMichael Goulet-293/+0
2022-02-21fix testMario Carneiro-2/+2
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-32/+0
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+5
2022-02-17fix impl trait message, bless testsMichael Goulet-12/+6
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-6/+12
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-4/+4
2022-02-17Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c...Matthias Krüger-6/+8
2022-02-16Destabilize cfg(target_has_atomic_load_store = ...)Mark Rousskov-0/+71
2022-02-16Add mentions to `Copy` for `union` fieldsDaniel Henry-Mantilla-6/+8
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+5
2022-02-14Mark `unsafe_pin_internals` as `incomplete`.Daniel Henry-Mantilla-0/+31
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-4/+80
2022-02-10RebaseCharisee-32/+0
2022-02-10Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwcoMatthias Krüger-391/+71
2022-02-09Rollup merge of #91504 - cynecx:used_retain, r=nikicMatthias Krüger-0/+28
2022-02-09Stabilize cfg_target_has_atomicAmanieu d'Antras-391/+71
2022-02-09Add tracking issueNikita Popov-0/+2
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-80/+4
2022-02-07Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-seMara Bos-20/+0
2022-02-07add tests and fix commentscynecx-0/+26
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-80/+4
2022-02-01Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obkbors-8/+1
2022-01-31Add ValuePairs::Terms & Fix compile errorkadmin-8/+1
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-0/+20
2022-01-28remove allow_fail test flagyuhaixin.hx-20/+0
2022-01-26Update tracking issue numbers for inline assembly sub-featuresAmanieu d'Antras-4/+4
2022-01-18Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoeristerMatthias Krüger-29/+2
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-0/+34
2022-01-18Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasperMatthias Krüger-161/+327
2022-01-17Add term to ExistentialProjectionkadmin-0/+34
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-44/+0
2022-01-17Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011bors-9/+11
2022-01-12Bless tests.Camille GILLOT-84/+84
2022-01-12Err about fn traits in a single place.Camille GILLOT-30/+30
2022-01-12Call out to binutils' dlltool for raw-dylib on windows-gnu platforms.Richard Cobbe-29/+2
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-44/+0
2022-01-10expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributesVadim Petrochenkov-9/+11
2022-01-09Mark windows_subsytem and no_builtins as crate-only attributes.Eric Huss-37/+121
2022-01-09Add validation for `link` attribute position.Eric Huss-161/+243
2021-12-23update feature gate testlcnr-3/+44
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-18/+0
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-49/+11
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-30/+0
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-49/+11
2021-12-11Tweak assoc type obligation spansEsteban Kuber-2/+2
2021-12-10bless testsEllen-30/+0
2021-12-06Implement concat_bytes!Smitty-0/+16