about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-29Update libc dependency of std to 0.2.125.Mara Bos-3/+3
2022-04-29Use futex-based locks and thread parker on FreeBSD.Mara Bos-4/+60
2022-04-29Use futex-based locks and thread parker on DragonFlyBSD.Mara Bos-1/+44
2022-04-29Use futex-based locks and thread parker on NetBSD.Mara Bos-24/+53
2022-04-29Use futex-based locks and thread parker on OpenBSD.Mara Bos-1/+53
2022-04-29Auto merge of #96548 - Dylan-DPC:rollup-m3xkqxg, r=Dylan-DPCbors-587/+158
2022-04-29Rollup merge of #96523 - nbdd0121:windows, r=petrochenkovDylan DPC-0/+35
2022-04-29Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r...Dylan DPC-574/+119
2022-04-29Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahcDylan DPC-11/+2
2022-04-29Rollup merge of #96481 - aDotInTheVoid:hashmap-docs-monospace, r=joshtriplettDylan DPC-1/+1
2022-04-29Rollup merge of #96477 - alexcrichton:update-wasm64-data-layout, r=wesleywiserDylan DPC-1/+1
2022-04-29Auto merge of #96444 - nbdd0121:used2, r=petrochenkovbors-2/+90
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-28Add `@feat.00` symbol to symbols.o for COFFGary Guo-0/+35
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-28Revert diagnostic duplication and accidental stabilizationOli Scherer-574/+119
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-27Revert "Re-export core::ffi types from std::ffi"Josh Triplett-10/+0
2022-04-27Remove use of reverted std::ffi::c_charJosh Triplett-1/+2
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