about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-09Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmeasebors-31/+112
2023-10-09Improve codeGuillaume Gomez-36/+24
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-1/+1
2023-10-09Remove no longer used dependency from the list of allowed dependenciesbjorn3-1/+0
2023-10-09return_pointer_aliasing2 should also run with SBRalf Jung-2/+45
2023-10-09add test to ensure RET assignments do not get propagated on unwindingRalf Jung-0/+74
2023-10-09add test for self-assignment on call through referenceRalf Jung-0/+16
2023-10-09float-to-float casts also have non-deterministic NaN resultsRalf Jung-10/+121
2023-10-09ensure unary minus propagates NaN payloads exactlyRalf Jung-0/+8
2023-10-08Clean up subversion layoutMichael Howell-0/+5
2023-10-08rustdoc: add missing macros to sibling nav sidebarMichael Howell-8/+21
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-12/+33
2023-10-08rustdoc: align crate name with search barMichael Howell-5/+27
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-32/+85
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-6/+16
2023-10-08compiletest: add a way to specify params with spacesMichael Howell-1/+9
2023-10-08rustdoc: show crate name beside small logoMichael Howell-33/+73
2023-10-08Bump to latest betaMark Rousskov-392/+384
2023-10-08fix: adjust span derivation for const genericsCaleb Cartwright-1/+1
2023-10-08Drop all MIPS targets from CIJubilee Young-76/+1
2023-10-08Drop mips*-unknown-linux-musl* to tier 3Jubilee Young-4/+4
2023-10-08Drop mips*-unknown-linux-gnu* to tier 3Jubilee Young-4/+4
2023-10-08miri: make NaN generation non-deterministicRalf Jung-20/+361
2023-10-08Auto merge of #116515 - petrochenkov:nolegflavor, r=lqdbors-5/+3
2023-10-08Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilationonur-ozkan-0/+7
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-14/+17
2023-10-08Auto merge of #116450 - Kobzol:automation-try-bors-ci, r=Mark-Simulacrumbors-3/+3
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