about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-06Miri: Add `CreateWaitableTimerEx` stubChris Denton-0/+12
2023-10-06Rollup merge of #116475 - notriddle:notriddle/impl-trait-null, r=GuillaumeGomezGuillaume Gomez-1/+1
2023-10-06add a direct dlsym testRalf Jung-19/+38
2023-10-06allow dyn_sym in the files where they are defined; remove unreachable android...Ralf Jung-19/+25
2023-10-06make some things on foreign_items privateRalf Jung-256/+256
2023-10-06refactor dlsym: dispatch symbols via the normal shim mechanismRalf Jung-461/+168
2023-10-06Make `tidy-alphabetical-{start,end}` work more widely.Nicholas Nethercote-2/+2
2023-10-06Auto merge of #3098 - BlackHoleFox:apple-entropy, r=RalfJungbors-4/+26
2023-10-06Move getentropy handling to a shared location for foreign item implementationBlackHoleFox-4/+26
2023-10-05rustdoc-search: fix bug with multi-item impl traitMichael Howell-1/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-271/+191
2023-10-05Auto merge of #3107 - eduardosm:update-deps, r=RalfJungbors-503/+573
2023-10-06remove the use of `fn update_submodule` on rust-analyzeronur-ozkan-2/+0
2023-10-05Update test dependenciesEduardo Sánchez Muñoz-92/+162
2023-10-05Update miri-script dependenciesEduardo Sánchez Muñoz-41/+179
2023-10-05Update cargo-miri dependenciesEduardo Sánchez Muñoz-201/+99
2023-10-05Update miri dependenciesEduardo Sánchez Muñoz-169/+133
2023-10-05Remove `try-merge` from CI workflowJakub Beránek-1/+0
2023-10-05Enable new bors try branch to run on CIJakub Beránek-2/+3
2023-10-05Pass host flags to `rustc` shim using prefixed env. varsJakub Beránek-18/+42
2023-10-05Remove unused `RUSTDOC_FUSE_LD_LLD` flagJakub Beránek-4/+0
2023-10-05Rollup merge of #116296 - compiler-errors:default-return, r=estebankJubilee-17/+14
2023-10-05Rollup merge of #116223 - catandcoder:master, r=cjgillotJubilee-1/+1
2023-10-05Auto merge of #3106 - RalfJung:tree-borrows-initial, r=RalfJungbors-61/+106
2023-10-05Rename `Features::active_features`.Nicholas Nethercote-1/+1
2023-10-05Tree Borrows: do not create new tags as 'Active'Ralf Jung-61/+106
2023-10-05Auto merge of #3000 - RalfJung:no_std, r=oli-obkbors-19/+22
2023-10-04Fix spans for comments in rustfmtMichael Goulet-1/+2
2023-10-04Fix spans for comments in rustfmtMichael Goulet-1/+2
2023-10-04Point to closure return instead of output if defaultedMichael Goulet-2/+2
2023-10-04Fix clippyMichael Goulet-18/+14
2023-10-04Auto merge of #3105 - RalfJung:sysroot-target, r=RalfJungbors-1/+4
2023-10-04miri-script: print which sysroot target we are buildingRalf Jung-1/+4
2023-10-04auto-detect no_std where possibleRalf Jung-19/+22
2023-10-04vendor distribution on the tarball sourcesonur-ozkan-5/+10
2023-10-04Update documentation for LLVM CFI supportRamon de C Valle-76/+85
2023-10-05Fix typo in attrs.rsIkko Eltociear Ashimine-2/+2
2023-10-04Auto merge of #116381 - Mark-Simulacrum:drop-wasm32-unknown-emscripten, r=Kobzolbors-66/+0
2023-10-04Bump host compiler on x64 dist Linux to LLVM 17.0.2Jakub Beránek-1/+1
2023-10-04Auto merge of #116360 - compiler-errors:async-span, r=oli-obkbors-19/+22
2023-10-04Auto merge of #116353 - Kobzol:new-bors-event, r=Mark-Simulacrumbors-0/+2
2023-10-04Auto merge of #116406 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-10-04Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked...Matthias Krüger-104/+69
2023-10-04Rollup merge of #116365 - P1n3appl3:master, r=onur-ozkanMatthias Krüger-5/+7
2023-10-04Update cargoWeihang Lo-0/+0
2023-10-04Fix misuses of a vs ancui fliter-1/+1
2023-10-03bootstrap: make copying linker binaries conditionalJoseph Ryan-5/+7
2023-10-03wording tweaksRalf Jung-2/+2
2023-10-03Fix typos `*ucom` → `ucom*`Eduardo Sánchez Muñoz-2/+2
2023-10-03rustdoc: add support for cross-crate higher-ranked typesLeón Orell Valerian Liehr-1/+16