about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-02-17Allow newly added non_local_definitions in rustfmtUrgau-0/+1
2024-02-17Allow newly added non_local_definitions lint in clippyUrgau-73/+86
2024-02-17remove a couple of redundant clonesMatthias Krüger-2/+2
2024-02-17create stamp file for clippy in `Config::download_clippy`onur-ozkan-0/+1
2024-02-17compiletest: fix regex rebuildsklensy-2/+4
2024-02-17tidy: wrap regexes with lazy_staticklensy-12/+20
2024-02-17Fix missing trait impls for type in rustc docsShoyu Vanilla-7/+16
2024-02-17Merge from rustcThe Miri Conjob Bot-364/+718
2024-02-17Enable `ConstPropLint` for promotedsGurinder Singh-1/+6
2024-02-17Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-02-16Auto merge of #120881 - jieyouxu:migrate-ui-test-directives, r=oli-obkbors-302/+571
2024-02-16Implement x86 AVX intrinsicsEduardo Sánchez Muñoz-50/+1844
2024-02-16rustdoc: fix and refactor HTML rendering a bitLeón Orell Valerian Liehr-281/+173
2024-02-16Implement infra support for migrating from `//` to `//@` ui test directives许杰友 Jieyou Xu (Joe)-302/+571
2024-02-16Auto merge of #120348 - bjorn3:per_target_backend_selection, r=albertlarsan68bors-37/+74
2024-02-16Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,NilstriebGuillaume Gomez-1/+2
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-5/+53
2024-02-16Changes to CI related to mingw and MSYSMatt Harding-15/+63
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-111/+194
2024-02-16Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-02-16Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obkGuillaume Gomez-2/+2
2024-02-16Rollup merge of #121095 - chenyukang:yukang-fix-120998-rust-playground-link, ...Guillaume Gomez-5/+64
2024-02-15Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmeaseGuillaume Gomez-8/+9
2024-02-15Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoeristerGuillaume Gomez-1/+1
2024-02-15Update rust book cfg chapterGuillaume Gomez-1/+2
2024-02-15add extra indent spaces for rust-playground linkyukang-5/+64
2024-02-15Pass `--cfg clippy` to clippy-driverGuillaume Gomez-0/+2
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-1/+12
2024-02-15Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi...bors-9/+2
2024-02-15Split a bool argument into two named functionsOli Scherer-9/+2
2024-02-15Rollup merge of #121022 - fmease:rustdoc-x-crate-late-bound-lt-src-order, r=G...Matthias Krüger-70/+85
2024-02-15Rollup merge of #118749 - ChrisDenton:winsys, r=cuviperMatthias Krüger-16/+31
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-6/+6
2024-02-15Use generic `NonZero` internally.Markus Reiter-20/+20
2024-02-15Fix bootstrap issue with git on MSYSMatt Harding-11/+20
2024-02-15Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.Nicholas Nethercote-8/+9
2024-02-15rustdoc: cross-crate re-exports: correctly render late-bound params in source...León Orell Valerian Liehr-70/+85
2024-02-15Add an `ErrorGuaranteed` to `ast::TyKind::Err`.Nicholas Nethercote-2/+2
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-1/+1
2024-02-14remove no-longer needed rustfmt::skipRalf Jung-1/+0
2024-02-14Merge from rustcRalf Jung-96/+137
2024-02-14Preparing for merge from rustcRalf Jung-1/+1
2024-02-14use build.rustc config and skip-stage0-validation flagonur-ozkan-3/+9
2024-02-14Rollup merge of #121035 - compiler-errors:rustfmt-asyncness, r=calebcartwrightGuillaume Gomez-4/+18
2024-02-14Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkovGuillaume Gomez-1/+1
2024-02-14Rollup merge of #118738 - devnexen:netbsd10_update, r=cuviperOli Scherer-0/+1
2024-02-14install tools documentationsonur-ozkan-1/+1
2024-02-14Automatically sort windows_sys bindingsChris Denton-16/+31