about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-14Remove iter::zip feature gate from clippyPFPoitras-2/+0
2021-12-14Stabilize iter::zip.PFPoitras-28/+3
2021-12-14Auto merge of #91902 - matthiaskrgr:rollup-hjjyhow, r=matthiaskrgrbors-98/+271
2021-12-14Rollup merge of #91893 - pitaj:91867-hir, r=davidtwcoMatthias Krüger-10/+9
2021-12-14Rollup merge of #91892 - compiler-errors:fix-inferty-hashtable, r=dtolnayMatthias Krüger-0/+18
2021-12-14Rollup merge of #91887 - LegionMammal978:less-inband-const_eval, r=oli-obkMatthias Krüger-83/+123
2021-12-14Rollup merge of #91875 - b-naber:mir-transform-norm-erase-reg, r=Aaron1011Matthias Krüger-1/+25
2021-12-14Rollup merge of #91851 - woppopo:const_maybeuninit_zeroed, r=yaahcMatthias Krüger-1/+2
2021-12-14Rollup merge of #91820 - rukai:help_with_personality_issues, r=davidtwcoMatthias Krüger-3/+15
2021-12-14Rollup merge of #91529 - TennyZhuang:try_reserve_binary_heap, r=yaahcMatthias Krüger-0/+79
2021-12-14Auto merge of #91766 - scottmcm:more-array-raw-eq, r=yaahcbors-5/+49
2021-12-13Fix HashStable implementation on InferTyMichael Goulet-0/+18
2021-12-13Remove `in_band_lifetimes` from `rustc_hir`Peter Jaszkowiak-10/+9
2021-12-14Auto merge of #91680 - saethlin:spare_capacity_mut-in-join, r=dtolnaybors-2/+10
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-83/+123
2021-12-14Auto merge of #91660 - llogiq:make-a-hash-of-def-ids, r=nnethercotebors-22/+48
2021-12-13use try_normalize_erasing_regions in RevealAllVisitorb-naber-1/+25
2021-12-13Auto merge of #91865 - matthiaskrgr:rollup-rai9ecq, r=matthiaskrgrbors-177/+300
2021-12-13Rollup merge of #91855 - xfix:const_cstr_unchecked, r=dtolnayMatthias Krüger-3/+1
2021-12-13Rollup merge of #91849 - jackh726:gats-outlives-lint-part2, r=nikomatsakisMatthias Krüger-50/+157
2021-12-13Rollup merge of #91847 - BoxyUwU:generic_arg_infer_fixme, r=lcnrMatthias Krüger-55/+74
2021-12-13Rollup merge of #91846 - camelid:doctest-cleanup, r=GuillaumeGomezMatthias Krüger-69/+64
2021-12-13Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomezMatthias Krüger-0/+4
2021-12-13Auto merge of #91353 - eggyal:reuse-rcs-during-folding, r=lcnrbors-6/+68
2021-12-13Adjust wording for reviewJack Huey-30/+33
2021-12-13Avoid cloning refcounted types during foldingAlan Egerton-6/+68
2021-12-13Auto merge of #91657 - nikic:update-llvm, r=cuviperbors-0/+14
2021-12-14Suggest to specify a target triple when eh_personality lang item is missingLucas Kent-3/+15
2021-12-13Auto merge of #91654 - nikic:llvmbc-section-flags, r=nagisabors-42/+60
2021-12-13Stabilize const_cstr_uncheckedKonrad Borowski-3/+1
2021-12-13Auto merge of #91626 - klensy:json-less-alloc, r=petrochenkovbors-3/+3
2021-12-13I wrote these functions, I should use them dang itJack Huey-92/+60
2021-12-13Instead of checking for exact bounds, try to prove themJack Huey-77/+213
2021-12-13Make `MaybeUninit::zeroed` `const`woppopo-1/+2
2021-12-12Add -webkit-appearance: none to search inputJacob Hoffman-Andrews-0/+4
2021-12-13Auto merge of #91569 - erikdesjardins:vt-align, r=nikicbors-7/+56
2021-12-13extra test for bug i foundEllen-0/+15
2021-12-13hurray for portable simd finding a nice test for this FIXMEEllen-55/+59
2021-12-12doctest: Rename `options` to `rustdoc_options`Noah Lev-26/+26
2021-12-12Rename `TestOptions` to `GlobalTestOptions`Noah Lev-26/+27
2021-12-12rustdoc: Coalesce some `run_test` args as one `LangString` argNoah Lev-19/+13
2021-12-13Auto merge of #91841 - matthiaskrgr:rollup-zlhsg5a, r=matthiaskrgrbors-59/+110
2021-12-13Rollup merge of #91824 - woppopo:const_ptr_write_bytes, r=oli-obkMatthias Krüger-1/+17
2021-12-13Rollup merge of #91819 - rust-lang:compiler-autolabel, r=jackh726Matthias Krüger-0/+9
2021-12-13Rollup merge of #91749 - ssomers:btree_comments, r=Mark-SimulacrumMatthias Krüger-55/+58
2021-12-13Rollup merge of #91091 - ecstatic-morse:control-flow-enum-is, r=m-ou-seMatthias Krüger-2/+2
2021-12-13Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-seMatthias Krüger-1/+24
2021-12-12Auto merge of #91549 - fee1-dead:const_env, r=spastorinobors-458/+622
2021-12-12rustbot: Add autolabeling for `T-compiler`Noah Lev-0/+9
2021-12-12Auto merge of #90716 - euclio:libloading, r=cjgillotbors-313/+91