about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-11LLVM Bitcode Linker: Added crateKjetil Kjeka-0/+338
2024-03-11LLVM_TOOLS: Include llvm-link as a llvm toolKjetil Kjeka-0/+1
2024-03-11Auto merge of #122331 - jhpratt:rollup-cbl8xsy, r=jhprattbors-81/+277
2024-03-11Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDentonJacob Pratt-19/+36
2024-03-11Rollup merge of #122315 - nnethercote:multiple-into-diag-message, r=NilstriebJacob Pratt-14/+13
2024-03-11Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviperJacob Pratt-7/+17
2024-03-11Rollup merge of #122108 - alexcrichton:target-config-runtool, r=WaffleLapkinJacob Pratt-7/+43
2024-03-11Rollup merge of #122002 - devnexen:thread_stack_netbsd_fix, r=workingjubilee,...Jacob Pratt-2/+3
2024-03-11Rollup merge of #121907 - onur-ozkan:better-target-sanity-check, r=albertlars...Jacob Pratt-10/+7
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-11/+89
2024-03-11Rollup merge of #121633 - ChrisDenton:precise, r=NilstriebJacob Pratt-4/+11
2024-03-11Rollup merge of #121148 - clarfonthey:try-range, r=dtolnayJacob Pratt-7/+58
2024-03-11Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnaybors-138/+246
2024-03-11Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function.Nicholas Nethercote-14/+13
2024-03-11Auto merge of #122050 - erikdesjardins:sret, r=nikicbors-132/+329
2024-03-11Optimize `process_heap_alloc`John Kåre Alsaker-19/+36
2024-03-11Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelixbors-82/+121
2024-03-11Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercotebors-586/+567
2024-03-11Rename diagnostic derive things.Nicholas Nethercote-11/+10
2024-03-11Rename `DecorateLint` as `LintDiagnostic`.Nicholas Nethercote-54/+54
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-153/+153
2024-03-10Auto merge of #122312 - matthiaskrgr:rollup-0p8y7gg, r=matthiaskrgrbors-169/+204
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-164/+146
2024-03-11Rename `IntoDiagnosticArg` as `IntoDiagArg`.Nicholas Nethercote-219/+218
2024-03-11Remove unused impls from some subdiagnostics.Nicholas Nethercote-3/+3
2024-03-11Remove unused impls for some diagnostics.Nicholas Nethercote-26/+26
2024-03-11Remove `Default` derive from `MacroExpectedFound`.Nicholas Nethercote-2/+3
2024-03-10Rollup merge of #122304 - lukas-code:dyn-star-meta, r=compiler-errorsMatthias Krüger-2/+41
2024-03-10Rollup merge of #122302 - ratmice:issue122234, r=cuviperMatthias Krüger-4/+4
2024-03-10Rollup merge of #122297 - RalfJung:bootstrap-build, r=onur-ozkanMatthias Krüger-1/+3
2024-03-10Rollup merge of #122293 - Enselic:no-bare-unix_sigpipe, r=fmeaseMatthias Krüger-16/+9
2024-03-10Rollup merge of #122290 - RalfJung:mir-printing, r=compiler-errorsMatthias Krüger-101/+114
2024-03-10Rollup merge of #122286 - RalfJung:resolve, r=compiler-errorsMatthias Krüger-33/+20
2024-03-10Rollup merge of #122277 - RalfJung:BorrowedCursor, r=cuviperMatthias Krüger-2/+4
2024-03-10Rollup merge of #122276 - RalfJung:io-read, r=NilstriebMatthias Krüger-10/+7
2024-03-10Rollup merge of #122275 - RalfJung:std-oom, r=workingjubileeMatthias Krüger-0/+2
2024-03-10Auto merge of #122306 - workingjubilee:backtrace-0.3.70, r=workingjubileebors-0/+0
2024-03-10add -O to some tests which depend on attributes being addedErik Desjardins-5/+6
2024-03-10Update backtrace submodule to 0.3.70Jubilee Young-0/+0
2024-03-10fix metadata for dyn-star in new solverLukas Markeffsky-2/+41
2024-03-10docs: Correct ptr/ref verbiage in SliceIndex docs.matt rice-4/+4
2024-03-10test into_boxed_slice with custom allocator in MiriRalf Jung-4/+14
2024-03-10RawVec::into_box: avoid unnecessary intermediate referenceRalf Jung-3/+3
2024-03-10Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=onur-ozkanbors-43/+180
2024-03-10bootstrap: document what the triples in 'Build' meanRalf Jung-1/+3
2024-03-10skip sanity check for non-host targets in `check` buildsonur-ozkan-10/+7
2024-03-10Remove unused structs in clippyr0cky-64/+2
2024-03-10Detect unused struct impls pub traitr0cky-18/+119
2024-03-10Auto merge of #122272 - lnicola:sync-from-ra, r=lnicolabors-2348/+4710
2024-03-10diagnostics: Do not suggest using `#[unix_sigpipe]` without a valueMartin Nordholts-16/+9