summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
2020-12-12tidy: Re-enable check for inline unit testsVadim Petrochenkov-27/+26
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-0/+3
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-4/+8
2020-11-17Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakisbors-0/+5
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-3/+39
2020-11-10Indroduce feature flag for RFC-2229Aman Arora-0/+5
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+4
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-3/+39
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-0/+3
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-10-27Add unsized_locals to INCOMPLETE_FEATURES listSantiago Pastorino-0/+1
2020-10-27Add unsized_fn_params featureSantiago Pastorino-0/+3
2020-10-27Rollup merge of #78396 - josephlr:ermsb, r=petrochenkovYuki Okushi-0/+1
2020-10-26Add compiler support for LLVM's x86 ERMSB featureJoe Richey-0/+1
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-0/+9
2020-10-21Mark `repr128` as `incomplete_features`varkor-0/+1
2020-10-21add rustc_allow_const_fn_unstable attributeFlorian Warzecha-0/+9
2020-10-18Remove redundant 'static in the compilerest31-1/+1
2020-10-16Add inline const to INCOMPLETE_FEATURESSantiago Pastorino-0/+1
2020-10-16Add inline_const feature flagSantiago Pastorino-0/+3
2020-10-16Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakisDylan DPC-4/+3
2020-10-08Implement the instruction_set attributexd009642-0/+5
2020-10-05Remove `fn` from feature nameDylan MacKenzie-1/+1
2020-10-05Add `#![feature(const_fn_impl)]`Dylan MacKenzie-0/+3
2020-10-05Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebankDylan DPC-1/+1
2020-10-03Replace "non trivial" with "non-trivial"varkor-1/+1
2020-10-02Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)Harald Hoyer-0/+3
2020-10-02Rollup merge of #76851 - fusion-engineering-forks:fixme-nonzero, r=petrochenkovYuki Okushi-17/+20
2020-10-01Add note about possible future improvementMara Bos-0/+2
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+5
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-1/+0
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+3
2020-09-25Use proper issue for `const_fn_floating_point_arithmetic`Dylan MacKenzie-1/+1
2020-09-25Add `const_fn_floating_point_arithmetic`Dylan MacKenzie-0/+3
2020-09-21Add cfg(target_has_atomic_equal_alignment).Mara Bos-0/+5
2020-09-20Remove MMX from RustMateusz MikuĊ‚a-1/+0
2020-09-17Fix 'FIXME' about using NonZeroU32 instead of u32.Mara Bos-17/+18
2020-09-15Stabilize move_ref_patternAmjad Alsharafi-4/+3
2020-09-14Stabilize doc_alias featureGuillaume Gomez-3/+2
2020-09-10fix tidy, small cleanupBastian Kauschke-1/+1
2020-09-10implement `const_evaluatable_checked` feature MVPBastian Kauschke-1/+5
2020-09-04Implementation of incompatible features errorAmjad Alsharafi-1/+6
2020-09-01driver: replace `lazy_static` by `SyncLazy` from stdmarmeladema-8/+9
2020-09-01feature: replace `lazy_static` by `SyncLazy` from stdmarmeladema-11/+12
2020-08-30mv compiler to compiler/mark-0/+1750