about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-01remove hidden use of GlobalAlexander-1/+1
2024-02-29Auto merge of #121790 - jhpratt:rollup-yocg203, r=jhprattbors-213/+173
2024-02-29Rollup merge of #121779 - mu001999:clean, r=NilstriebJacob Pratt-75/+0
2024-02-29Rollup merge of #121778 - ibraheemdev:patch-19, r=RalfJungJacob Pratt-0/+3
2024-02-29Rollup merge of #121777 - sisungo:master, r=oli-obkJacob Pratt-3/+3
2024-02-29Rollup merge of #121768 - ecton:condvar-unwindsafe, r=m-ou-seJacob Pratt-1/+5
2024-02-29Rollup merge of #121748 - Amanieu:restore-libs-rotation, r=AmanieuJacob Pratt-1/+7
2024-02-29Rollup merge of #121745 - compiler-errors:refining-impl-trait-deeply-norm, r=...Jacob Pratt-5/+38
2024-02-29Rollup merge of #121740 - surechen:change_attribute_to_local_20240228, r=lcnrJacob Pratt-18/+45
2024-02-29Rollup merge of #121723 - nnethercote:two-diagnostic-things, r=oli-obkJacob Pratt-21/+40
2024-02-29Rollup merge of #120291 - pitaj:string-sliceindex, r=AmanieuJacob Pratt-88/+15
2024-02-29Rollup merge of #119748 - tgross35:suggest-path-split, r=AmanieuJacob Pratt-1/+17
2024-02-29Restore the standard library review rotation to its former gloryAmanieu d'Antras-1/+7
2024-02-29Fix tests that are affected by this changesisungo-2/+2
2024-02-29fix typosIbraheem Ahmed-3/+3
2024-02-29Remove unused diagnostic structr0cky-75/+0
2024-02-29document potential memory leak in unbounded channelIbraheem Ahmed-0/+3
2024-02-29Fix typo in `rustc_passes/messages.ftl`sisungo-1/+1
2024-02-29Auto merge of #121770 - matthiaskrgr:rollup-wdher8r, r=matthiaskrgrbors-396/+600
2024-02-29Refactor `DiagCtxtInner::flush_delayed`.Nicholas Nethercote-21/+21
2024-02-29Add a comment about how `IntoDiagnostic` should be impl'd.Nicholas Nethercote-0/+19
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-28Implement unwind safety for CondvarJonathan Johnson-1/+5
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-28Deeply normalize obligations in refining_impl_traitMichael Goulet-5/+38
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-28Changing some attributes to only_local.surechen-18/+45
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