about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-04add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rsDinu Blanovschi-1/+14
2023-11-04De-indent closing bracketGeorge Bateman-1/+1
2023-11-04fixes for rustfmt + ast visitorDinu Blanovschi-3/+7
2023-11-04Stabilize `const_mem_zeroed`Trevor Gross-10/+10
2023-11-04Stabilize `const_maybe_uninit_zeroed`Trevor Gross-7/+32
2023-11-04Auto merge of #113343 - saethlin:looser-alignment, r=RalfJungbors-58/+142
2023-11-04fmtDinu Blanovschi-4/+4
2023-11-04Fix remaining uses of `CaptureBy::Value`Dinu Blanovschi-9/+9
2023-11-04feat(hir): Store the `Span` of the `move` keywordDinu Blanovschi-2/+8
2023-11-04Draft fleshed-out deref docsjmaargh-41/+125
2023-11-04No lifetime on PlaceholderConstMichael Goulet-9/+9
2023-11-04Auto merge of #117579 - RalfJung:miri, r=RalfJungbors-255/+574
2023-11-04Bump compiler_builtins to 0.1.103Nicholas Bishop-3/+3
2023-11-04Check alignment of pointers only when read/written throughBen Kimock-58/+142
2023-11-04Derive TyEncodable/TyDecodable implementations that are parameterized over in...Michael Goulet-486/+31
2023-11-04detect EOF earlierThe 8472-5/+7
2023-11-04avoid excessive initialization when copying to a VecThe 8472-17/+47
2023-11-04Auto merge of #117094 - Nadrieril:warn-lint-on-arm, r=cjgillotbors-25/+233
2023-11-04fallback for `construct_generic_bound_failure`bohan-8/+37
2023-11-04Auto merge of #3145 - RalfJung:data-race-error, r=RalfJungbors-166/+233
2023-11-04Don't disable inline asm usage in compiler-builtins when the cranelift backen...bjorn3-5/+0
2023-11-04Suggest to set lint level on whole matchNadrieril-47/+79
2023-11-04Warn when lint level is set on a match armNadrieril-27/+107
2023-11-04Add testsNadrieril-0/+96
2023-11-04ensure doc directory is not emptyonur-ozkan-1/+2
2023-11-04handle dry runs in `dist::CodegenBackend`Rémy Rakic-0/+4
2023-11-04Ensure the rustc-codegen-cranelift-preview component is never emptybjorn3-0/+7
2023-11-04pass `CODEGEN_BACKENDS` to dockerRémy Rakic-0/+1
2023-11-04add sanity check for compiler crate docsonur-ozkan-0/+8
2023-11-04Ensure compiler crate paths are generated before linkingonur-ozkan-11/+12
2023-11-04avoid acronyms when we don't really need themRalf Jung-12/+11
2023-11-04Auto merge of #3154 - rust-lang:rustup-2023-11-04, r=RalfJungbors-6532/+7325
2023-11-04Auto merge of #117566 - weihanglo:update-cargo, r=weihanglobors-1/+0
2023-11-04fmtThe Miri Conjob Bot-7/+3
2023-11-04Merge from rustcThe Miri Conjob Bot-6526/+7323
2023-11-04Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-04Auto merge of #117564 - TaKO8Ki:rollup-lkqhpqc, r=TaKO8Kibors-644/+756
2023-11-04Update cargoWeihang Lo-1/+0
2023-11-04Rollup merge of #117554 - durin42:llvm-delete-dead-zext-code, r=nikicTakayuki Maeda-10/+1
2023-11-04Rollup merge of #117550 - cuviper:try_par_for_each_in, r=est31Takayuki Maeda-7/+6
2023-11-04Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwcoTakayuki Maeda-627/+749
2023-11-03triagebot no-merges: exclude different casePeter Jaszkowiak-1/+1
2023-11-04Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwcobors-82/+275
2023-11-04add test for issue 117146Rémy Rakic-0/+100
2023-11-04traverse region graph instead of SCCs to compute polonius loan scopesRémy Rakic-13/+14
2023-11-04Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more...bors-82/+76
2023-11-03Auto merge of #116412 - nnethercote:rm-plugin-support, r=bjorn3bors-1712/+57
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-1712/+57
2023-11-04Update rust-lang/book.Nicholas Nethercote-0/+0
2023-11-03Auto merge of #115333 - joshlf:patch-5, r=RalfJungbors-9/+15