about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-02no need to forward all env varsRalf Jung-17/+8
2023-08-02Auto merge of #3004 - RalfJung:borrow-tests, r=RalfJungbors-11/+77
2023-08-02Auto merge of #3005 - RalfJung:miriscript, r=RalfJungbors-12/+12
2023-08-02add local_addr_of_mut testRalf Jung-0/+12
2023-08-02miri-script: simplify flag computation a bitRalf Jung-12/+12
2023-08-02add write_does_not_invalidate_all_aliases test, and enable direct_mut_to_cons...Ralf Jung-11/+65
2023-08-02Auto merge of #3003 - rust-lang:rustup-2023-08-02, r=RalfJungbors-6380/+13370
2023-08-02fmtThe Miri Conjob Bot-8/+12
2023-08-02Merge from rustcThe Miri Conjob Bot-6379/+13365
2023-08-02fix RedundantLocals clippy caused by async and awaityukang-3/+22
2023-08-02Fix #107113, avoid suggest for macro attributesyukang-2/+63
2023-08-02Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-02Auto merge of #114358 - matthiaskrgr:rollup-d810m9e, r=matthiaskrgrbors-69/+168
2023-08-02Rollup merge of #114340 - ttsugriy:rustc-attr, r=lqdMatthias Krüger-1/+1
2023-08-02Rollup merge of #114322 - Urgau:fix-issue-110063, r=compiler-errorsMatthias Krüger-3/+54
2023-08-02Rollup merge of #114314 - compiler-errors:sized-crit, r=lcnrMatthias Krüger-25/+27
2023-08-02Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv...Matthias Krüger-35/+46
2023-08-02Rollup merge of #114199 - compiler-errors:dont-select-unsize-infer, r=lcnrMatthias Krüger-1/+23
2023-08-02Rollup merge of #114178 - estebank:let-binding-macro, r=petrochenkovMatthias Krüger-4/+17
2023-08-02Auto merge of #114170 - lcnr:add-commmentz, r=compiler-errorsbors-12/+6
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-31/+473
2023-08-01Auto merge of #113339 - lqd:respect-filters, r=tmiaskobors-27/+27
2023-08-01Don't select infer -> dyn TraitMichael Goulet-1/+23
2023-08-01Fix a commentMichael Goulet-13/+6
2023-08-01don't create a predicate for just a comparisonMichael Goulet-4/+10
2023-08-01Convert adt_sized_constraint to early-binder, use listMichael Goulet-9/+12
2023-08-01Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkovbors-104/+120
2023-08-01remove remark filtering on the rust sideRémy Rakic-23/+16
2023-08-01filter LLVM diagnostics before crossing the rust bridgeRémy Rakic-3/+10
2023-08-01Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3bors-584/+227
2023-08-01[rustc_attr][nit] Replace `filter` + `is_some` with `map_or`.Taras Tsugrii-1/+1
2023-08-01Auto merge of #113854 - klensy:aarch64-msvc-remove-hack, r=Mark-Simulacrumbors-9/+0
2023-08-01Suppress unnecessary outlivesMichael Goulet-22/+11
2023-08-01Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgrbors-326/+815
2023-08-01Rollup merge of #114320 - ouz-a:smir_statements, r=oli-obkMatthias Krüger-15/+279
2023-08-01Rollup merge of #114306 - ttsugriy:push_str, r=wesleywiserMatthias Krüger-4/+3
2023-08-01Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obkMatthias Krüger-4/+28
2023-08-01Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naberMatthias Krüger-31/+326
2023-08-01Rollup merge of #114283 - oli-obk:parkin_lot_rwlock, r=SparrowLiiMatthias Krüger-21/+7
2023-08-01Rollup merge of #113428 - Zalathar:operand, r=davidtwcoMatthias Krüger-250/+163
2023-08-01Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnayMatthias Krüger-1/+9
2023-08-01clean up, use opaque typesouz-a-42/+53
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-134/+241
2023-08-01Fix windows test output.Yuri Astrakhan-1/+2
2023-08-01Rename `maybe_suggest_convert_to_slice` fn name to consistent namingUrgau-3/+3
2023-08-01Fix invalid slice coercion suggestion reported in turbofishUrgau-0/+51
2023-08-01Cover statements for stable_mirouz-a-14/+267
2023-08-01Auto merge of #114318 - matthiaskrgr:rollup-c7gcw18, r=matthiaskrgrbors-183/+256
2023-08-01Improve diagnostic for wrong borrow on binary operationsUrgau-31/+326
2023-08-01Always use parking_lot's RwLock, even without parallel compilerOli Scherer-21/+7