about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-17Auto merge of #3124 - eduardosm:fix-sse41-round, r=RalfJungbors-5/+64
2023-10-17Fix rounding mode check in SSE4.1 round functionsEduardo Sánchez Muñoz-5/+64
2023-10-17Update cargoWeihang Lo-0/+0
2023-10-17Don't pass `-stdlib=libc++` when building C files on macOSZalathar-4/+3
2023-10-17Auto merge of #116518 - vita-rust:vita, r=workingjubileebors-104/+35
2023-10-17Update to LLVM 17.0.3Nikita Popov-0/+0
2023-10-17[RFC 3127 - Trim Paths]: Add documentation for -Zremap-path-scopeUrgau-0/+24
2023-10-17[RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...)Urgau-3/+4
2023-10-17Updated libc and doc for Vita targetNikolay Arhipov-104/+35
2023-10-17bootstrap: fix warningsonur-ozkan-2/+1
2023-10-17rename bootstrap module utils/dylib_util->utils/dylibonur-ozkan-4/+4
2023-10-17move bootstrap utils into bootstrap/src/utils moduleonur-ozkan-861/+297
2023-10-17move bootstrap core implementation to bootstrap/src/core moduleonur-ozkan-189/+792
2023-10-17improve bootstrap tests structureonur-ozkan-10/+10
2023-10-17reorganize bootstrap bins and helper module utilizationsonur-ozkan-35/+19
2023-10-17fmtThe Miri Conjob Bot-49/+14
2023-10-17Merge from rustcThe Miri Conjob Bot-923/+2019
2023-10-17Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-16fix lint failures in clippyArthur Lafrance-16/+16
2023-10-17Auto merge of #116477 - nnethercote:tidy-alpha-deps, r=wesleywiserbors-2/+2
2023-10-16Rollup merge of #116798 - GuillaumeGomez:rustdoc-gui-tester-cleanup, r=notriddleGuillaume Gomez-2/+7
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-17/+17
2023-10-16Auto merge of #116804 - matthiaskrgr:rollup-m2qm8ul, r=matthiaskrgrbors-8/+11
2023-10-16Elaborate comment.Camille GILLOT-0/+2
2023-10-16Update docs tooJeremy Fitzhardinge-6/+6
2023-10-16Motivate renumbering and avoid underflow.Camille GILLOT-3/+6
2023-10-16Improve display of parallel jobs in rustdoc-gui tester scriptGuillaume Gomez-2/+7
2023-10-16Rollup merge of #116790 - klensy:opt-dist-tabled-no-derive, r=KobzolMatthias Krüger-1/+1
2023-10-16Rollup merge of #116709 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2023-10-16Rollup merge of #116430 - onur-ozkan:vendoring-in-tarball-sources, r=clubby789Matthias Krüger-6/+9
2023-10-16Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obkbors-0/+2
2023-10-16Normalize alloc-id in tests.Camille GILLOT-0/+29
2023-10-16Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstriebbors-8/+8
2023-10-16Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obkbors-295/+380
2023-10-16opt-dist: disable unused features for tabled crateklensy-1/+1
2023-10-16triagebot: re-enable merge commit checkRalf Jung-4/+3
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-8/+8
2023-10-15Auto merge of #3118 - eduardosm:intrinsics-x86-sse41, r=RalfJungbors-0/+581
2023-10-15Rollup merge of #116341 - Ayush1325:uefi-args, r=Mark-SimulacrumMatthias Krüger-0/+2
2023-10-15Implement `llvm.x86.sse41.*` intrinsicsEduardo Sánchez Muñoz-0/+581
2023-10-15separate bounds-check from alignment checkRalf Jung-24/+13
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-50/+55
2023-10-15place evaluation: require the original pointer to be aligned if an access hap...Ralf Jung-8/+55
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-220/+264
2023-10-15Implement args for UEFIAyush Singh-0/+2
2023-10-15Fix podman detection in CI scriptsNilstrieb-1/+1
2023-10-15Rollup merge of #116741 - mejrs:string_pat, r=fee1-deadMatthias Krüger-0/+45
2023-10-15add x.py.zsh to tidy checkonur-ozkan-1/+2
2023-10-15optimize `GenerateCompletions::run`onur-ozkan-17/+18
2023-10-15generate zsh autocompletion for xonur-ozkan-2/+756