about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-21Move "elided lifetime in path" to subdiagnostic structXiretza-34/+41
2024-04-21Fix source ordering of IntoDiagArg implsXiretza-30/+30
2024-04-21Allow nesting subdiagnosticsXiretza-12/+36
2024-04-21Pass translation closure to add_to_diag_with() as referenceXiretza-41/+41
2024-04-21Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiserbors-12/+7
2024-04-21Fix watchOS and visionOS for pread64 and pwrite64 callsSebastian Imlay-38/+66
2024-04-21Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhprattbors-3/+21
2024-04-20Avoid reloading Vec::len across grow_one in pushMark Rousskov-3/+21
2024-04-21Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrumbors-8/+20
2024-04-20Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxubors-421/+912
2024-04-20Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-156/+157
2024-04-20Rollup merge of #124191 - dtolnay:fixup, r=compiler-errors许杰友 Jieyou Xu (Joe)-224/+178
2024-04-20Rollup merge of #124132 - RalfJung:OpBundlesIndirect, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+3
2024-04-20Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-10/+26
2024-04-20Rollup merge of #124071 - kjetilkjeka:llvm_bitcode_linker_build_manifest, r=M...许杰友 Jieyou Xu (Joe)-1/+5
2024-04-20Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-15/+385
2024-04-20Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb许杰友 Jieyou Xu (Joe)-4/+11
2024-04-20Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+89
2024-04-20Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula...许杰友 Jieyou Xu (Joe)-2/+6
2024-04-20Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb许杰友 Jieyou Xu (Joe)-11/+15
2024-04-20Rollup merge of #123379 - wutchzone:119266, r=compiler-errors许杰友 Jieyou Xu (Joe)-2/+48
2024-04-20Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcmbors-4/+32
2024-04-20Don't create data object for zero sized allocationsbjorn3-11/+16
2024-04-20Rustup to rustc 1.79.0-nightly (f9b161492 2024-04-19)bjorn3-1/+1
2024-04-20Sync from rust f9b16149208c8a8a349c32813312716f6603eb6fbjorn3-24/+58
2024-04-20Auto merge of #124202 - lnicola:sync-from-ra, r=lnicolabors-3270/+6206
2024-04-20merge two impl blocksLukas Markeffsky-2/+0
2024-04-20Merge commit '55d9a533b309119c8acd13061581b43ae8840823' into sync-from-raLaurențiu Nicola-3270/+6206
2024-04-20Auto merge of #17114 - lnicola:hir-expand-in-tree, r=Veykrilbors-4/+11
2024-04-20Add in-rust-tree feature to hir-expandLaurențiu Nicola-4/+11
2024-04-20Explicitly mention `Self`Michael Goulet-12/+34
2024-04-20Auto merge of #121712 - mati865:provide-prebuilt-std-for-gnullvm, r=Mark-Simu...bors-15/+46
2024-04-20remove `InferCtxt::clear_caches`Lukas Markeffsky-12/+0
2024-04-20include ParamEnv in projection cache keyLukas Markeffsky-13/+19
2024-04-20Flip spans for precise capturing syntax not capturing a ty/ct paramMichael Goulet-28/+37
2024-04-20Fix documentation of `BorrowKind::Fake`Nadrieril-3/+3
2024-04-20Test or-patterns inside deref patternsNadrieril-1/+13
2024-04-20Use deep fake borrows for deref patternsNadrieril-28/+56
2024-04-20Add a non-shallow fake borrowNadrieril-93/+189
2024-04-20Rework fake borrow calculationNadrieril-179/+206
2024-04-20Address closure-related reviewNadrieril-1/+35
2024-04-20Allow mutable bindings inside deref patternsNadrieril-15/+48
2024-04-20Track mutability of deref patternsNadrieril-7/+10
2024-04-20Don't fake borrow inside a deref patternNadrieril-4/+14
2024-04-20Lower deref patterns to MIRNadrieril-39/+259
2024-04-20Print note with closure signature on type mismatchDaniel Sedlak-2/+48
2024-04-20Auto merge of #124190 - RalfJung:pat-compare-with-fast-path, r=Nadrierilbors-5/+8
2024-04-20Move duplicated code in functions in `tests/rustdoc-gui/notable-trait.goml`Guillaume Gomez-119/+89
2024-04-20Fixup `rustc_codegen_gcc` test signatureMaybe Waffle-4/+5
2024-04-20mir-opt tests: rename unit-test -> test-mir-passRalf Jung-156/+157