about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-26Add missing # Panics section to `Vec` methodSebastian Widua-1/+6
2021-08-26Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obkbors-173/+615
2021-08-26Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomezbors-49/+38
2021-08-26Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisabors-321/+288
2021-08-26Auto merge of #88069 - Mark-Simulacrum:llvm-pgo, r=pietroalbinibors-60/+105
2021-08-25use a peekable iterator to check the first chunkErik Desjardins-3/+14
2021-08-25yet more comment improvementsErik Desjardins-2/+7
2021-08-25improve commentsErik Desjardins-9/+14
2021-08-25put code in a more logical orderErik Desjardins-345/+350
2021-08-25add commentsErik Desjardins-19/+119
2021-08-25implement InitMaskCompressed using InitChunkIter, cleanupErik Desjardins-23/+33
2021-08-25optimize initialization checksErik Desjardins-9/+102
2021-08-25improve commentErik Desjardins-1/+1
2021-08-25don't generate partially-undef constsErik Desjardins-24/+56
2021-08-25use undef for uninitialized bytes in constantsErik Desjardins-21/+202
2021-08-25Bump download-ci-llvm stampMark Rousskov-1/+1
2021-08-25Bump sccache used in CI to v0.2.15Mark Rousskov-3/+6
2021-08-25Auto merge of #85499 - jackh726:assoc-type-norm-rebase, r=nikomatsakisbors-391/+811
2021-08-25Bless NLL compare modejackh726-2/+2
2021-08-25Various pattern cleanupsLéo Lanteri Thauvin-68/+47
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-253/+241
2021-08-25Auto merge of #88329 - LeSeulArtichaut:rollup-blg8hc0, r=LeSeulArtichautbors-315/+678
2021-08-25Rollup merge of #88325 - jyn514:noalias, r=XAMPPRockyLéo Lanteri Thauvin-0/+2
2021-08-25Rollup merge of #88314 - spastorino:type-of-a-let-tait-test, r=oli-obkLéo Lanteri Thauvin-0/+142
2021-08-25Rollup merge of #88299 - ijackson:bufwriter, r=Mark-SimulacrumLéo Lanteri Thauvin-10/+8
2021-08-25Rollup merge of #88298 - ijackson:errorkind-reorder, r=dtolnayLéo Lanteri Thauvin-22/+30
2021-08-25Rollup merge of #88293 - est31:fix_grammar, r=Mark-SimulacrumLéo Lanteri Thauvin-4/+4
2021-08-25Rollup merge of #88291 - mdsn:partition-in-blocks-safety, r=Mark-SimulacrumLéo Lanteri Thauvin-0/+26
2021-08-25Rollup merge of #88277 - ehuss:update-books, r=ehussLéo Lanteri Thauvin-0/+0
2021-08-25Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514Léo Lanteri Thauvin-4/+4
2021-08-25Rollup merge of #88267 - sexxi-goose:truncate_unique, r=nikomatsakisLéo Lanteri Thauvin-70/+48
2021-08-25Rollup merge of #88226 - steffahn:an_rc, r=michaelwoeristerLéo Lanteri Thauvin-9/+9
2021-08-25Rollup merge of #88223 - scottmcm:fix-alias, r=yaahcLéo Lanteri Thauvin-15/+9
2021-08-25Rollup merge of #88218 - Aaron1011:missing-method-dyn, r=nagisaLéo Lanteri Thauvin-15/+23
2021-08-25Rollup merge of #88196 - asquared31415:named-asm-labels-refactor, r=AmanieuLéo Lanteri Thauvin-147/+304
2021-08-25Rollup merge of #88157 - Icenowy:bootstrap-riscv64, r=Mark-SimulacrumLéo Lanteri Thauvin-0/+1
2021-08-25Rollup merge of #88156 - steffahn:arc_make_mut_and_weak, r=Mark-SimulacrumLéo Lanteri Thauvin-19/+39
2021-08-25Rollup merge of #87944 - oconnor663:as_array_of_cells, r=scottmcmLéo Lanteri Thauvin-0/+29
2021-08-25Auto merge of #87937 - LeSeulArtichaut:active-if-let-guards, r=nagisabors-19/+13
2021-08-25Add mutable-noalias to the release notes for 1.54Joshua Nelson-0/+2
2021-08-25Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoeristerbors-5/+26
2021-08-25Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillotbors-319/+330
2021-08-25Auto merge of #84333 - tmiasko:liveness-yield, r=tmandrybors-23/+107
2021-08-24Review commentsjackh726-41/+68
2021-08-24Also ignore typeoutlives predicatesjackh726-0/+31
2021-08-24Normalize only after failurejackh726-36/+40
2021-08-24Normalize associated types with bound varsJack Huey-358/+716
2021-08-25Auto merge of #88242 - bonega:allocation_range, r=oli-obkbors-82/+116
2021-08-24Add type of a let tait test impl trait straight in letSantiago Pastorino-0/+46
2021-08-24Add type of a let tait testSantiago Pastorino-0/+96