about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-5/+5
2023-02-15Use more let chainGuillaume Gomez-251/+220
2023-02-15Merge from rustcRalf Jung-11689/+14230
2023-02-15Preparing for merge from rustcRalf Jung-1/+1
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-111/+111
2023-02-15make x look for x.py if shell script does not existZephaniah Ong-16/+60
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-2/+2
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-0/+29
2023-02-15Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do...Guillaume Gomez-4/+15
2023-02-14Correctly handle reexport traversal by fixing multiple bugs, especially for i...Guillaume Gomez-59/+85
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-131/+150
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-5/+5
2023-02-14Prevent some attributes from being merged with others on reexportsGuillaume Gomez-8/+89
2023-02-14Rollup merge of #108007 - compiler-errors:str-less-kind, r=NilstriebMatthias Krüger-11/+10
2023-02-14Rollup merge of #107733 - Kobzol:opt-build-metrics, r=Mark-SimulacrumMatthias Krüger-34/+124
2023-02-14Rollup merge of #107626 - jyn514:x-fix, r=Mark-SimulacrumMatthias Krüger-0/+4
2023-02-14Rollup merge of #107573 - cuviper:drop-llvm-13, r=nagisaMatthias Krüger-86/+12
2023-02-14Rollup merge of #108029 - oli-obk:🞋_usize, r=RalfJungMatthias Krüger-9/+9
2023-02-14Rollup merge of #108025 - notriddle:notriddle/intra-doc-link-tooltips, r=Guil...Matthias Krüger-9/+35
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-9/+9
2023-02-14Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obkbors-173/+19
2023-02-13rustdoc: add more tooltips to intra-doc linksMichael Howell-9/+35
2023-02-14Auto merge of #107993 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-02-13Auto merge of #108015 - matthiaskrgr:rollup-qerohjn, r=matthiaskrgrbors-9/+55
2023-02-13Rollup merge of #108013 - notriddle:notriddle/search-index-itemtype, r=Guilla...Matthias Krüger-5/+16
2023-02-13Rollup merge of #108002 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-02-13Rollup merge of #107948 - jieyouxu:issue-107944, r=ozkanonurMatthias Krüger-2/+38
2023-02-13Rollup merge of #107913 - base0x10:master, r=compiler-errorsMatthias Krüger-2/+1
2023-02-13rustdoc: use a string with one-character codes for search index typesMichael Howell-5/+16
2023-02-13Auto merge of #107992 - lnicola:rust-analyzer-2023-02-13, r=lnicolabors-9698/+11188
2023-02-13Use is_str instead of string kind comparisonMichael Goulet-11/+10
2023-02-14Allow shortcuts to directories to be used for `./x.py fmt`许杰友 Jieyou Xu (Joe)-2/+38
2023-02-13Add additional options to `x setup`clubby789-21/+114
2023-02-13Update booksrustbot-0/+0
2023-02-13Log all metrics from `metrics.json`Jakub Beránek-2/+24
2023-02-13Store metrics from metrics.json into PGO CI timerJan Gaura-34/+102
2023-02-13Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_...bors-7/+7
2023-02-13Update cargoWeihang Lo-0/+0
2023-02-13:arrow_up: rust-analyzerLaurențiu Nicola-9698/+11188
2023-02-13Rollup merge of #107922 - Kobzol:ci-print-disk-size, r=Mark-SimulacrumMatthias Krüger-2/+17
2023-02-13Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger-3/+12
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-109/+81
2023-02-13Rename folder traits' `tcx` method to `interner`Alan Egerton-1/+1
2023-02-13Make folding traits generic over the InternerAlan Egerton-1/+1
2023-02-13Make visiting traits generic over the InternerAlan Egerton-3/+3
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-3/+3
2023-02-13Rollup merge of #107966 - GuillaumeGomez:update-browser-ui-test, r=notriddleDylan DPC-1/+1
2023-02-13Auto merge of #107869 - nnethercote:reduce-interning, r=compiler-errorsbors-20/+20
2023-02-12Add sanitizer support for modern iOS platformsKeith Smiley-4/+34
2023-02-13Reduce direct `mk_ty` usage.Nicholas Nethercote-20/+20