about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-24Auto merge of #109220 - nikic:poison, r=cuviperbors-6/+17
2023-03-24Put back `is_derive_trait_collision` checkGuillaume Gomez-2/+51
2023-03-24Clarify that we are doing ptr.addr() internallyBen Kimock-1/+1
2023-03-24Strenghten disambiguation in `ambiguity_error` and improve documentationGuillaume Gomez-5/+11
2023-03-24Rename 'src/bootstrap/native.rs' to llvm.rsRobin Hafid-101/+101
2023-03-24Update UI tests for primitive type ambiguity error renamingGuillaume Gomez-25/+25
2023-03-24Rename description of primitive from "builtin type" into "primitive type"Guillaume Gomez-1/+1
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-1627/+2992
2023-03-24Add regression tests for #108653Guillaume Gomez-25/+416
2023-03-24Special case `ambiguity_error` if all candidates have the same "kind"Guillaume Gomez-10/+21
2023-03-24Fix rustdoc intra-doc link invalid ambiguity error messageGuillaume Gomez-142/+198
2023-03-24Auto merge of #10539 - flip1995:rustup, r=flip1995bors-218/+177
2023-03-24Bump nightly version -> 2023-03-24Philipp Krones-1/+1
2023-03-24Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1670/+3031
2023-03-24Use independent suggestionsMu42-25/+29
2023-03-24Fix bad suggestion for clone/is_some in field init shorthandyukang-10/+104
2023-03-24Update ar_archive_writer to 0.1.3bjorn3-4/+4
2023-03-24use llvm 16.0.0 instead of 16.0.0-rc4Raphael Amorim-1/+1
2023-03-24Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrumbors-1829/+852
2023-03-24Suggest ..= when someone tries to create an overflowing rangeMu42-7/+35
2023-03-24Auto merge of #109552 - matthiaskrgr:rollup-03xwois, r=matthiaskrgrbors-48/+121
2023-03-24Rollup merge of #109550 - Nathan-Fenner:nathanf/fixme-adjust-funcs, r=compile...Matthias Krüger-32/+30
2023-03-24Rollup merge of #109519 - bzEq:aix-llvm-c++, r=cuviperMatthias Krüger-0/+1
2023-03-24Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnrMatthias Krüger-0/+42
2023-03-24Rollup merge of #109433 - chenyukang:yukang/fix-109188-ice, r=lcnrMatthias Krüger-3/+48
2023-03-24Rollup merge of #109406 - WaffleLapkin:🥛, r=cuviperMatthias Krüger-13/+0
2023-03-23Make helper functions privateNathan Fenner-32/+30
2023-03-24Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgrbors-290/+718
2023-03-24Avoid misalignKai Luo-3/+8
2023-03-24Rollup merge of #109536 - petrochenkov:qcstore3, r=cjgillotMatthias Krüger-14/+15
2023-03-24Rollup merge of #109515 - bzEq:aix-linker, r=petrochenkovMatthias Krüger-0/+174
2023-03-24Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnrMatthias Krüger-46/+84
2023-03-24Rollup merge of #109368 - hermitcore:typo, r=cuviperMatthias Krüger-1/+1
2023-03-24Rollup merge of #109142 - the8472:mutex-block-docs, r=cuviperMatthias Krüger-7/+17
2023-03-24Rollup merge of #108986 - fortanix:raoul/sync_lvi_patches, r=cuviperMatthias Krüger-39/+48
2023-03-24Rollup merge of #108961 - compiler-errors:refine-ct-errors, r=BoxyUwUMatthias Krüger-28/+63
2023-03-24Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomccMatthias Krüger-0/+3
2023-03-24Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume...Matthias Krüger-155/+313
2023-03-23Fix clippyBen Kimock-1/+1
2023-03-24Auto merge of #10489 - samueltardieu:issue-10476, r=giraffatebors-54/+355
2023-03-23Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnrbors-80/+53
2023-03-23Deeply check WF for RPITITsMichael Goulet-44/+108
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-20/+360
2023-03-23rustdoc: remove old `content` hack for theme switchingMichael Howell-47/+5
2023-03-23rustdoc: clean up `storage.js`Michael Howell-30/+14
2023-03-23Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgrbors-266/+566
2023-03-23New lint: detect unnecessary struct buildingSamuel "Sam" Tardieu-54/+355
2023-03-23Separate find_*_stability.Camille GILLOT-117/+101
2023-03-23Extract parse_stability and parse_unstability.Camille GILLOT-205/+224
2023-03-23Use fulfillment in InferCtxt::evaluate_obligationMichael Goulet-30/+15