about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-02-20Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav...bors-26/+26
2024-02-20Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnrbors-64/+23
2024-02-20Rollup merge of #121233 - Zalathar:extra-directives, r=oli-obkNilstrieb-49/+43
2024-02-20Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnrNilstrieb-32/+26
2024-02-20Auto merge of #120628 - workingjubilee:reimpl-meaningful-test-name-lint, r=co...bors-9/+4462
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-2/+2
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-64/+23
2024-02-19Remove suspicious auto trait lintSantiago Pastorino-32/+26
2024-02-19Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-02-19Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.Nicholas Nethercote-24/+24
2024-02-18Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstriebbors-2/+3
2024-02-18Add `Future` and `IntoFuture` to the 2024 preludeNilstrieb-1/+1
2024-02-18Dyn erase at call siteDavid Thomas-2/+2
2024-02-18Reduce monomorphisation bloat in small_c_stringDavid Thomas-0/+1
2024-02-18Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrumbors-2/+3
2024-02-18Auto merge of #117772 - surechen:for_117448, r=petrochenkovbors-35/+20
2024-02-18tidy: add windows-coreklensy-0/+1
2024-02-18windows bump to 0.52klensy-1/+1
2024-02-18opt-dist: bump derive_builder to dedupe darling* and remove one more syn 1.* depklensy-1/+1
2024-02-18Auto merge of #121255 - lnicola:sync-from-ra, r=lnicolabors-1959/+7095
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-35/+20
2024-02-18Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJungbors-6/+6
2024-02-18Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-raLaurențiu Nicola-1959/+7095
2024-02-17Remove old issues.txt entries with --blessJubilee Young-124/+97
2024-02-17Implement --bless for the issues lintJubilee Young-8/+33
2024-02-18Improve wording of static_mut_refObei Sideg-6/+6
2024-02-18Auto merge of #121214 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-02-17Update cargoWeihang Lo-0/+0
2024-02-18Move the extra directives for `Mode::CoverageRun` into `iter_header`Zalathar-39/+21
2024-02-18Wrap `iter_header` callback arguments in a documentable structZalathar-12/+24
2024-02-17Grandfather new questionably-named testsJubilee Young-1387/+1519
2024-02-17Suggest pattern in meaningful test diagnosticJubilee Young-4/+4
2024-02-17Reapply "add tidy check that forbids issue ui test filenames"Jubilee Young-6/+4329
2024-02-17Auto merge of #121240 - matthiaskrgr:rollup-lfb5i9w, r=matthiaskrgrbors-3/+14
2024-02-17Rollup merge of #121231 - matthiaskrgr:cloone, r=compiler-errorsMatthias Krüger-2/+2
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-1/+12
2024-02-17Auto merge of #120023 - klensy:tidy-alloc, r=Mark-Simulacrumbors-14/+24
2024-02-17Auto merge of #121232 - RalfJung:miri, r=RalfJungbors-263/+2116
2024-02-17remove a couple of redundant clonesMatthias Krüger-2/+2
2024-02-17compiletest: fix regex rebuildsklensy-2/+4
2024-02-17tidy: wrap regexes with lazy_staticklensy-12/+20
2024-02-17Merge from rustcThe Miri Conjob Bot-324/+593
2024-02-17Enable `ConstPropLint` for promotedsGurinder Singh-1/+6
2024-02-17Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-02-16Implement x86 AVX intrinsicsEduardo Sánchez Muñoz-50/+1844
2024-02-16Implement infra support for migrating from `//` to `//@` ui test directives许杰友 Jieyou Xu (Joe)-302/+571
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-2/+2
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-20/+20
2024-02-16fmtThe Miri Conjob Bot-28/+7
2024-02-16Merge from rustcThe Miri Conjob Bot-36/+45