| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | Add ASCII whitespace trimming functions to `&str` | okaneco | -0/+82 |
| 2023-12-12 | Auto merge of #11829 - J-ZhengLi:issue11438, r=matthiaskrgr | bors | -1/+798 |
| 2023-12-12 | simplify merging of two vecs | Matthias Krüger | -2/+2 |
| 2023-12-12 | Change a typo mistake in the-doc-attribute.md | Hosssein | -1/+1 |
| 2023-12-12 | emit lints in `check_crate_post` for useless_vec | Eric | -72/+164 |
| 2023-12-12 | Rollup merge of #118877 - Enselic:remove-cgu-fixme, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-12-12 | Rollup merge of #118868 - Nadrieril:correctly-gate-never_patterns-parsing, r=... | Matthias Krüger | -26/+207 |
| 2023-12-12 | Rollup merge of #118866 - krasimirgg:llvm-18-ref, r=durin42 | Matthias Krüger | -1/+3 |
| 2023-12-12 | Rollup merge of #118865 - Enselic:rustc_codegen_llvm-lint-fix, r=petrochenkov | Matthias Krüger | -1/+8 |
| 2023-12-12 | Rollup merge of #118856 - notriddle:notriddle/search-js, r=GuillaumeGomez | Matthias Krüger | -7/+2 |
| 2023-12-12 | Rollup merge of #118855 - nnethercote:improve-attribute-value-error, r=compil... | Matthias Krüger | -62/+87 |
| 2023-12-12 | Rollup merge of #117927 - ehuss:future-incompat-docs, r=wesleywiser | Matthias Krüger | -0/+67 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -55/+450 |
| 2023-12-12 | Rollup merge of #116740 - lenko-d:const_evaluatable_failed_for_non_unevaluate... | Matthias Krüger | -13/+112 |
| 2023-12-12 | also add a Miri test | Ralf Jung | -0/+43 |
| 2023-12-12 | also test projecting to some sized fields at non-zero offset in structs with ... | Ralf Jung | -5/+16 |
| 2023-12-12 | test that both size_of_val and align_of_val panic | Ralf Jung | -6/+16 |
| 2023-12-12 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-12 | Auto merge of #118751 - lcnr:writeback-change, r=compiler-errors | bors | -119/+104 |
| 2023-12-12 | Auto merge of #16104 - lnicola:bump-line-index, r=lnicola | bors | -5/+5 |
| 2023-12-12 | Bump line-index | Laurențiu Nicola | -5/+5 |
| 2023-12-12 | Auto merge of #16102 - lnicola:publish-libs, r=lnicola | bors | -2/+2 |
| 2023-12-12 | Publish line-index | Laurențiu Nicola | -2/+2 |
| 2023-12-12 | Auto merge of #16101 - Veykril:search-depedencies-fix, r=Veykril | bors | -35/+65 |
| 2023-12-12 | tests: CGU tests require build-pass, not check-pass (remove FIXME) | Martin Nordholts | -3/+3 |
| 2023-12-12 | fix: Fix `import_map::search_dependencies` getting confused by assoc and non ... | Lukas Wirth | -35/+65 |
| 2023-12-12 | Follow guidelines for lint suggestions | Guillaume Gomez | -36/+76 |
| 2023-12-12 | Add test for `rustX` codeblock attribute | Guillaume Gomez | -1/+20 |
| 2023-12-12 | Add `rustX` check to codeblock attributes lint | Guillaume Gomez | -0/+10 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -60/+59 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -393/+390 |
| 2023-12-12 | Auto merge of #16099 - Veykril:flyimport, r=Veykril | bors | -191/+196 |
| 2023-12-12 | Bump DEFAULT_QUERY_SEARCH_LIMIT from 40 to 100 | Lukas Wirth | -24/+66 |
| 2023-12-12 | Auto merge of #11902 - GuillaumeGomez:write-and-append, r=llogiq | bors | -1/+199 |
| 2023-12-12 | Update CHANGELOG to add `write_and_append` lint | Guillaume Gomez | -0/+1 |
| 2023-12-12 | Add ui test for `write_and_append` lint | Guillaume Gomez | -0/+99 |
| 2023-12-12 | Add `write_and_append` lint | Guillaume Gomez | -1/+99 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -51/+31 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -26/+227 |
| 2023-12-12 | fix `waker_getters` tracking issue number | Lukas Markeffsky | -3/+3 |
| 2023-12-12 | rustc_passes: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+10 |
| 2023-12-12 | Fix rustc test suite | bjorn3 | -0/+1 |
| 2023-12-12 | Rustup to rustc 1.76.0-nightly (06e02d5b2 2023-12-09) | bjorn3 | -2/+2 |
| 2023-12-12 | Auto merge of #118841 - compiler-errors:always-copy, r=jackh726 | bors | -60/+15 |
| 2023-12-12 | llvm-wrapper: adapt for LLVM API change | Krasimir Georgiev | -1/+3 |
| 2023-12-12 | review + rename fn | lcnr | -7/+5 |
| 2023-12-12 | refactor writeback: emit normalization errors with new solver | lcnr | -115/+102 |
| 2023-12-12 | rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+8 |
| 2023-12-12 | Fix alignment passed down to LLVM for simd_masked_load | Jakub Okoński | -3/+3 |
| 2023-12-12 | Clean up CodeBlocks::next code | Guillaume Gomez | -38/+29 |