about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-11Handle private dep at the same level as masked cratesGuillaume Gomez-15/+10
2023-10-11Prevent showing methods from blanket impls of not available foreign traits to...Guillaume Gomez-1/+13
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-61/+233
2023-10-11Auto merge of #116622 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-10-11Rollup merge of #116611 - mejrs:diagnostic_namespace, r=ehussAli MJ Al-Nasrawy-0/+84
2023-10-10update cargoWeihang Lo-0/+0
2023-10-11Document `diagnostic_namespace` featuremejrs-0/+84
2023-10-10Rollup merge of #116574 - rustbot:docs-update, r=ehussGuillaume Gomez-0/+0
2023-10-10Rollup merge of #116503 - ehuss:fix-mips-tier, r=AmanieuGuillaume Gomez-0/+4
2023-10-10Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...Guillaume Gomez-51/+146
2023-10-10Auto merge of #116551 - RalfJung:nondet-nan, r=oli-obkbors-20/+480
2023-10-09Auto merge of #116497 - compiler-errors:impl-span, r=cjgillotbors-1/+1
2023-10-09Auto merge of #116532 - onur-ozkan:enable-rustflags-bootstrap-on-bootstrap, r...bors-0/+7
2023-10-09Update booksrustbot-0/+0
2023-10-09Auto merge of #116569 - matthiaskrgr:rollup-ni0jdd6, r=matthiaskrgrbors-1/+0
2023-10-09Rollup merge of #116556 - bjorn3:sync_cg_clif-2023-10-09, r=bjorn3Matthias Krüger-1/+0
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-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-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