about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-07Disallow enabling features without their implied featuresCaleb Zulawski-23/+11
2024-08-07Fix typoCaleb Zulawski-1/+1
2024-08-07Hide implicit target features from diagnostics when possibleCaleb Zulawski-43/+89
2024-08-07Add implied features to non-target-feature functionsCaleb Zulawski-9/+25
2024-08-07Remove redundant implied featuresCaleb Zulawski-36/+6
2024-08-07Don't use LLVM to compute -Ctarget-featureCaleb Zulawski-112/+120
2024-08-07Don't use LLVM's target featuresCaleb Zulawski-39/+84
2024-08-07Refactor and fill out target feature listsCaleb Zulawski-360/+293
2024-08-07Bless testsCaleb Zulawski-5/+5
2024-08-07Add +sse4.2 due to #128426Caleb Zulawski-4/+4
2024-08-07Add missing featuresCaleb Zulawski-0/+26
2024-08-07Fix codegen testsCaleb Zulawski-5/+5
2024-08-07Add test to ensure implied target features work with asm, and fix failing testsCaleb Zulawski-49/+44
2024-08-07Add implied target features to target_feature attributeCaleb Zulawski-31/+113
2024-08-07Auto merge of #128761 - matthiaskrgr:rollup-5p1mlqq, r=matthiaskrgrbors-1383/+2066
2024-08-07Rollup merge of #128751 - devnexen:vxworks_set_thread_name, r=tgross35Matthias Krüger-3/+30
2024-08-07Rollup merge of #128718 - jieyouxu:check-cfg_attr, r=nnethercoteMatthias Krüger-0/+170
2024-08-07Rollup merge of #128710 - ChrisDenton:null, r=jieyouxuMatthias Krüger-3/+20
2024-08-07Rollup merge of #128692 - tgross35:update-triagebot, r=Mark-SimulacrumMatthias Krüger-0/+8
2024-08-07Rollup merge of #128687 - RalfJung:interpret-call-refactor, r=WaffleLapkinMatthias Krüger-1330/+1354
2024-08-07Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubileeMatthias Krüger-0/+2
2024-08-07Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-SimulacrumMatthias Krüger-0/+55
2024-08-07Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieuMatthias Krüger-4/+218
2024-08-07Rollup merge of #124944 - estebank:multiple-crate-versions, r=fee1-deadMatthias Krüger-43/+209
2024-08-06Auto merge of #128748 - matthiaskrgr:rollup-dzvi5f7, r=matthiaskrgrbors-61/+234
2024-08-06std::thread: set_name implementation proposal for vxWorks.David Carlier-3/+30
2024-08-06fix testEsteban Küber-15/+19
2024-08-06Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddleMatthias Krüger-0/+26
2024-08-06Rollup merge of #128720 - y21:issue119620, r=compiler-errorsMatthias Krüger-19/+36
2024-08-06Rollup merge of #128693 - notriddle:notriddle/impl-disambiguator-2024, r=Guil...Matthias Krüger-7/+52
2024-08-06Rollup merge of #128685 - bjorn3:rust_src_remove_leftover, r=onur-ozkanMatthias Krüger-4/+0
2024-08-06Rollup merge of #128517 - clubby789:overflowing-lit-span, r=petrochenkovMatthias Krüger-9/+13
2024-08-06Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwcoMatthias Krüger-14/+98
2024-08-06Rollup merge of #128369 - GrigorenkoPV:let-underscore-translatable, r=davidtwcoMatthias Krüger-8/+9
2024-08-06Move test to be make instead of uiEsteban Küber-132/+47
2024-08-06Change test to be only-linux and ignore-wasm32Esteban Küber-3/+4
2024-08-06fix rebaseEsteban Küber-2/+3
2024-08-06Add `help` about using `cargo tree`Esteban Küber-11/+14
2024-08-06Add test for mixing types from two incompatible crate versionsEsteban Küber-0/+133
2024-08-06On trait bound mismatch, detect multiple crate versions in dep treeEsteban Küber-39/+124
2024-08-06Maintain highlighting in `note` and `help` even when they have a spanEsteban Küber-2/+26
2024-08-06Add regression test for #69264Guillaume Gomez-0/+24
2024-08-06Fix rustdoc missing handling of `remap-path-prefix` optionGuillaume Gomez-0/+2
2024-08-06rustdoc-search: account for numeric disambiguators on implsMichael Howell-7/+52
2024-08-06various cleanups based on reviewRalf Jung-55/+54
2024-08-06Auto merge of #128245 - Oneirical:total-linkage-ownage, r=jieyouxubors-36/+63
2024-08-06make some Frame fields more privateRalf Jung-21/+25
2024-08-06interpret: refactor function call handling to be better-abstractedRalf Jung-1313/+1334
2024-08-06Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwcobors-14/+34
2024-08-06check_attr: treat cfg_attr like cfg许杰友 Jieyou Xu (Joe)-0/+1