about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-06-09Add regresion test for #67498Yuki Okushi-0/+21
2022-06-08Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3bors-855/+705
2022-06-08Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPCbors-65/+335
2022-06-08Rollup merge of #97851 - saethlin:use-repr-c, r=thomccDylan DPC-0/+1
2022-06-08Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebankDylan DPC-23/+44
2022-06-08Rollup merge of #97819 - compiler-errors:use-import, r=wesleywiserDylan DPC-20/+93
2022-06-08Rollup merge of #97597 - tmiasko:simplify-locals-side-effects, r=RalfJung,Jak...Dylan DPC-11/+65
2022-06-08Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errorsDylan DPC-11/+132
2022-06-08Auto merge of #97447 - nnethercote:improve-folding, r=jackh726bors-360/+315
2022-06-07recover `import` instead of `use` in itemMichael Goulet-20/+93
2022-06-08Auto merge of #97849 - matthiaskrgr:rollup-1yodhvw, r=matthiaskrgrbors-86/+107
2022-06-08Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote-140/+123
2022-06-07Use repr(C) when depending on struct layout in ptr testsBen Kimock-0/+1
2022-06-08Folding revamp.Nicholas Nethercote-332/+287
2022-06-08Avoid some unnecessary `return`s.Nicholas Nethercote-10/+3
2022-06-08Add `try_fold_uenevaluted`.Nicholas Nethercote-10/+20
2022-06-08Add `TypeVisitor::visit_mir_const`.Nicholas Nethercote-0/+8
2022-06-08Remove `EarlyBinder::{try_fold_with,visit_with}`.Nicholas Nethercote-8/+0
2022-06-08Use `super_visit_with` in a couple of `visit_binder` methods.Nicholas Nethercote-2/+2
2022-06-08Rename `TypeVisitor::visit_unevaluated_const`.Nicholas Nethercote-8/+5
2022-06-08Move `finish` out of the `Encoder` trait.Nicholas Nethercote-111/+51
2022-06-07Rollup merge of #97845 - estebank:spancito, r=compiler-errorsMatthias Krüger-26/+21
2022-06-07Rollup merge of #97840 - durin42:llvm-15-apint, r=nikicMatthias Krüger-0/+8
2022-06-07Rollup merge of #97832 - tmiasko:const-direction, r=cjgillotMatthias Krüger-22/+16
2022-06-07Rollup merge of #97831 - tmiasko:rm-always-live-locals-struct, r=davidtwcoMatthias Krüger-38/+19
2022-06-07Rollup merge of #97829 - JohnTitor:issue-95307, r=compiler-errorsMatthias Krüger-0/+43
2022-06-07Auto merge of #97081 - oli-obk:outlives_query_fast_path, r=jackh726bors-56/+71
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-681/+610
2022-06-08Don't pass in a vector to `Encoder::new`.Nicholas Nethercote-5/+5
2022-06-08Remove an unnecessary encoder operation.Nicholas Nethercote-2/+0
2022-06-07Use more targeted suggestion when confusing i8 with std::i8Esteban Küber-26/+21
2022-06-07Auto merge of #97835 - Dylan-DPC:rollup-0ae3pwp, r=Dylan-DPCbors-64/+140
2022-06-07RustWrapper: adapt to APInt API changes in LLVM 15Augie Fackler-0/+8
2022-06-07Preserve unused pointer to address castsTomasz Miąsko-11/+65
2022-06-07Rollup merge of #97826 - GuillaumeGomez:rustdoc-gui-tests-info, r=Dylan-DPCDylan DPC-5/+16
2022-06-07Rollup merge of #97821 - Nilstrieb:mutex-docs, r=Dylan-DPCDylan DPC-5/+4
2022-06-07Rollup merge of #97817 - lnicola:rust-analyzer-2022-06-07, r=lnicolaDylan DPC-23/+8
2022-06-07Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-amanDylan DPC-21/+85
2022-06-07Rollup merge of #95948 - Nilstrieb:improve-cstr-safety-docs, r=RalfJungDylan DPC-10/+27
2022-06-08Add regresion test for #95307Yuki Okushi-0/+43
2022-06-07Change `Direction::{is_forward,is_backward}` functions into constantsTomasz Miąsko-22/+16
2022-06-07Remove `AlwaysLiveLocals` wrapper structTomasz Miąsko-38/+19
2022-06-07Improve the safety docs for `CStr`Nilstrieb-10/+27
2022-06-07Update library/std/src/sync/mutex.rsDylan DPC-1/+1
2022-06-07Auto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r=Dylan-DPCbors-115/+284
2022-06-07Update rustdoc-gui READMEGuillaume Gomez-5/+15
2022-06-07Update help message for rustdoc-gui runnerGuillaume Gomez-0/+1
2022-06-07Rollup merge of #97808 - alexcrichton:wasm-features, r=petrochenkovDylan DPC-0/+3
2022-06-07Rollup merge of #97771 - rtzoeller:haiku_no_sigio, r=kennytmDylan DPC-0/+1
2022-06-07Rollup merge of #97738 - Kixiron:zst-panic, r=eddybDylan DPC-2/+31