about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-07Rollup merge of #127409 - gurry:127332-ice-with-expr-not-struct, r=oli-obkMatthias Krüger-1/+3
2024-07-07Rollup merge of #127308 - nnethercote:Attribute-cleanups, r=petrochenkovMatthias Krüger-112/+70
2024-07-07Move a span_bug under a condition that cx is taintedGurinder Singh-1/+3
2024-07-07Use `filter_map` instead of `flat_map` in `configure_tokens`.Nicholas Nethercote-7/+5
2024-07-07Add an size assertion.Nicholas Nethercote-0/+1
2024-07-07Remove `Clone` derive from `LazyAttrTokenStreamImpl`.Nicholas Nethercote-1/+0
2024-07-07Rename some attribute types for consistency.Nicholas Nethercote-44/+42
2024-07-07Simplify `ReplaceRange`.Nicholas Nethercote-24/+21
2024-07-07Remove `HasSpan` trait.Nicholas Nethercote-38/+5
2024-07-07Remove an unnecessary local variable.Nicholas Nethercote-2/+1
2024-07-07Rename `Attribute::tokens` (the inherent method).Nicholas Nethercote-4/+5
2024-07-07Auto merge of #127404 - compiler-errors:rpitit-entailment-false-positive, r=o...bors-0/+4
2024-07-06Auto merge of #126987 - petrochenkov:atvisord2, r=pnkfelixbors-12/+25
2024-07-06Don't try to label ObligationCauseCode::CompareImplItem for an RPITIT, since ...Michael Goulet-0/+4
2024-07-06Rollup merge of #127417 - chenyukang:yukang-method-output-diff, r=oli-obkMichael Goulet-2/+4
2024-07-06Rollup merge of #127410 - trevyn:patch-1, r=compiler-errorsMichael Goulet-2/+3
2024-07-06Rollup merge of #127405 - compiler-errors:uplift-predicate-emitting-relation,...Michael Goulet-55/+74
2024-07-06Rollup merge of #127386 - compiler-errors:uplift-outlives-components, r=lcnrMichael Goulet-294/+361
2024-07-06Auto merge of #127388 - compiler-errors:elaboration-tweaks, r=lcnrbors-18/+29
2024-07-06show fnsig's output when there is differenceyukang-8/+3
2024-07-06Remove walk_shallowMichael Goulet-17/+0
2024-07-06Import via rustc_type_ir::outlivesMichael Goulet-7/+5
2024-07-06Uplift push_outlives_componentsMichael Goulet-272/+358
2024-07-06Uplift PredicateEmittingRelation firstMichael Goulet-55/+74
2024-07-06show unit output when there is only output diff in diagnosticsyukang-2/+9
2024-07-06out_of_scope_macro_calls: Detect calls inside attributes more preciselyVadim Petrochenkov-12/+25
2024-07-06Rollup merge of #127391 - estebank:null_mut, r=cjgillotMatthias Krüger-0/+1
2024-07-06Rollup merge of #127275 - RalfJung:offset-from-isize-min, r=AmanieuMatthias Krüger-2/+2
2024-07-05Rollup merge of #127392 - estebank:arg-type, r=jieyouxuJubilee-3/+3
2024-07-05Rollup merge of #127383 - estebank:arg-removal, r=compiler-errorsJubilee-1/+1
2024-07-05Rollup merge of #127369 - Jules-Bertholet:match-ergonomics-2021, r=NadrierilJubilee-1/+1
2024-07-06Correct description of E0502trevyn-2/+3
2024-07-05Rollup merge of #127368 - YohDeadfall:dots-in-docs, r=fmeaseMichael Goulet-32/+32
2024-07-05Rollup merge of #127366 - oli-obk:falliblevisitor, r=compiler-errorsMichael Goulet-87/+59
2024-07-05Rollup merge of #127333 - compiler-errors:infer_ctxt_like-again, r=lcnrMichael Goulet-262/+285
2024-07-05Rollup merge of #127221 - Urgau:check-cfg-std-diag, r=pnkfelixMichael Goulet-6/+12
2024-07-05Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelixMichael Goulet-28/+12
2024-07-05Split out transitive_bounds_that_define_assoc_itemMichael Goulet-14/+25
2024-07-05Use verbose suggestion for changing arg typeEsteban Küber-3/+3
2024-07-05Split SolverDelegate back out from InferCtxtLikeMichael Goulet-262/+285
2024-07-05Use verbose suggestion for `ptr::null_mut()`Esteban Küber-0/+1
2024-07-05Supertrait elaboration doesn't need to use PredicatesMichael Goulet-5/+5
2024-07-05Use verbose style for argument removal suggestionEsteban Küber-1/+1
2024-07-05Match ergonomics 2024: `&` matches `&mut` on old editionsJules Bertholet-1/+1
2024-07-05Added dots at the sentence ends of rustc AST docYoh Deadfall-32/+32
2024-07-05Use `ControlFlow` results for visitors that are only looking for a single valueOli Scherer-87/+59
2024-07-05Fix a few doc comment for compiler-interal API docs.Alona Enraght-Moony-11/+11
2024-07-05Auto merge of #127360 - GuillaumeGomez:rollup-f0zs1qr, r=GuillaumeGomezbors-92/+131
2024-07-05Rollup merge of #127352 - Zalathar:coverage-info, r=oli-obkGuillaume Gomez-87/+117
2024-07-05Rollup merge of #127349 - estebank:negative-unsigned-literal, r=petrochenkovGuillaume Gomez-2/+11