summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename feature_request. to feature_request.mdXAMPPRocky-patch-2XAMPPRocky2020-04-051-0/+0
* Create feature_request.XAMPPRocky2020-04-051-0/+26
* Auto merge of #70800 - Dylan-DPC:rollup-9jjoptp, r=Dylan-DPCbors2020-04-0515-49/+100
|\
| * Rollup merge of #70783 - tshepang:deleted-types, r=XanewokDylan DPC2020-04-051-1/+0
| |\
| | * comment refers to removed typeTshepang Lekhonkhobe2020-04-041-1/+0
| * | Rollup merge of #70768 - petrochenkov:macambig, r=Centril,mark-i-mDylan DPC2020-04-052-1/+14
| |\ \
| | * | macro_rules: `NtLifetime` cannot start with an identifierVadim Petrochenkov2020-04-042-1/+14
| * | | Rollup merge of #70766 - tspiteri:forget-to-ManuallyDrop, r=Mark-Simulacrum,R...Dylan DPC2020-04-055-38/+34
| |\ \ \
| | * | | use ManuallyDrop instead of forget inside collectionsTrevor Spiteri2020-04-045-38/+34
| * | | | Rollup merge of #70752 - yoshuawuyts:slice_fill, r=dtolnayDylan DPC2020-04-051-0/+24
| |\ \ \ \
| | * | | | Add slice::fillYoshua Wuyts2020-04-051-0/+24
| * | | | | Rollup merge of #70748 - ogoffart:enum-layout-optim2, r=eddybDylan DPC2020-04-052-5/+28
| |\ \ \ \ \
| | * | | | | Do not disable field reordering on enums with big discriminantOlivier Goffart2020-04-032-5/+28
| | |/ / / /
| * | | | | Rollup merge of #70635 - petrochenkov:nodefault, r=nagisaDylan DPC2020-04-054-4/+0
| |\ \ \ \ \ |/ / / / / /
| * | | | | rustc_target: Rely on default value of `no_default_libraries` moreVadim Petrochenkov2020-04-044-4/+0
| | |_|/ / | |/| | |
* | | | | Auto merge of #70149 - Xanewok:update-rls, r=Xanewokbors2020-04-045-72/+121
|\ \ \ \ \
| * | | | | rustc-workspace-hack: Account for upgraded crossbeam-utils 0.7Igor Matuszewski2020-04-052-2/+2
| * | | | | tidy: Update rustc-ap-syntax to -rustc_astIgor Matuszewski2020-04-051-1/+1
| * | | | | submodules: Update RLS and Rustfmt to 1.4.13Igor Matuszewski2020-04-053-69/+118
|/ / / / /
* | | | | Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewokbors2020-04-048-12/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update src/tools/publish_toolstate.pyIgor Matuszewski2020-04-041-1/+1
| * | | | Move rustc-guide submodule to rustc-dev-guideSantiago Pastorino2020-03-248-12/+12
* | | | | Auto merge of #70683 - jclulow:illumos-openssl-gmake, r=Mark-Simulacrumbors2020-04-041-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | update openssl-src to 111.8.1+1.1.1fJoshua M. Clulow2020-04-021-2/+2
* | | | | Auto merge of #70272 - eddyb:type-of-impl-trait, r=nikomatsakisbors2020-04-0421-311/+276
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | typeck/type_of: only early-bound and (free) late-bound lifetimes are parameters.Eduard-Mihai Burtescu2020-04-041-1/+3
| * | | | tests: add tests for lifetime and const params of opaque types.Eduard-Mihai Burtescu2020-04-044-27/+94
| * | | | typeck/type_of: let wfcheck handle duplicate generics in opaque types' substs.Eduard-Mihai Burtescu2020-04-0410-119/+93
| * | | | typeck/type_of: let wfcheck handle concrete types in opaque types' substs.Eduard-Mihai Burtescu2020-04-0412-61/+71
| * | | | typeck/type_of: don't ignore incorrect defining uses of opaque types.Eduard-Mihai Burtescu2020-04-0416-67/+48
| * | | | typeck/type_of: simplify checking of opaque types with multipler defining uses.Eduard-Mihai Burtescu2020-04-044-122/+53
| | |_|/ | |/| |
* | | | Auto merge of #70136 - hermitcore:network_tcp, r=dtolnaybors2020-04-043-89/+158
|\ \ \ \
| * | | | add basic IP support in HermitCoreStefan Lankes2020-03-193-89/+158
* | | | | Auto merge of #69718 - arlosi:debughash, r=eddybbors2020-04-0419-92/+332
|\ \ \ \ \
| * | | | | Add hash of source files in debug infoArlo Siemsen2020-04-0219-92/+332
* | | | | | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakisbors2020-04-035-28/+122
|\ \ \ \ \ \
| * | | | | | Update -Ccodegen-units docs wrt incr. comp. in rustc book.Michael Woerister2020-04-011-3/+2
| * | | | | | Add a test case for incremental + codegen-units interaction.Michael Woerister2020-03-312-1/+53
| * | | | | | Make the rustc respect the `-C codegen-units` flag in incremental mode.Michael Woerister2020-03-312-24/+67
* | | | | | | Auto merge of #70747 - Centril:rollup-2vx9bve, r=Centrilbors2020-04-0341-709/+283
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Rollup merge of #70741 - DutchGhost:test-59023, r=CentrilMazdak Farrokhzad2020-04-031-0/+17
| |\ \ \ \ \ \
| | * | | | | | Add test for #59023DutchGhost2020-04-031-0/+17
| * | | | | | | Rollup merge of #70735 - GuillaumeGomez:cleanup-e0502, r=Dylan-DPCMazdak Farrokhzad2020-04-031-2/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Clean up E0502 explanationGuillaume Gomez2020-04-031-2/+1
| * | | | | | | | Rollup merge of #70720 - ecstatic-morse:issue-70637, r=oli-obkMazdak Farrokhzad2020-04-032-16/+25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add regression test for #70673Oliver Scherer2020-04-031-0/+12
| | * | | | | | | | Place TLS initializers with relocations in .tdataDylan MacKenzie2020-04-021-16/+13
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Rollup merge of #70707 - ecstatic-morse:dataflow-graphviz-cleanup, r=nikomats...Mazdak Farrokhzad2020-04-031-277/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Remove unused graphviz visualizationDylan MacKenzie2020-04-021-277/+0
| | |/ / / / / / /
| * | | | | | | | Rollup merge of #70641 - estebank:dedup-code, r=nikomatsakisMazdak Farrokhzad2020-04-033-298/+81
| |\ \ \ \ \ \ \ \