about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-02-14Revert to using `RtlGenRandom`Chris Denton-103/+31
2023-02-14Auto merge of #103695 - LYF1999:yf/103563, r=lcnrbors-1/+121
2023-02-14Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obkbors-325/+102
2023-02-14Auto merge of #107993 - weihanglo:update-cargo, r=weihanglobors-34/+45
2023-02-13Auto merge of #108015 - matthiaskrgr:rollup-qerohjn, r=matthiaskrgrbors-263/+316
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 #107985 - alesito85:master, r=ChrisDentonMatthias Krüger-1/+6
2023-02-13Rollup merge of #107971 - saethlin:mir-opt-ub, r=cjgillotMatthias Krüger-27/+49
2023-02-13Rollup merge of #107948 - jieyouxu:issue-107944, r=ozkanonurMatthias Krüger-2/+38
2023-02-13Rollup merge of #107942 - compiler-errors:tighter-inherent-impl-bad-spans, r=...Matthias Krüger-110/+74
2023-02-13Rollup merge of #107913 - base0x10:master, r=compiler-errorsMatthias Krüger-2/+1
2023-02-13Rollup merge of #107902 - vincenzopalazzo:macros/async_fn_suggestion, r=compi...Matthias Krüger-116/+132
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-13Clearly document intentional UB in mir-opt testsBen Kimock-27/+49
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-110/+74
2023-02-14Allow shortcuts to directories to be used for `./x.py fmt`许杰友 Jieyou Xu (Joe)-2/+38
2023-02-13Update booksrustbot-0/+0
2023-02-13Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_...bors-999/+1182
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-116/+132
2023-02-13Auto merge of #107989 - matthiaskrgr:rollup-jklrd5g, r=matthiaskrgrbors-564/+626
2023-02-13Update cargoWeihang Lo-34/+45
2023-02-13:arrow_up: rust-analyzerLaurențiu Nicola-9698/+11188
2023-02-13fix: Unexpected trait bound not satisfied in HRTByifei-1/+121
2023-02-13Auto merge of #14138 - lowr:fix/rename-raw-ident-mod, r=Veykrilbors-15/+176
2023-02-13Auto merge of #14140 - Veykril:proc-macro-srv-fix, r=Veykrilbors-1/+1
2023-02-13fix: Fix proc-macro-server incorrectly stripping delimitersLukas Wirth-1/+1
2023-02-13Add another error to Windows file open fallbackalesito85-1/+6
2023-02-13Rollup merge of #107986 - lcnr:layout-placeholder, r=petrochenkovMatthias Krüger-5/+2
2023-02-13Rollup merge of #107935 - petrochenkov:attreorder, r=michaelwoeristerMatthias Krüger-311/+307
2023-02-13Rollup merge of #107931 - cjgillot:issue-107353, r=WaffleLapkinMatthias Krüger-1/+15
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-9/+99
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-236/+186
2023-02-13Rename folder traits' `tcx` method to `interner`Alan Egerton-87/+91
2023-02-13Move folding and visiting traits into type libraryAlan Egerton-755/+805
2023-02-13Make atomic structural impls generic over InternerAlan Egerton-54/+82
2023-02-13Make folding traits generic over the InternerAlan Egerton-130/+160
2023-02-13Make visiting traits generic over the InternerAlan Egerton-105/+121
2023-02-13Constrain Interners to be SizedAlan Egerton-1/+1
2023-02-13Project Binder and Predicate from Interner traitAlan Egerton-0/+4
2023-02-13Move TypeVisitableExt from ir moduleAlan Egerton-130/+127
2023-02-13Workaround issue #107747Alan Egerton-3/+17
2023-02-13Split TypeVisitableExt from TypeVisitableAlan Egerton-11/+5
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-185/+201
2023-02-13Move folding & visiting traits to ir submodulesAlan Egerton-292/+322
2023-02-13Auto merge of #107634 - scottmcm:array-drain, r=thomccbors-142/+395
2023-02-13layout: deal with placeholders, ICE on bound typeslcnr-5/+2
2023-02-13Disallow invalid raw ident namesRyo Yoshida-1/+17