about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-23Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease许杰友 Jieyou Xu (Joe)-2/+53
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-31/+55
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-18/+415
2024-11-23Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errorsbors-217/+543
2024-11-22Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxuMichael Goulet-7/+7
2024-11-22Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiserMichael Goulet-0/+48
2024-11-22Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmeaseMichael Goulet-7/+38
2024-11-22Rollup merge of #132658 - estebank:const-in-pattern-typo, r=NadrierilMichael Goulet-0/+123
2024-11-22Rollup merge of #132090 - compiler-errors:baily, r=lcnrMichael Goulet-203/+327
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-74/+237
2024-11-22Auto merge of #133349 - ehuss:stabilize-2024, r=traviscross,compiler-errorsbors-330/+304
2024-11-22Stabilize the 2024 editionEric Huss-330/+304
2024-11-22Check drop is trivial before checking ty needs dropMichael Goulet-177/+46
2024-11-22Pretty print AsyncFn traits tooMichael Goulet-6/+37
2024-11-22Deduplicate checking drop terminatorMichael Goulet-14/+15
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-26/+243
2024-11-22Implement ~const Destruct in new solverMichael Goulet-23/+99
2024-11-22Diagnostic for using macro_rules macro as attr/deriveclubby789-28/+18
2024-11-22Simplify logic a bitMichael Goulet-1/+1
2024-11-22Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxubors-10/+18
2024-11-22Rollup merge of #133323 - compiler-errors:bail-if-self-var, r=lcnr许杰友 Jieyou Xu (Joe)-0/+16
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-3/+3
2024-11-22Bail in effects in old solver if self ty is ty varMichael Goulet-0/+16
2024-11-22Simplify fulfill_implicationMichael Goulet-10/+2
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-3/+3
2024-11-21Implement the unsafe-fields RFC.Luca Versari-18/+415
2024-11-21Rollup merge of #133078 - matthiaskrgr:uiuiui, r=davidtwcoMatthias Krüger-11/+11
2024-11-21Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwUMatthias Krüger-12/+43
2024-11-21Rollup merge of #131586 - taiki-e:s390x-vector-abi, r=compiler-errors,uweigandMatthias Krüger-0/+829
2024-11-21Rollup merge of #131544 - nbdd0121:asm_goto_safe_block, r=petrochenkovMatthias Krüger-0/+37
2024-11-21Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebankMatthias Krüger-0/+96
2024-11-21Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-deadMatthias Krüger-5/+75
2024-11-21Rollup merge of #132207 - compiler-errors:tweak-res-mod-segment, r=petrochenkovMatthias Krüger-3/+53
2024-11-21Stop being so bail-y in candidate assemblyMichael Goulet-203/+327
2024-11-20Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgrbors-86/+341
2024-11-20Update tests/run-make/unstable-feature-usage-metrics/rmake.rsJane Losare-Lusby-3/+3
2024-11-20aarch64 softfloat target: always pass floats in int registersRalf Jung-0/+48
2024-11-20unstable feature usage metricsJane Losare-Lusby-0/+96
2024-11-20Rollup merge of #133226 - compiler-errors:opt-in-pointer-like, r=lcnrMatthias Krüger-38/+104
2024-11-20Rollup merge of #132708 - estebank:const-as-binding, r=NadrierilMatthias Krüger-48/+237
2024-11-20Store resolution for self and crate root module segmentsMichael Goulet-3/+53
2024-11-20Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakisbors-112/+649
2024-11-20Detect const in pattern with typoEsteban Küber-0/+123
2024-11-20Make PointerLike opt-in as a traitMichael Goulet-38/+104
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-112/+649
2024-11-20Rollup merge of #133216 - compiler-errors:const-fn, r=lcnrJacob Pratt-90/+58
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-17/+44
2024-11-20Auto merge of #133194 - khuey:master, r=jieyouxubors-0/+8246
2024-11-19Implement ~const Fn trait goals in the new solverMichael Goulet-90/+58
2024-11-19Implement ~const opaquesMichael Goulet-5/+75