about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-29extract fulfillment err creationlcnr-82/+73
2024-02-29distinguish recursion limit based overflow for diagnosticslcnr-125/+91
2024-02-29Auto merge of #121770 - matthiaskrgr:rollup-wdher8r, r=matthiaskrgrbors-396/+600
2024-02-29Rollup merge of #121743 - compiler-errors:opportunistically-resolve-regions, ...Matthias Krüger-18/+14
2024-02-29Rollup merge of #121735 - Nadrieril:no-panic-on-type-error, r=compiler-errorsMatthias Krüger-4/+4
2024-02-29Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmeaseMatthias Krüger-166/+176
2024-02-29Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n...Matthias Krüger-1/+31
2024-02-29Rollup merge of #110543 - joboet:reentrant_lock, r=m-ou-seMatthias Krüger-207/+375
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-1774/+1527
2024-02-28Auto merge of #121741 - GuillaumeGomez:rollup-msrsrnk, r=GuillaumeGomezbors-234/+431
2024-02-28Opportunistically resolve regions when processing region outlives obligationsMichael Goulet-18/+14
2024-02-28Add regression test for inclusion of whitespace characters in rustdoc highlig...Guillaume Gomez-1/+30
2024-02-28Rollup merge of #121702 - compiler-errors:coerce-alias-relate, r=lcnrGuillaume Gomez-0/+32
2024-02-28Rollup merge of #121698 - rcvalle:rust-cfi-fix-typo, r=compiler-errorsGuillaume Gomez-0/+0
2024-02-28Rollup merge of #121695 - oli-obk:split_ty_utils, r=compiler-errorsGuillaume Gomez-74/+117
2024-02-28Rollup merge of #121691 - janstarke:handle-missing-creation-time-as-unsupport...Guillaume Gomez-1/+1
2024-02-28Rollup merge of #121686 - compiler-errors:rpitit-printing, r=lcnrGuillaume Gomez-21/+28
2024-02-28Rollup merge of #121680 - GuillaumeGomez:foreign-macro-jump-to-def, r=notriddleGuillaume Gomez-1/+22
2024-02-28Rollup merge of #121661 - surechen:change_attribute_to_local_20240226, r=lcnrGuillaume Gomez-22/+41
2024-02-28Rollup merge of #121572 - notriddle:notriddle/test-case-121106, r=GuillaumeGomezGuillaume Gomez-0/+19
2024-02-28Rollup merge of #121527 - Enselic:unix_sigpipe-tests-fixes, r=davidtwcoGuillaume Gomez-16/+25
2024-02-28Rollup merge of #121423 - nnethercote:rm-UntranslatableDiagnosticTrivial, r=d...Guillaume Gomez-88/+1
2024-02-28Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwcoGuillaume Gomez-1/+72
2024-02-28Rollup merge of #120051 - riverbl:os-str-display, r=m-ou-seGuillaume Gomez-10/+73
2024-02-28Auto merge of #121699 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-02-28Don't panic when encountering unexpected constructorNadrieril-4/+4
2024-02-28Use `LitKind::Err` for floats with unsupported bases.Nicholas Nethercote-67/+77
2024-02-28Reformat `float-field.rs` test.Nicholas Nethercote-113/+142
2024-02-28Use `LitKind::Err` for floats with empty exponents.Nicholas Nethercote-35/+6
2024-02-28Remove the `UntranslatableDiagnosticTrivial` lint.Nicholas Nethercote-88/+1
2024-02-28Rename `DiagnosticImportance` as `DiagImportance`.Nicholas Nethercote-16/+14
2024-02-28Rename `DiagnosticStyledString` as `DiagStyledString`.Nicholas Nethercote-60/+53
2024-02-28Rename `DiagnosticSymbolList` as `DiagSymbolList`.Nicholas Nethercote-10/+10
2024-02-28Rename `DiagnosticLocation` as `DiagLocation`.Nicholas Nethercote-12/+12
2024-02-28Rename `DiagnosticArgFromDisplay` as `DiagArgFromDisplay`.Nicholas Nethercote-21/+20
2024-02-28Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.Nicholas Nethercote-198/+196
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-1366/+1135
2024-02-27Update cargoWeihang Lo-0/+0
2024-02-28Rename `SubDiagnostic` as `Subdiag`.Nicholas Nethercote-27/+23
2024-02-28Rename `DelayedDiagnostic` as `DelayedDiagInner`.Nicholas Nethercote-5/+5
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-87/+87
2024-02-27Auto merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-sebors-128/+331
2024-02-27Process alias-relate obligations in CoerceUnsized loopMichael Goulet-0/+32
2024-02-27CFI: Fix typo in test file namesRamon de C Valle-0/+0
2024-02-27Auto merge of #121677 - flip1995:clippy-subtree-update, r=Manishearthbors-10861/+14195
2024-02-27Split rustc_type_ir to avoid rustc_ast from depending on itOli Scherer-74/+117
2024-02-27Print RPITIT like an opaqueMichael Goulet-14/+18
2024-02-27rename RPITIT from opaque to syntheticMichael Goulet-11/+14
2024-02-27handle unavailable creation time as `io::ErrorKind::Unsupported`Jan Starke-1/+1
2024-02-27Prevent inclusion of whitespace character after macro_rules identGuillaume Gomez-0/+1