about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-04-09Rollup merge of #110058 - gimbles:master, r=NilstriebYuki Okushi-6/+14
2023-04-09Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naberbors-165/+164
2023-04-08Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomezbors-476/+595
2023-04-08Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naberbors-0/+450
2023-04-08Auto merge of #109862 - klensy:llvm-dd, r=nikicbors-136/+65
2023-04-08Auto merge of #109767 - GuillaumeGomez:rm-mention-missing_doc_code_examples, ...bors-3/+10
2023-04-08Auto merge of #110069 - ndrewxie:issue-104212-fix, r=cjgillotbors-15/+9
2023-04-08fixup: use Bool instead of boolklensy-3/+11
2023-04-08Auto merge of #110076 - Nilstrieb:rollup-22yp01c, r=Nilstriebbors-33/+38
2023-04-08Rollup merge of #110075 - KittyBorgX:master, r=NilstriebNilstrieb-1/+1
2023-04-08Rollup merge of #110068 - eholk:eholk-on-vacation, r=wesleywiserNilstrieb-3/+2
2023-04-08Rollup merge of #110065 - jbethune:master, r=ehussNilstrieb-1/+1
2023-04-08Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomezNilstrieb-0/+25
2023-04-08Rollup merge of #110030 - notriddle:notriddle/clean-up-js, r=GuillaumeGomezNilstrieb-28/+9
2023-04-08Fix a typo in `config.example.toml`Krishna Ramasimha-1/+1
2023-04-08Auto merge of #109995 - enkron:u/enkron/substitute-hardcoded-port-num-in-list...bors-1/+1
2023-04-08rm box_itemsGimbles-6/+14
2023-04-08Auto merge of #110043 - ickk:fix_infer_message, r=eholkbors-5/+5
2023-04-08Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstriebbors-2012/+227
2023-04-07Switched provisional evaluation cache map to FxIndexMap, and replaced map.dra...Andrew Xie-15/+9
2023-04-07Auto merge of #109448 - ozkanonur:download-beta-compiler-toolchain, r=Mark-Si...bors-17/+70
2023-04-07Remove myself from reviewers listEric Holk-3/+2
2023-04-08fix(tcp): remove redundant `format!` macro callSergei Belokon-1/+1
2023-04-07Fix wrong type in docs: i16 -> u16Jörn Bethune-1/+1
2023-04-08download beta compiler toolchain in bootstrap if it doesn't yet existozkanonur-17/+70
2023-04-07Auto merge of #109788 - compiler-errors:trait-item-from-non-trait, r=petroche...bors-120/+205
2023-04-07Add feature gatekadmin-18/+200
2023-04-07Auto merge of #109983 - tmiasko:inline-try, r=bjorn3bors-182/+298
2023-04-07Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercotebors-200/+204
2023-04-07Add a size assertion for `RegionKind`.Nicholas Nethercote-4/+11
2023-04-07Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiaskobors-926/+1218
2023-04-07Mark `OwnedSlice::{deref, borrow}` as `#[inline]`Maybe Waffle-0/+2
2023-04-07Fix coverage testGary Guo-1/+1
2023-04-07Auto merge of #110019 - jplatte:jplatte/stabilize-is-some-and, r=Amanieubors-13/+3
2023-04-07update tests/uiickk-3/+3
2023-04-07fix infer_source_kind_subdiag_let help message - remove double "the"ickk-2/+2
2023-04-07Auto merge of #109990 - gwy15:remove-bufwriter-useless-mut-pointer, r=jyn514bors-1/+1
2023-04-07Use smart-resolve when checking for trait in RHS of UFCSMichael Goulet-120/+205
2023-04-07Auto merge of #109663 - fee1-dead-contrib:rustc_macros-syn-2.0, r=Nilstriebbors-694/+655
2023-04-06rustdoc: add test and bug fix for theme defaultsMichael Howell-0/+25
2023-04-06Remove u32 on BoundTyKind::AnonJack Huey-23/+17
2023-04-06Remove index from BrAnonJack Huey-88/+68
2023-04-06Don't use BrAnon index in diagnosticsJack Huey-5/+4
2023-04-06Remove expect_anon and expect_anon_placeholder in favor of varJack Huey-34/+12
2023-04-06Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR...Jack Huey-75/+121
2023-04-07Auto merge of #110024 - matthiaskrgr:rollup-mydkufd, r=matthiaskrgrbors-133/+183
2023-04-07./x.py test --blessTomasz Miąsko-182/+296
2023-04-07Inline try_from and try_intoTomasz Miąsko-0/+2
2023-04-06Get rid of elaborate_trait_ref{s} tooMichael Goulet-23/+14
2023-04-06Make elaborator genericMichael Goulet-156/+164