about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-01-23Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...Caleb Zulawski-164/+120
2021-01-03Implement floating point SIMD intrinsics over all vector widths, and limit SI...Caleb Zulawski-4/+57
2021-01-02Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514bors-103/+111
2021-01-02Rollup merge of #80613 - bugadani:issue-80607, r=matthewjasperMara Bos-0/+24
2021-01-02Rollup merge of #80574 - jyn514:clean-bootstrap, r=Mark-SimulacrumMara Bos-0/+1
2021-01-02Rollup merge of #80546 - matthiaskrgr:rustdoclippy, r=LingManMara Bos-88/+58
2021-01-02Print actual enum variantDániel Buga-3/+3
2021-01-02Add test for #80607 with undesired outputDániel Buga-0/+24
2021-01-02Only use locate for borrowed stringsDániel Buga-7/+21
2021-01-02Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmasterbors-15/+64
2021-01-01Auto merge of #80581 - jyn514:ci-llvm, r=Mark-Simulacrumbors-1/+6
2021-01-01clippy fixes for librustdocMatthias Krüger-88/+58
2021-01-01Auto merge of #80569 - notriddle:patch-3, r=jyn514bors-7/+1
2021-01-01Auto merge of #80565 - camelid:fix-not-has, r=GuillaumeGomezbors-3/+3
2021-01-01Give a better error for download-ci-llvm if .xz is not supportedJoshua Nelson-1/+6
2021-01-01Auto merge of #80547 - lqd:const_generics_defaults, r=varkorbors-10/+54
2021-01-01make `const_generics_defaults` use the unstable syntax mechanismRémy Rakic-18/+27
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-3/+3
2021-01-01update `min_const_generics` tests using default values for const paramsRémy Rakic-8/+12
2021-01-01add test for the `const_generics_defaults` feature gateRémy Rakic-0/+25
2021-01-01first pass at default values for const genericsJulian Knodt-2/+8
2021-01-01Auto merge of #80539 - JohnTitor:ui-test-root-cleanup, r=petrochenkovbors-28/+20
2021-01-01Clean bootstrap artifacts on `x.py clean`Joshua Nelson-0/+1
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-8878/+12589
2021-01-01Auto merge of #79576 - m-ou-se:2021, r=Mark-Simulacrumbors-42/+49
2020-12-31Use Array.prototype.filter instead of open-codingMichael Howell-7/+1
2021-01-01Reduce `ROOT_ENTRY_LIMIT` to 1500Yuki Okushi-1/+1
2021-01-01Move feature gate-related testsYuki Okushi-0/+0
2021-01-01Move rmeta-related testsYuki Okushi-0/+0
2021-01-01Move builtin-superkinds-related testsYuki Okushi-8/+0
2021-01-01Move block-related testsYuki Okushi-2/+2
2020-12-31Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkorDylan DPC-0/+76
2020-12-31Rollup merge of #80548 - JohnTitor:wfcheck-foreign-fn-ice, r=davidtwcoDylan DPC-0/+41
2020-12-31Rollup merge of #80532 - tmiasko:rm;, r=Mark-SimulacrumDylan DPC-1/+1
2020-12-31Rollup merge of #80526 - tmandry:up-llvm, r=nikicDylan DPC-0/+0
2020-12-31Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkorDylan DPC-10/+22
2020-12-31Rollup merge of #80514 - pietroalbini:fix-install, r=Mark-SimulacrumDylan DPC-136/+110
2020-12-31Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514Dylan DPC-97/+136
2020-12-31Fix tests that incorrectly used `!@has` instead of `@!has`Camelid-3/+3
2020-12-31Add `@!has` checks to ensure private items don't have `pub`Camelid-0/+4
2020-12-31Add FIXME for visibility of a moduleCamelid-0/+3
2020-12-31Require `-Z unstable-options` for unstable editions.Mara Bos-0/+1
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-27/+27
2020-12-31Add edition 2021.Mara Bos-19/+25
2020-12-31Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkovbors-0/+43
2020-12-31support pattern as const parents in type_ofBastian Kauschke-0/+76
2020-12-31bootstrap: use the correct paths during ./x.py installPietro Albini-81/+45
2020-12-31bootstrap: change the dist outputs to GeneratedTarballPietro Albini-48/+64
2020-12-31bootstrap: never delete the tarball temporary directoryPietro Albini-9/+3
2020-12-31Collect links into a single vectorDániel Buga-7/+5