about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-02-18fmtRalf Jung-2/+1
2023-02-18Merge from rustcRalf Jung-141/+450
2023-02-18Preparing for merge from rustcRalf Jung-1/+1
2023-02-18Improve code readabilityGuillaume Gomez-10/+21
2023-02-18Fix bad handling of primitive typesGuillaume Gomez-30/+48
2023-02-18Allow reexports of items with same name but different types to both appearGuillaume Gomez-57/+60
2023-02-18Auto merge of #108209 - petrochenkov:doclean, r=notriddlebors-43/+18
2023-02-18Rollup merge of #108197 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2023-02-18doc links: Filter away autolinks in both rustc and rustdocVadim Petrochenkov-16/+8
2023-02-18rustdoc: Cleanup broken link callbacksVadim Petrochenkov-29/+17
2023-02-18rustdoc: Do not use Footnotes and HeadingLinks when extracting doc linksVadim Petrochenkov-8/+3
2023-02-18Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor...bors-4/+34
2023-02-18Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviperbors-0/+29
2023-02-18Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com...bors-5/+3
2023-02-17Update cargoWeihang Lo-0/+0
2023-02-17Change src/etc/vscode_settings.json to always treat ./library as the sysroot ...Joshua Nelson-2/+3
2023-02-17Add tests for moving data across await pointBryan Garza-0/+81
2023-02-17Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstriebbors-3/+3
2023-02-17Add comment explaining the search index tweakMichael Howell-0/+6
2023-02-17Auto merge of #108159 - matthiaskrgr:rollup-5k2j7cx, r=matthiaskrgrbors-0/+66
2023-02-17Rollup merge of #107956 - KittyBorgX:master, r=ozkanonurMatthias Krüger-0/+66
2023-02-17Replace more `mk_foo` calls with `infer_foo`.Nicholas Nethercote-4/+2
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-1/+1
2023-02-17Add `Clause::ConstArgHasType` variantBoxy-1/+3
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-83/+114
2023-02-16Correct eslint warningMichael Howell-1/+1
2023-02-17Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot`KittyBorgX-0/+66
2023-02-16rustdoc: search by macro when query ends with `!`Michael Howell-4/+24
2023-02-16rustdoc: hide `reference` methods in search indexMichael Howell-0/+4
2023-02-16fix new usage of type_ofKyle Matsuda-1/+1
2023-02-16changes from reviewKyle Matsuda-1/+6
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-96/+85
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-80/+117
2023-02-17Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errorsMatthias Krüger-1/+1
2023-02-17Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkovMatthias Krüger-1/+1
2023-02-17Rollup merge of #107905 - clubby789:x-free-args, r=albertlarsan68Matthias Krüger-1/+20
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-7/+7
2023-02-16don't into selfMatthias Krüger-1/+1
2023-02-16Rollup merge of #108099 - matthiaskrgr:str_to_char, r=GuillaumeGomezMatthias Krüger-3/+3
2023-02-16Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddleMatthias Krüger-27/+145
2023-02-16Move testsCaio-1/+1
2023-02-16Merge from rustcRalf Jung-411/+405
2023-02-16Preparing for merge from rustcRalf Jung-1/+1
2023-02-16Remove save-analysis.Nicholas Nethercote-28/+9
2023-02-16Rename some region-specific stuffMichael Goulet-7/+7
2023-02-15use chars instead of strings where applicableMatthias Krüger-3/+3
2023-02-15Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddleMatthias Krüger-251/+220
2023-02-15Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJungMatthias Krüger-111/+111
2023-02-15Rollup merge of #108021 - zephaniahong:oldx, r=albertlarsan68Matthias Krüger-16/+60
2023-02-15Copy `ty::AssocItem` even in rustdocMaybe Waffle-3/+3