about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-29Auto merge of #83185 - jyn514:remove-dead-code, r=oli-obkbors-2/+2
2021-03-29Auto merge of #80839 - tblah:riscv64linux_links, r=Mark-Simulacrumbors-16/+38
2021-03-29Auto merge of #83565 - RalfJung:miri, r=oli-obkbors-10/+15
2021-03-29Auto merge of #83605 - RalfJung:unaligned, r=petrochenkovbors-23/+63
2021-03-28Auto merge of #83602 - JohnTitor:cloudabi-flag-is-unnecessary, r=Xanewokbors-1/+0
2021-03-28test: run-make: skip tests on unsupported platformsTom Eccles-0/+7
2021-03-28test: run-make: flag tests which won't work in no-std environmentsTom Eccles-0/+5
2021-03-28ci: docker: x86_64: specify host explicitlyTom Eccles-1/+2
2021-03-28bootstrap: don't run linkcheck when crosscompilingTom Eccles-1/+15
2021-03-28ci: docker: riscv64gc: specify host explicitlyTom Eccles-1/+1
2021-03-28run-make: skip issue-36710 on riscv64 and armhfTom Eccles-0/+4
2021-03-28run-make: Specify --target to rustcTom Eccles-14/+5
2021-03-28adjust old testRalf Jung-16/+31
2021-03-28unaligned_references: align(N) fields in packed(N) structs are fineRalf Jung-7/+32
2021-03-28update MiriRalf Jung-9/+7
2021-03-28Remove unnecessary `ignore-cloudabi` flagJohnTitor-1/+0
2021-03-28Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisabors-0/+19
2021-03-27Remove (lots of) dead codeJoshua Nelson-2/+2
2021-03-27Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011bors-4/+8
2021-03-27resolve: Partially unify early and late scope-relative ident resolutionVadim Petrochenkov-4/+8
2021-03-27Rollup merge of #83548 - Aaron1011:capture-none-delims, r=petrochenkovDylan DPC-13/+58
2021-03-27Rollup merge of #82993 - camelid:source-use-diag, r=jyn514Dylan DPC-5/+3
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-35/+41
2021-03-27Rollup merge of #82626 - lcnr:encode_with_shorthandb, r=estebankDylan DPC-23/+28
2021-03-27Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkovDylan DPC-212/+160
2021-03-27Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obkDylan DPC-9/+85
2021-03-28Rollup merge of #83569 - sjakobi:issue56445-regression-test, r=jackh726Yuki Okushi-3/+48
2021-03-28Rollup merge of #83567 - jonjensen:patch-1, r=GuillaumeGomezYuki Okushi-1/+1
2021-03-28Rollup merge of #83348 - osa1:issue83344, r=jackh726Yuki Okushi-2/+17
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-212/+160
2021-03-27update testslcnr-8/+8
2021-03-27combine: stop eagerly evaluating constsBastian Kauschke-9/+85
2021-03-27Add regression tests for #56445Simon Jakobi-3/+48
2021-03-27Update rustup cross-compilation docs linkJon Jensen-1/+1
2021-03-27Run Miri test suite with mir-opt-level=4Ralf Jung-1/+8
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-1/+1
2021-03-27format macro argument parsing fixÖmer Sinan Ağacan-2/+17
2021-03-27Rollup merge of #83511 - 12101111:fix-llvm-version-suffix, r=Mark-SimulacrumYuki Okushi-1/+9
2021-03-27Rollup merge of #83343 - osa1:issue83340, r=jackh726Yuki Okushi-0/+16
2021-03-27Rollup merge of #83328 - tmiasko:asm-test, r=joshtriplettYuki Okushi-2/+2
2021-03-27Rollup merge of #83239 - JohnTitor:reduce-deps, r=Mark-SimulacrumYuki Okushi-2/+0
2021-03-26Always preserve `None`-delimited groups in a captured `TokenStream`Aaron Hill-13/+58
2021-03-26Auto merge of #83418 - ehuss:update-cargo, r=ehussbors-0/+0
2021-03-26fix rustc_on_implemented `_Self` pathslcnr-15/+20
2021-03-26update array missing `IntoIterator` msglcnr-18/+18
2021-03-26Update cargoEric Huss-0/+0
2021-03-26Auto merge of #83488 - Aaron1011:ban-expr-inner-attrs, r=petrochenkovbors-143/+212
2021-03-26Use iter::zip in src/tools/clippy/Josh Stone-35/+41
2021-03-26Auto merge of #83404 - michaelwoerister:issue83045, r=eddybbors-0/+36
2021-03-26Handle llvm_version with suffix like "12.0.0libcxx"12101111-1/+9