about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-02-18Auto merge of #106241 - Sp00ph:vec_deque_iter_methods, r=the8472bors-2/+329
2023-02-18Auto merge of #108209 - petrochenkov:doclean, r=notriddlebors-72/+61
2023-02-18Auto merge of #108211 - matthiaskrgr:rollup-e59onmm, r=matthiaskrgrbors-157/+427
2023-02-18Rollup merge of #108205 - tshepang:why-special-case, r=cjgillotMatthias Krüger-0/+5
2023-02-18Rollup merge of #108197 - weihanglo:update-cargo, r=weihangloMatthias Krüger-15/+4
2023-02-18Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba...Matthias Krüger-102/+210
2023-02-18Rollup merge of #108162 - clubby789:issue-108155, r=NilstriebMatthias Krüger-4/+24
2023-02-18Rollup merge of #108046 - oli-obk:no_evaluating_fed_queries, r=cjgillotMatthias Krüger-19/+6
2023-02-18Rollup merge of #108031 - jieyouxu:issue-108019, r=estebankMatthias Krüger-17/+178
2023-02-18doc links: Filter away autolinks in both rustc and rustdocVadim Petrochenkov-18/+27
2023-02-18rustdoc: Cleanup broken link callbacksVadim Petrochenkov-58/+43
2023-02-18rustdoc: Do not use Footnotes and HeadingLinks when extracting doc linksVadim Petrochenkov-8/+3
2023-02-18Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-sebors-17/+120
2023-02-18add a summary, in addition to the linkTshepang Mbambo-2/+5
2023-02-18link to llvm changes that prompted the special casesTshepang Mbambo-0/+2
2023-02-18Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor...bors-10/+49
2023-02-18Add addl testMichael Goulet-0/+24
2023-02-18Move late-bound arg type checks to resolve_bound_varsMichael Goulet-87/+171
2023-02-18Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviperbors-12/+142
2023-02-18Adjust tracking issue for non_lifetime_bindersMichael Goulet-15/+15
2023-02-18Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com...bors-186/+173
2023-02-17Update cargoWeihang Lo-15/+4
2023-02-17Auto merge of #105274 - saethlin:instcombine-mut-ref, r=cjgillotbors-31/+9
2023-02-17Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstriebbors-101/+93
2023-02-17Don't allow evaluating queries that were fed in a previous compiler runOli Scherer-19/+6
2023-02-17Don't eagerly convert principal to stringclubby789-4/+24
2023-02-17Auto merge of #108159 - matthiaskrgr:rollup-5k2j7cx, r=matthiaskrgrbors-42/+167
2023-02-17Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errorsMatthias Krüger-12/+12
2023-02-17Rollup merge of #108149 - tshepang:typo, r=Dylan-DPCMatthias Krüger-1/+1
2023-02-17Rollup merge of #108144 - compiler-errors:triagebot-more, r=Mark-SimulacrumMatthias Krüger-1/+3
2023-02-17Rollup merge of #108126 - tshepang:nits, r=lcnrMatthias Krüger-3/+4
2023-02-17Rollup merge of #107956 - KittyBorgX:master, r=ozkanonurMatthias Krüger-0/+66
2023-02-17Rollup merge of #107592 - workingjubilee:use-16-bit-enum-on-16-bit-targets, r...Matthias Krüger-25/+81
2023-02-17Auto merge of #107965 - BoxyUwU:add_const_arg_has_type_predicate, r=compiler-...bors-15/+183
2023-02-17Avoid double-interning some `BoundVariableKind`s.Nicholas Nethercote-2/+0
2023-02-17Replace more `mk_foo` calls with `infer_foo`.Nicholas Nethercote-24/+18
2023-02-17Use `IntoIterator` for `mk_fn_sig`.Nicholas Nethercote-35/+28
2023-02-17Clarify iterator interners.Nicholas Nethercote-70/+87
2023-02-17Remove the `InternIteratorElement` impl for `&'a T`.Nicholas Nethercote-19/+8
2023-02-17Clarify `mk_fn_sig` signature.Nicholas Nethercote-3/+4
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-42/+37
2023-02-17add predicate evaluation logicBoxy-18/+124
2023-02-17Add `Clause::ConstArgHasType` variantBoxy-6/+68
2023-02-17Auto merge of #108058 - Zoxc:query-ctxtx-byval, r=cjgillotbors-26/+26
2023-02-16`BasicBlock::new(0)` -> `START_BLOCK` [no functional changes]Scott McMurray-12/+12
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-334/+443
2023-02-17typoTshepang Mbambo-1/+1
2023-02-17Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot`KittyBorgX-0/+66
2023-02-17Auto merge of #108145 - matthiaskrgr:rollup-bgadak1, r=matthiaskrgrbors-370/+822
2023-02-16fix new usage of type_ofKyle Matsuda-2/+2