about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-29Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-sebors-31/+119
2022-04-28Auto merge of #96393 - joboet:pthread_parker, r=thomccbors-31/+337
2022-04-28Auto merge of #96528 - Dylan-DPC:rollup-iedbjli, r=Dylan-DPCbors-518/+851
2022-04-28Rollup merge of #96480 - user-simon:patch-1, r=Dylan-DPCDylan DPC-1/+1
2022-04-28Rollup merge of #96433 - petrochenkov:delim, r=nnethercoteDylan DPC-426/+433
2022-04-28Rollup merge of #96409 - marmeladema:fix-nll-introduce-named-lifetime-suggest...Dylan DPC-76/+331
2022-04-28Rollup merge of #96405 - pvdrz:ambiguous-plus-diagnostic, r=davidtwcoDylan DPC-15/+44
2022-04-28Rollup merge of #95312 - marmeladema:tests-for-issue-95305, r=jackh726Dylan DPC-0/+42
2022-04-28Auto merge of #95171 - Kobzol:llvm-ci-update, r=nikicbors-2/+7
2022-04-28Update LLVM submoduleJakub Beránek-0/+0
2022-04-28Update LLVM used for building rustc in CI for x64 to LLVM 14.0.2Jakub Beránek-2/+7
2022-04-28std: update debuginfo check to match type definitionjoboet-1/+1
2022-04-28Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obkbors-162/+667
2022-04-28std: simplify UNIX parker timeoutsjoboet-59/+21
2022-04-28Auto merge of #95904 - paolobarbolini:vecdeque-specextend, r=the8472bors-20/+109
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-426/+433
2022-04-28Auto merge of #96503 - ehuss:update-cargo, r=ehussbors-4/+32
2022-04-27Update cargoEric Huss-4/+32
2022-04-28Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errorsbors-21/+156
2022-04-28Add VecDeque::extend from vec::IntoIter and slice::Iter specializationsPaolo Barbolini-20/+85
2022-04-28Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPCbors-209/+243
2022-04-28Rollup merge of #96483 - Urgau:check-cfg-target_feature, r=petrochenkovDylan DPC-0/+5
2022-04-28Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnrDylan DPC-29/+16
2022-04-28Rollup merge of #96466 - compiler-errors:error-collect-array, r=davidtwcoDylan DPC-32/+69
2022-04-28Rollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwcoDylan DPC-28/+17
2022-04-28Rollup merge of #96421 - nnethercote:less-NoDelim, r=petrochenkovDylan DPC-84/+86
2022-04-28Rollup merge of #96397 - AronParker:issue-96368-fix, r=dtolnayDylan DPC-1/+4
2022-04-28Rollup merge of #96377 - compiler-errors:infer-rustfix, r=petrochenkovDylan DPC-35/+46
2022-04-27Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkovbors-984/+760
2022-04-28Ensure that `'_` and GAT yields errorsmarmeladema-0/+42
2022-04-27Recover suggestions to introduce named lifetime under NLLmarmeladema-76/+331
2022-04-27Collect extra lifetime parameters during late resolution.Camille GILLOT-222/+138
2022-04-27Refactor generic collection.Camille GILLOT-56/+37
2022-04-27Create a specific struct for lifetime capture.Camille GILLOT-139/+172
2022-04-27Bless tests.Camille GILLOT-4/+17
2022-04-27Handle TAIT.Camille GILLOT-96/+21
2022-04-27Use LifetimeRes during lowering.Camille GILLOT-798/+708
2022-04-27Do not resolve elided lifetimes in path twice.Camille GILLOT-1/+1
2022-04-27Update comment.Camille GILLOT-2/+0
2022-04-27Add VecDeque::extend benchmarkPaolo Barbolini-0/+24
2022-04-27Add missing `target_feature` to the list of well known cfg namesLoïc BRANSTETT-0/+5
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-15/+65
2022-04-27Plumb through rustc_lint_defs::Level as enum rather than string.Jeremy Fitzhardinge-9/+19
2022-04-27Make --json unused-extern deny/forbid level messages cause exit with error st...Jeremy Fitzhardinge-4/+10
2022-04-27Add tests for --json unused-externsJeremy Fitzhardinge-0/+58
2022-04-27compiletest: add support for unused extern notificationsJeremy Fitzhardinge-0/+11
2022-04-27Auto merge of #96179 - klensy:bump-deps-04-22, r=Mark-Simulacrumbors-88/+42
2022-04-27Fixed grammatical error in example commentSimon-1/+1
2022-04-27combine all unsized types and add another recursive call to process nested un...b-naber-97/+79
2022-04-27Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrumbors-184/+369