about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
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
2022-05-30Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errorsbors-3/+4
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-3/+4
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-0/+2
2022-05-29Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbinibors-1/+0
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-1/+1
2022-05-27Finish bumping stage0Mark Rousskov-1/+0
2022-05-25Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkovDylan DPC-0/+2
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-1/+1
2022-05-24RFC3239: Implement compact `cfg(target(..))`Loïc BRANSTETT-0/+2
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-2/+2
2022-05-10change some attrs to `only_local`lcnr-7/+7
2022-05-10only_local: always check for misuselcnr-1/+1
2022-05-10add check and don't encode `#[inline]`lcnr-1/+1
2022-05-10don't encode only locally used attrslcnr-13/+40
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-4/+3
2022-05-06Remove `adx_target_feature` feature from active features listArseniy Pendryak-1/+0
2022-05-05Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkovbors-0/+5
2022-05-05generalize "incoherent impls" impl for custom typeslcnr-0/+5
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+8
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+2
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-3/+3
2022-04-14Use native duplicate attribute checkJacob Pratt-4/+3
2022-04-10Fix crate_type attribute to not warn on duplicatesEric Huss-1/+1
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-0/+2
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-3/+3