about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-02Auto merge of #11899 - samueltardieu:redundant-if, r=llogiqbors-12/+10
2023-12-02Add substring API for `OsStr`Jan Verbeek-2/+131
2023-12-02Auto merge of #11853 - J-ZhengLi:issue11814, r=llogiqbors-229/+334
2023-12-02Auto merge of #3201 - RalfJung:rustup, r=RalfJungbors-1831/+2474
2023-12-02move packed-struct tests into packed/ folderRalf Jung-1/+1
2023-12-02Auto merge of #117912 - GeorgeWort:master, r=petrochenkovbors-22/+43
2023-12-02Tolerate hidden, binary files in tests/Peter Gerber-1/+6
2023-12-02Fix mod item in included file resolving incorrectlyLukas Wirth-36/+39
2023-12-02Fix macro expansion expression parenthesis wrappingLukas Wirth-64/+218
2023-12-02Auto merge of #118507 - flip1995:clippy-subtree-sync, r=matthiaskrgrbors-1174/+3660
2023-12-02Auto merge of #118507 - flip1995:clippy-subtree-sync, r=matthiaskrgrbors-1174/+3660
2023-12-02replace `once_cell::sync::OnceCell` with std `OnceLock`onur-ozkan-15/+14
2023-12-02Auto merge of #118498 - RalfJung:valtree-ice, r=lcnrbors-2/+25
2023-12-02fix an ICE when a valtree failed to evaluateRalf Jung-2/+25
2023-12-02Merge from rustcRalf Jung-1830/+2473
2023-12-02Preparing for merge from rustcRalf Jung-1/+1
2023-12-02Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnrbors-5/+130
2023-12-02Auto merge of #118465 - ehuss:update-mdbook, r=Mark-Simulacrumbors-6/+27
2023-12-02Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errorsbors-5/+5
2023-12-02Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errorsbors-517/+495
2023-12-02Add testsNadrieril-1/+229
2023-12-02Anticipate allocation sizesNadrieril-15/+8
2023-12-01Add more information to stable InstanceCelina G. Val-20/+134
2023-12-01Attempt to try to resolve blocking concernsCaio-242/+676
2023-12-02Auto merge of #118175 - lqd:unify-live-loans, r=matthewjasperbors-102/+144
2023-12-01rustdoc: do not escape quotes in body textMichael Howell-8/+50
2023-12-02Inline and remove `LoweringContext::handler()`.Nicholas Nethercote-6/+2
2023-12-02Remove unnecessary qualifiers.Nicholas Nethercote-3/+3
2023-12-02Use `Session::diagnostic` in more places.Nicholas Nethercote-40/+33
2023-12-02Use `Session::diagnostic` in more places.Nicholas Nethercote-66/+51
2023-12-02Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`.Nicholas Nethercote-1/+1
2023-12-02`Handler` tweaks.Nicholas Nethercote-8/+6
2023-12-02Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`.Nicholas Nethercote-5/+5
2023-12-02Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`.Nicholas Nethercote-25/+28
2023-12-02Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`.Nicholas Nethercote-21/+21
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-4/+4
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-278/+309
2023-12-02Rename `*note_without_error` as `*note`.Nicholas Nethercote-1/+1
2023-12-02Rename `*note_without_error` as `*note`.Nicholas Nethercote-45/+25
2023-12-02Rename `HandlerInner::failure` as `HandlerInner::failure_note`.Nicholas Nethercote-4/+4
2023-12-02Rename `Handler::span_note_diag` as `struct_span_note`.Nicholas Nethercote-4/+4
2023-12-02Remove an unnecessary local variable.Nicholas Nethercote-2/+1
2023-12-02Return `ErrorGuaranteed` from `span_err_with_code` methods.Nicholas Nethercote-3/+4
2023-12-02Inline and remove `DiagnosticBuilder::new_diagnostic_fatal`.Nicholas Nethercote-9/+1
2023-12-01Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelixbors-89/+133
2023-12-02Put `$(LLVM_BIN_DIR)` in quotes to prevent missing backslashesDianQK-1/+1
2023-12-01rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternativeMartin Nordholts-4/+14
2023-12-01Tweak unclosed generics errorsEsteban Küber-46/+65
2023-12-01Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-sebors-1/+1