about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
AgeCommit message (Expand)AuthorLines
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-8/+5
2024-04-24Stabilise `inline_const`Gary Guo-2/+2
2024-04-24Add explicit syntax for coroutines instead of relying on closures having `yie...Oli Scherer-0/+6
2024-04-23Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwcoMatthias Krüger-1/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-17consistency rename: language item -> lang itemRalf Jung-1/+1
2024-04-16Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri...Guillaume Gomez-0/+2
2024-04-16Rollup merge of #123535 - Jules-Bertholet:mut_dont_reset_binding_mode_2024, r...Matthias Krüger-0/+2
2024-04-15Match ergonomics 2024: Implement eat-one-layerJules Bertholet-0/+2
2024-04-15Mark gate as incompleteJules Bertholet-1/+1
2024-04-15Rename feature gateJules Bertholet-1/+1
2024-04-15Match ergonomics 2024: `mut` doesn't reset binding modeJules Bertholet-0/+2
2024-04-15Validation and other thingsMichael Goulet-2/+2
2024-04-15Parsing , pre-lowering support for precise capturesMichael Goulet-0/+2
2024-04-11remove some things that do not need to beMatthias Krüger-1/+1
2024-04-08Set the correct tracking issue for pattern typesOli Scherer-1/+1
2024-04-08Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errorsbors-0/+2
2024-04-08Rollup merge of #120144 - petrochenkov:unty, r=davidtwcoMatthias Krüger-2/+2
2024-04-08Add pattern types to parserOli Scherer-0/+2
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-0/+3
2024-04-02Address review commentsJules Bertholet-2/+2
2024-03-30Implement "&<pat> everywhere"Jules Bertholet-0/+2
2024-03-29Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrierilbors-0/+2
2024-03-27Feature gateJules Bertholet-0/+2
2024-03-27Eliminate `UbCheck` for non-standard librariesDianQK-0/+4
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-0/+2
2024-03-22Rollup merge of #122843 - WaffleLapkin:semicolon-vs-the-never, r=compiler-errorsMatthias Krüger-2/+5
2024-03-21Change syntax of the never type attribute thingyMaybe Waffle-2/+5
2024-03-20Add barest-bones deref patternsNadrieril-0/+2
2024-03-19branch 1.78: replace-version-placeholderMark Rousskov-11/+11
2024-03-19Rollup merge of #122695 - surechen:make_only_local_explict_argument, r=lcnrMatthias Krüger-203/+273
2024-03-19Change only_local to enum type and change the macros to always require a vari...surechen-203/+273
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-2/+2
2024-03-18Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnrMatthias Krüger-2/+2
2024-03-16Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...bors-0/+4
2024-03-15Add `rustc_never_type_mode = "no_fallback"`Maybe Waffle-1/+1
2024-03-15Add `rustc_never_type_mode` crate-level attribute to allow experimentingMaybe Waffle-0/+7
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-0/+4
2024-03-14change some attribute to only_localsurechen-18/+55
2024-03-13privacy: Stabilize lint `unnameable_types`Vadim Petrochenkov-2/+2
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-0/+2
2024-03-10diagnostics: Do not suggest using `#[unix_sigpipe]` without a valueMartin Nordholts-1/+1
2024-03-08Stabilize associated type boundsMichael Goulet-2/+2
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+2
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-2/+2
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-2/+2
2024-03-06Stabilize `imported_main`clubby789-2/+2
2024-03-05Add postfix-match experimental featureRoss Smyth-0/+2
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-2/+2
2024-03-05Rollup merge of #122014 - surechen:change_attributes_to_local_20240304, r=lcnrMatthias Krüger-13/+26