about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-12/+14
2022-03-23Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPCDylan DPC-1/+1
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-2/+147
2022-03-22Fixup aarch64 smoke testJubilee Young-5/+4
2022-03-22Test SVE2 includes NEON and not vice versaJubilee Young-0/+58
2022-03-22Test NEON compilesJubilee Young-0/+24
2022-03-22Filter for all features instead of anyJubilee Young-0/+64
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-2/+2
2022-03-22Modernize `alloc-no-oom-handling` testMiguel Ojeda-1/+1
2022-03-22Rollup merge of #95200 - TaKO8Ki:cancel-not-emitted-error-when-parsing-generi...Dylan DPC-0/+13
2022-03-22Rollup merge of #95197 - frank-king:feat/unary_op_type_constrain, r=petrochenkovDylan DPC-2/+36
2022-03-22cancel a not emitted error after parsing const generic argsTakayuki Maeda-0/+13
2022-03-22suggest constraining param for unary ops when missing trait implFrank King-2/+36
2022-03-22Auto merge of #95127 - notriddle:notriddle/option-content-move-from-tuple-mat...bors-0/+24
2022-03-21Rollup merge of #95175 - lcnr:adt_const_params-tracking-issue, r=Dylan-DPCMatthias Krüger-41/+3
2022-03-21Rollup merge of #95166 - Urgau:check-cfg-values-unstable-book, r=petrochenkovMatthias Krüger-3/+5
2022-03-21Rollup merge of #95129 - GuillaumeGomez:rm-source-sidebar-animation, r=jshaMatthias Krüger-8/+0
2022-03-21Rollup merge of #95116 - bjorn3:cg_clif_test_fixes, r=Dylan-DPCMatthias Krüger-88/+107
2022-03-21Rollup merge of #95085 - ouz-a:master5, r=jackh726Matthias Krüger-1/+50
2022-03-21Add needs-asm-support directive to tests where necessarybjorn3-68/+80
2022-03-21Return err instead of ICEouz-a-1/+50
2022-03-21move `adt_const_params` to its own tracking issuelcnr-41/+3
2022-03-21Auto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3bors-54/+107
2022-03-21Don't run UB in test suiteSmitty-54/+107
2022-03-21Update unstable book with the new `values()` form for check-cfgLoïc BRANSTETT-3/+5
2022-03-21Auto merge of #95104 - compiler-errors:remove-ascription, r=davidtwcobors-0/+80
2022-03-20Auto merge of #95148 - matthiaskrgr:rollup-jsb1ld9, r=matthiaskrgrbors-1/+18
2022-03-20Rollup merge of #95135 - TaKO8Ki:fix-not-emitted-unmatched-angle-bracket-erro...Matthias Krüger-0/+17
2022-03-20Rollup merge of #95131 - ehuss:fix-metadata-filename, r=bjorn3Matthias Krüger-1/+1
2022-03-20Auto merge of #95144 - RalfJung:miri, r=RalfJungbors-8/+8
2022-03-20update MiriRalf Jung-8/+8
2022-03-20Add once_cell as allowed cg_clif dependencybjorn3-0/+1
2022-03-20fix a not emitted unmatched angle bracket errorTakayuki Maeda-0/+17
2022-03-20Rollup merge of #94948 - jhpratt:rustc_deprecated, r=Dylan-DPCMatthias Krüger-1/+1
2022-03-20Auto merge of #95063 - tromey:fix-94458-gdb-char, r=Mark-Simulacrumbors-8/+25
2022-03-19Fix docs for default rmeta filename.Eric Huss-1/+1
2022-03-20Auto merge of #94976 - jclulow:solaris-festival, r=Mark-Simulacrumbors-8/+12
2022-03-19diagnostics: do not give Option::as_ref suggestion for complex matchMichael Howell-0/+24
2022-03-19Auto merge of #95103 - ehuss:update-cargo, r=ehussbors-0/+0
2022-03-19Remove animation on source sidebarGuillaume Gomez-8/+0
2022-03-19Add needs-unwind directive to tests where necessarybjorn3-20/+27
2022-03-19Rollup merge of #95109 - Urgau:check-cfg-all-any, r=petrochenkovDylan DPC-1/+117
2022-03-19Rollup merge of #95072 - tromey:parallel-debug-tests, r=tmiaskoDylan DPC-5/+0
2022-03-19Extend --check-cfg tests to all predicate inside all/anyLoïc BRANSTETT-1/+117
2022-03-18suggest removing type ascription in bad positionMichael Goulet-0/+80
2022-03-18Update cargoEric Huss-0/+0
2022-03-18Rollup merge of #94848 - GuillaumeGomez:browser-ui-test-version, r=Mark-Simul...Matthias Krüger-19/+51
2022-03-18Rollup merge of #94295 - Urgau:cfg-always-eval-all-predicate, r=petrochenkovMatthias Krüger-0/+45
2022-03-18Re-enable parallel debuginfo testsTom Tromey-5/+0
2022-03-18Run rustdoc GUI tests when browser-ui-test version is updatedGuillaume Gomez-0/+1