about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-08Auto merge of #114623 - Kobzol:opt-dist-gha-summaries, r=Mark-Simulacrumbors-28/+100
2023-10-07Auto merge of #116416 - Kobzol:ci-host-llvm-17-0-2, r=Mark-Simulacrumbors-1/+1
2023-10-07Auto merge of #116437 - nnethercote:rustc_features, r=Nilstriebbors-1/+1
2023-10-07linker: Remove unstable legacy CLI linker flavorsVadim Petrochenkov-5/+3
2023-10-07Correctly handle cross-crate C-like variantsGuillaume Gomez-20/+7
2023-10-07Only display enum variants integer values if one of them has a value setGuillaume Gomez-18/+27
2023-10-07allow option-ext as a tool dependency (MPL licensed)Ralf Jung-0/+1
2023-10-07Merge from rustcThe Miri Conjob Bot-772/+2640
2023-10-07Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-06Update docs for mips target tier demotion.Eric Huss-4/+4
2023-10-06Rollup merge of #116277 - RalfJung:post-mono, r=oli-obkJubilee-2/+1
2023-10-06Show values of C-like variants even if not defined by the userGuillaume Gomez-22/+90
2023-10-06Update platform docs for aarch64-apple-tvos-simSebastian Imlay-1/+4
2023-10-06Rename `flag` to `arg`Jakub Beránek-4/+4
2023-10-06Rollup merge of #116423 - eltociear:patch-22, r=flip1995Matthias Krüger-2/+2
2023-10-06Auto merge of #3112 - RalfJung:rustup, r=RalfJungbors-717/+605
2023-10-06Merge from rustcRalf Jung-716/+604
2023-10-06Preparing for merge from rustcRalf Jung-1/+1
2023-10-06Auto merge of #3110 - eduardosm:rounding-without-host-floats, r=RalfJungbors-30/+27
2023-10-06Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyupPhilipp Krones-54/+64
2023-10-06Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyupPhilipp Krones-768/+2637
2023-10-06Do not use host floats in `simd_{ceil,floor,round,trunc}`Eduardo Sánchez Muñoz-30/+27
2023-10-06Fix problems of Reserved -> FrozenNeven Villani-481/+1097
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