about summary refs log tree commit diff
path: root/compiler/rustc_feature
AgeCommit message (Expand)AuthorLines
2022-09-11move generator_clone feature definitionAndrew Cann-2/+2
2022-09-11add generator_clone feature gateAndrew Cann-0/+2
2022-09-10Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiserbors-5/+2
2022-09-09Stabilze raw-dylib for non-x86Daniel Paoliello-5/+2
2022-09-09Lower RPITIT to ImplTraitPlaceholder itemMichael Goulet-0/+2
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-0/+8
2022-09-06get_attr should check that no duplicates are allowedyukang-2/+10
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-0/+3
2022-09-01Sort tests at compile time, not at startupBen Kimock-1/+1
2022-08-31add TestReachabilityVisitorBryanskiy-0/+1
2022-08-30Stabilize GATsJack Huey-2/+2
2022-08-30Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPCbors-6/+3
2022-08-29Revert let_chains stabilizationNilstrieb-2/+2
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+3
2022-08-28Remove `register_attr` featureYuki Okushi-6/+3
2022-08-27Adjust label break value stabilization version to CURRENT_RUSTC_VERSIONest31-1/+1
2022-08-26Implementation of import_name_typeDaniel Paoliello-1/+1
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-2/+2
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-08-15Add missing closing quoteRageking8-1/+1
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+4
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+6
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-0/+3
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+4
2022-07-16Stabilize `let_chains`Caio-2/+2
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-0/+3
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-0/+2
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-0/+2
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-1/+1
2022-07-13remove untagged_union feature gateRalf Jung-7/+3
2022-07-13Add feature gate.Camille GILLOT-0/+2
2022-07-12Parse closure bindersMaybe Waffle-0/+2
2022-07-08add opt in attribute for stable-in-unstable itemsJane Lusby-0/+3
2022-07-07`UnsafeCell` now has no niches, ever.Oli Scherer-3/+0
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-3/+3
2022-06-14Remove `rustc_deprecated` diagnosticsJacob Pratt-5/+0
2022-06-14Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obkDylan DPC-0/+3
2022-06-13Rollup merge of #97999 - compiler-errors:type_changin_struct_update_is_probab...Matthias Krüger-1/+1
2022-06-13Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p...Matthias Krüger-2/+3
2022-06-11Make type_changing_struct_update no longer incompleteMichael Goulet-1/+1
2022-06-11Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisaDylan DPC-2/+2
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+3
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-4/+5
2022-06-08Remove the `infer_static_outlives_requirements` featureYuki Okushi-2/+3
2022-06-07Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnrbors-0/+2
2022-06-06Deactivate feature gate explicit_generic_args_with_impl_traitNick Cameron-2/+2
2022-06-03Fully stabilize NLLJack Huey-2/+2
2022-06-02Auto merge of #97654 - Dylan-DPC:rollup-w6zrzxf, r=Dylan-DPCbors-0/+2
2022-06-02Basic compiler infraCaio-0/+2
2022-06-01Add #[rustc_box]est31-0/+6