summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Revert "Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum"Eric Huss2020-12-162-45/+2
| * | | | | | | | | | | | | Rollup merge of #80073 - kulikjak:add-target-alias-support, r=varkorYuki Okushi2020-12-172-1/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Add support for target aliasesJakub Kulik2020-12-162-1/+19
| * | | | | | | | | | | | | | Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandryYuki Okushi2020-12-1714-76/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Fixed conflict with drop elaboration and coverageRich Kadel2020-12-1514-76/+76
| * | | | | | | | | | | | | | | Rollup merge of #80069 - jyn514:core-assert, r=dtolnayYuki Okushi2020-12-171-0/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Test that `core::assert!` is validJoshua Nelson2020-12-151-0/+13
| * | | | | | | | | | | | | | | | Rollup merge of #80039 - LeSeulArtichaut:rm-tyencoder-tcx, r=matthewjasperYuki Okushi2020-12-173-8/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Remove unused `TyEncoder::tcx` required methodLeSeulArtichaut2020-12-143-8/+0
| * | | | | | | | | | | | | | | | | Rollup merge of #80026 - JohnTitor:separator-insensitive, r=Mark-SimulacrumYuki Okushi2020-12-171-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | expand-yaml-anchors: Make the output directory separator-insensitiveYuki Okushi2020-12-141-1/+2
| * | | | | | | | | | | | | | | | | | Rollup merge of #79882 - wecing:master, r=oli-obkYuki Okushi2020-12-172-0/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | fix test case issue refChenguang Wang2020-12-091-1/+1
| | * | | | | | | | | | | | | | | | | | update commentsChenguang Wang2020-12-091-5/+4
| | * | | | | | | | | | | | | | | | | | fix issue #78496Chenguang Wang2020-12-092-0/+44
| * | | | | | | | | | | | | | | | | | | Rollup merge of #79877 - bstrie:depinfut, r=oli-obkYuki Okushi2020-12-178-69/+111
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Allow `since="TBD"` for rustc_deprecatedbstrie2020-12-168-69/+111
| | | |_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi2020-12-1727-81/+360
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Add a few basic tests for if-let guardsLeSeulArtichaut2020-12-069-35/+190
| | * | | | | | | | | | | | | | | | | | Handle `Guard::IfLet` in clippyLeSeulArtichaut2020-12-064-1/+24
| | * | | | | | | | | | | | | | | | | | Implement lowering of if-let guards to MIRLeSeulArtichaut2020-12-067-11/+84
| | * | | | | | | | | | | | | | | | | | Introduce if-let guards in the THIRLeSeulArtichaut2020-12-062-4/+5
| | * | | | | | | | | | | | | | | | | | Implement liveness passes for if-let guardsLeSeulArtichaut2020-12-061-4/+10
| | * | | | | | | | | | | | | | | | | | Implement typechecking if-let guardsLeSeulArtichaut2020-12-062-12/+24
| | * | | | | | | | | | | | | | | | | | Introduce if-let guards in the HIRLeSeulArtichaut2020-12-066-15/+24
* | | | | | | | | | | | | | | | | | | | Auto merge of #79790 - LeSeulArtichaut:issue-79683, r=lcnrbors2020-12-173-28/+193
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Take into account negative impls in "trait item not found" suggestionsLeSeulArtichaut2020-12-163-28/+193
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Auto merge of #80087 - davidtwco:issue-80086-llvm-dwp-in-ci-llvm, r=Mark-Simu...bors2020-12-161-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | bootstrap: include llvm-dwp in CI LLVMDavid Wood2020-12-161-0/+1
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Auto merge of #77117 - davidtwco:issue-34651-split-dwarf, r=nagisabors2020-12-1622-127/+431
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | cg_llvm: split dwarf filename and comp dirDavid Wood2020-12-165-8/+21
| * | | | | | | | | | | | | | | | | compiletest: add split dwarf compare modeDavid Wood2020-12-165-1/+27
| * | | | | | | | | | | | | | | | | tests: add run-make-fulldeps split-dwarf testDavid Wood2020-12-162-0/+9
| * | | | | | | | | | | | | | | | | cg_clif: fix build with split dwarfDavid Wood2020-12-161-0/+3
| * | | | | | | | | | | | | | | | | cg_llvm: implement split dwarf supportDavid Wood2020-12-168-46/+228
| * | | | | | | | | | | | | | | | | bootstrap: copy `llvm-dwp` to sysrootDavid Wood2020-12-162-11/+24
| * | | | | | | | | | | | | | | | | cg_ssa: introduce `TargetMachineFactoryFn` aliasDavid Wood2020-12-165-21/+16
| * | | | | | | | | | | | | | | | | cg_ssa: correct documentation commentsDavid Wood2020-12-161-56/+49
| * | | | | | | | | | | | | | | | | session: add `split-dwarf` flagDavid Wood2020-12-162-0/+36
| * | | | | | | | | | | | | | | | | llvm: update ffi bindings for split dwarfDavid Wood2020-12-165-7/+41
* | | | | | | | | | | | | | | | | | Auto merge of #79682 - jyn514:no-blanket-impls, r=Manishearth,GuillaumeGomezbors2020-12-162-79/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Don't look for blanket impls in intra-doc linksJoshua Nelson2020-12-152-79/+15
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Auto merge of #79607 - DrMeepster:maybe_uninit_write_slice, r=m-ou-sebors2020-12-163-0/+276
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | write_slice(_cloned)DrMeepster2020-12-153-0/+276
* | | | | | | | | | | | | | | | | Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomezbors2020-12-165-30/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Get rid of `clean::Deprecation`Joshua Nelson2020-12-145-30/+21
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnaybors2020-12-164-84/+141
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Refactor `parse_prefix` on WindowsChristiaan Dirkx2020-11-074-84/+141
* | | | | | | | | | | | | | | | | | Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obkbors2020-12-157-136/+103
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix clippy testVishnunarayan K I2020-12-051-3/+2