summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-12-10Produce an explicit error when using a self-contained lld, but we don't add i...Jakub Beránek-0/+10
2023-12-10Add change tracker entryJakub Beránek-0/+5
2023-12-10Do not invoke external lld to figure out thread flags in self-contained modeJakub Beránek-8/+23
2023-12-10Use MCP510Jakub Beránek-2/+11
2023-12-10Introduce `LldMode` and generalize parsing of `use-lld`Jakub Beránek-12/+99
2023-12-10Refactor rust(do)c linker flagsJakub Beránek-65/+51
2023-12-10Add `is_msvc` functionJakub Beránek-23/+26
2023-12-10Merge from rustcRalf Jung-142/+439
2023-12-10Preparing for merge from rustcRalf Jung-1/+1
2023-12-10remove redundant importssurechen-54/+20
2023-12-10Auto merge of #118787 - GuillaumeGomez:rollup-fj5wr3q, r=GuillaumeGomezbors-2/+13
2023-12-09Auto merge of #118069 - onur-ozkan:bypass_bootstrap_lock, r=Mark-Simulacrumbors-68/+128
2023-12-09Check $CARGO before $PATHJubilee Young-1/+1
2023-12-09fix --dry-run when the change-id warning is printedjyn-2/+2
2023-12-09allow bypassing the build directory lockonur-ozkan-68/+128
2023-12-09Auto merge of #117771 - tmandry:fuchsia-gha, r=Mark-Simulacrumbors-11/+141
2023-12-09Rollup merge of #118747 - Urgau:check-cfg-freebsd-cleanup, r=onur-ozkanGuillaume Gomez-2/+0
2023-12-09Rollup merge of #117966 - lxy19980601:safe_compilation_options, r=Mark-Simula...Guillaume Gomez-0/+13
2023-12-09merge core_panic feature into panic_internalsRalf Jung-5/+0
2023-12-09Auto merge of #118771 - workingjubilee:rollup-q1p3riz, r=workingjubileebors-0/+1
2023-12-09Rollup merge of #118737 - nnethercote:tidy-alphabetical-in-testsa, r=NilstriebJubilee-0/+1
2023-12-09Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwcobors-0/+83
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-0/+2
2023-12-08Fix x86 SSE4.1 ptestnzcEduardo Sánchez Muñoz-36/+41
2023-12-08Auto merge of #3214 - eduardosm:move-x86-code, r=RalfJungbors-265/+304
2023-12-08use magenta instead of bold for highlightingjyn-1/+1
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-20/+32
2023-12-08Move implementation of SSE4.1 dpps/dppd to helper functionEduardo Sánchez Muñoz-37/+52
2023-12-08Move implementation of SSE4.1 `ptest*` into a helper functionEduardo Sánchez Muñoz-21/+41
2023-12-08Make some matches exhaustive to avoid bugs, fix toolsMichael Goulet-1/+4
2023-12-08coro_kind -> coroutine_kindMichael Goulet-19/+28
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-8/+17
2023-12-08Remove extra check-cfg handled by libc directlyUrgau-2/+0
2023-12-08Extend tidy alphabetical checking to `tests/`.Nicholas Nethercote-0/+1
2023-12-08Auto merge of #118732 - matthiaskrgr:rollup-ub9pgjm, r=matthiaskrgrbors-28/+18
2023-12-08Rollup merge of #118722 - notriddle:notriddle/dom-opt-3, r=GuillaumeGomezMatthias Krüger-19/+6
2023-12-08Rollup merge of #118677 - GuillaumeGomez:doc_cfg-display, r=notriddleMatthias Krüger-9/+12
2023-12-08Auto merge of #118301 - weihanglo:rustfix-doc, r=albertlarsan68bors-5/+4
2023-12-08Merge from rustcThe Miri Conjob Bot-134/+161
2023-12-08Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-12-07Build Fuchsia in CITyler Mandry-11/+141
2023-12-07Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelixbors-0/+1
2023-12-07rustdoc: remove unused parameter `reversed` from onEach(Lazy)Michael Howell-19/+6
2023-12-07Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlinbors-11/+28
2023-12-07also print 'immutable' flagRalf Jung-2/+16
2023-12-07compile-time evaluation: emit a lint when a write through an immutable pointe...Ralf Jung-3/+4
2023-12-07ctfe interpreter: extend provenance so that it can track whether a pointer is...Ralf Jung-6/+8
2023-12-07Move round_* functions from `shims::x86::sse41` module to `shims::x86`Eduardo Sánchez Muñoz-84/+84
2023-12-07Move unary_op_* functions from `shims::x86::sse` module to `shims::x86`Eduardo Sánchez Muñoz-125/+129
2023-12-07Auto merge of #118463 - cuviper:restore-cg_gcc-ci, r=cuviper,GuillaumeGomezbors-7/+16