about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-04Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8KiTakayuki Maeda-11/+171
2023-12-04Rollup merge of #118495 - weiznich:more_tests_for_on_unimplemented, r=compile...Takayuki Maeda-61/+523
2023-12-04Add regression test for #118195Guillaume Gomez-0/+21
2023-12-04Don't generate the "Fields" heading if there is no field displayedGuillaume Gomez-1/+8
2023-12-04Remove the `precise_pointer_size_matching` feature gateNadrieril-86/+33
2023-12-04Don't ask for a specific branch in cargotestLaurențiu Nicola-1/+1
2023-12-04rebaselcnr-13/+13
2023-12-04cleanup and commentslcnr-26/+224
2023-12-04generalize: handle occurs check failure in aliaseslcnr-33/+124
2023-12-04do not fetch variance info during generalizationlcnr-1/+1
2023-12-04Restrict what symbols can be used in `#[diagnostic::on_unimplemented]` format...Georg Semmler-61/+523
2023-12-04fix: bug in extract_function: should not import ControlFlow in some caseswerifu-1/+27
2023-12-04Inline and remove `fatal_no_raise`.Nicholas Nethercote-10/+3
2023-12-04Make `Handler::{err,bug}` more like `Handler::{warn,note}`.Nicholas Nethercote-10/+3
2023-12-04Remove `HandlerInner::emit`.Nicholas Nethercote-12/+12
2023-12-04Move some `HandlerInner` functions to `Handler`.Nicholas Nethercote-212/+164
2023-12-04Use `DiagnosticBuilder::new` more.Nicholas Nethercote-68/+36
2023-12-04De-genericize some `IntoDiagnostic` impls.Nicholas Nethercote-20/+20
2023-12-04Remove some unused code, and downgrade some `pub`s.Nicholas Nethercote-49/+6
2023-12-04Avoid `Diagnostic::new_with_code(..., None, ...)`.Nicholas Nethercote-5/+5
2023-12-04Always use `G` for `EmissionGuarantee` type variables.Nicholas Nethercote-13/+13
2023-12-04Rename some arguments.Nicholas Nethercote-10/+10
2023-12-04Inline and remove more `DiagnosticBuilder::new_diagnostic_*` functions.Nicholas Nethercote-83/+28
2023-12-04Rewrite logic of `has_nontrivial_oprand`.cocodery-85/+86
2023-12-04Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-raLaurențiu Nicola-170/+821
2023-12-04Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-raLaurențiu Nicola-170/+821
2023-12-04portable-simd: add missing feature gateRalf Jung-1/+1
2023-12-04Auto merge of #3207 - rust-lang:rustup-2023-12-04, r=RalfJungbors-326/+876
2023-12-04fix clippyRalf Jung-1/+2
2023-12-04Auto merge of #118490 - Nadrieril:arena-alloc-matrix, r=nnethercotebors-31/+33
2023-12-04Improve example in `slice::windows()` docGurinder Singh-5/+5
2023-12-04fmtThe Miri Conjob Bot-10/+2
2023-12-04Merge from rustcThe Miri Conjob Bot-325/+882
2023-12-04Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-12-04Inline and remove `DiagnosticBuilder::new_diagnostic_*` functions.Nicholas Nethercote-24/+0
2023-12-04Give `Handler::fatal` and `Session::fatal` the same return type.Nicholas Nethercote-1/+1
2023-12-04Give `Handler::fatal` and `Session::fatal` the same return type.Nicholas Nethercote-8/+9
2023-12-04Auto merge of #116915 - bend-n:unwet, r=saethlinbors-22/+33
2023-12-04dedup for duplicate suggestionsbohan-4/+36
2023-12-04Document reentrancy in `*Arena::alloc_from_iter`Nadrieril-16/+25
2023-12-04docs(explicit_write): add missing backtick to complete code snippetKisaragi-1/+1
2023-12-04use `assume(idx < self.len())` in `[T]::get_unchecked`bendn-22/+33
2023-12-03Auto merge of #117840 - RalfJung:miri-promise-align, r=cjgillotbors-118/+271
2023-12-03Auto merge of #118579 - matthiaskrgr:rollup-22kn8sa, r=matthiaskrgrbors-43/+174
2023-12-03move calling miri_promise_symbolic_alignment to a shared helperRalf Jung-65/+38
2023-12-03miri: support 'promising' alignment for symbolic alignment checkRalf Jung-118/+298
2023-12-03Rollup merge of #118574 - Enselic:query-instability, r=cjgillotMatthias Krüger-1/+7
2023-12-03Rollup merge of #118525 - Zalathar:skip-spans, r=cjgillotMatthias Krüger-28/+30
2023-12-03Rollup merge of #117869 - GuillaumeGomez:comment-highlighting-item-decl, r=no...Matthias Krüger-14/+137
2023-12-03Some final touchesLukas Wirth-67/+86