about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-12Add ASCII whitespace trimming functions to `&str`okaneco-0/+82
2023-12-12Auto merge of #11829 - J-ZhengLi:issue11438, r=matthiaskrgrbors-1/+798
2023-12-12simplify merging of two vecsMatthias Krüger-2/+2
2023-12-12Change a typo mistake in the-doc-attribute.md Hosssein-1/+1
2023-12-12emit lints in `check_crate_post` for useless_vecEric-72/+164
2023-12-12Rollup merge of #118877 - Enselic:remove-cgu-fixme, r=NilstriebMatthias Krüger-3/+3
2023-12-12Rollup merge of #118868 - Nadrieril:correctly-gate-never_patterns-parsing, r=...Matthias Krüger-26/+207
2023-12-12Rollup merge of #118866 - krasimirgg:llvm-18-ref, r=durin42Matthias Krüger-1/+3
2023-12-12Rollup merge of #118865 - Enselic:rustc_codegen_llvm-lint-fix, r=petrochenkovMatthias Krüger-1/+8
2023-12-12Rollup merge of #118856 - notriddle:notriddle/search-js, r=GuillaumeGomezMatthias Krüger-7/+2
2023-12-12Rollup merge of #118855 - nnethercote:improve-attribute-value-error, r=compil...Matthias Krüger-62/+87
2023-12-12Rollup merge of #117927 - ehuss:future-incompat-docs, r=wesleywiserMatthias Krüger-0/+67
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-55/+450
2023-12-12Rollup merge of #116740 - lenko-d:const_evaluatable_failed_for_non_unevaluate...Matthias Krüger-13/+112
2023-12-12also add a Miri testRalf Jung-0/+43
2023-12-12also test projecting to some sized fields at non-zero offset in structs with ...Ralf Jung-5/+16
2023-12-12test that both size_of_val and align_of_val panicRalf Jung-6/+16
2023-12-12Update cargoWeihang Lo-0/+0
2023-12-12Auto merge of #118751 - lcnr:writeback-change, r=compiler-errorsbors-119/+104
2023-12-12Auto merge of #16104 - lnicola:bump-line-index, r=lnicolabors-5/+5
2023-12-12Bump line-indexLaurențiu Nicola-5/+5
2023-12-12Auto merge of #16102 - lnicola:publish-libs, r=lnicolabors-2/+2
2023-12-12Publish line-indexLaurențiu Nicola-2/+2
2023-12-12Auto merge of #16101 - Veykril:search-depedencies-fix, r=Veykrilbors-35/+65
2023-12-12tests: CGU tests require build-pass, not check-pass (remove FIXME)Martin Nordholts-3/+3
2023-12-12fix: Fix `import_map::search_dependencies` getting confused by assoc and non ...Lukas Wirth-35/+65
2023-12-12Follow guidelines for lint suggestionsGuillaume Gomez-36/+76
2023-12-12Add test for `rustX` codeblock attributeGuillaume Gomez-1/+20
2023-12-12Add `rustX` check to codeblock attributes lintGuillaume Gomez-0/+10
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-60/+59
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-393/+390
2023-12-12Auto merge of #16099 - Veykril:flyimport, r=Veykrilbors-191/+196
2023-12-12Bump DEFAULT_QUERY_SEARCH_LIMIT from 40 to 100Lukas Wirth-24/+66
2023-12-12Auto merge of #11902 - GuillaumeGomez:write-and-append, r=llogiqbors-1/+199
2023-12-12Update CHANGELOG to add `write_and_append` lintGuillaume Gomez-0/+1
2023-12-12Add ui test for `write_and_append` lintGuillaume Gomez-0/+99
2023-12-12Add `write_and_append` lintGuillaume Gomez-1/+99
2023-12-12Don't gate the feature twiceNadrieril-51/+31
2023-12-12Correctly gate the parsing of match arms without bodyNadrieril-26/+227
2023-12-12fix `waker_getters` tracking issue numberLukas Markeffsky-3/+3
2023-12-12rustc_passes: Enforce `rustc::potential_query_instability` lintMartin Nordholts-1/+10
2023-12-12Fix rustc test suitebjorn3-0/+1
2023-12-12Rustup to rustc 1.76.0-nightly (06e02d5b2 2023-12-09)bjorn3-2/+2
2023-12-12Auto merge of #118841 - compiler-errors:always-copy, r=jackh726bors-60/+15
2023-12-12llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-1/+3
2023-12-12review + rename fnlcnr-7/+5
2023-12-12refactor writeback: emit normalization errors with new solverlcnr-115/+102
2023-12-12rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lintMartin Nordholts-1/+8
2023-12-12Fix alignment passed down to LLVM for simd_masked_loadJakub Okoński-3/+3
2023-12-12Clean up CodeBlocks::next codeGuillaume Gomez-38/+29