about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-25Auto merge of #104877 - matthiaskrgr:rollup-s7taiq8, r=matthiaskrgrbors-37/+80
2022-11-25Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPCMatthias Krüger-2/+2
2022-11-25Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r...Matthias Krüger-28/+50
2022-11-25Rollup merge of #104793 - nicholasbishop:bishop-add-efiapi, r=JohnTitorMatthias Krüger-0/+23
2022-11-25Rollup merge of #103648 - jyn514:no-preview, r=Mark-SimulacrumMatthias Krüger-7/+5
2022-11-25Auto merge of #104650 - BlackHoleFox:stuck-with-xcode-13, r=Mark-Simulacrumbors-0/+21
2022-11-25RefCell::get_mut: fix typoRalf Jung-7/+7
2022-11-25Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obkbors-6/+50
2022-11-24Don't set `is_preview` for clippy and rustfmtJoshua Nelson-7/+5
2022-11-24Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgrbors-7/+65
2022-11-24Strenghten GUI test to include extra state in selectorGuillaume Gomez-6/+12
2022-11-24Extend GUI test to include more source code elements checksGuillaume Gomez-2/+24
2022-11-24Migrate source code elements style to CSS variablesGuillaume Gomez-20/+14
2022-11-24Rollup merge of #104796 - notriddle:notriddle/unused-issue-104397, r=oli-obkMatthias Krüger-0/+18
2022-11-24Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=G...Matthias Krüger-3/+3
2022-11-24Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelixMatthias Krüger-4/+4
2022-11-24Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obkMatthias Krüger-0/+16
2022-11-24Rollup merge of #104514 - chenyukang:yukang/fix-104513-ice, r=petrochenkovMatthias Krüger-0/+24
2022-11-24Auto merge of #103693 - HKalbasi:master, r=oli-obkbors-10/+8
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-79/+83
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-2/+2
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-4/+2
2022-11-24make rustc_target usable outside of rustchkalbasi-4/+4
2022-11-24make `error_reported` check for delayed bugsBoxy-0/+16
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-79/+83
2022-11-24Rollup merge of #104778 - lnicola:rust-analyzer-2022-11-23, r=lnicolaMatthias Krüger-895/+2089
2022-11-24Rollup merge of #104772 - GuillaumeGomez:small-accessibility-improvement, r=n...Matthias Krüger-18/+16
2022-11-24Rollup merge of #104771 - est31:if_let_chain_broken_mir_test, r=davidtwcoMatthias Krüger-0/+31
2022-11-24Rollup merge of #104753 - compiler-errors:drop-tracking-var-ice, r=oli-obkMatthias Krüger-0/+168
2022-11-24Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errorsMatthias Krüger-37/+34
2022-11-24Rollup merge of #104594 - compiler-errors:dyn-star-rcvr, r=eholk,estebankMatthias Krüger-4/+137
2022-11-24Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errorsMatthias Krüger-31/+1182
2022-11-24fix #104513, Use node_ty_opt to avoid ICE in visit_tyyukang-0/+24
2022-11-24Auto merge of #104610 - ouz-a:revert-overflow, r=compiler-errorsbors-13/+13
2022-11-24Adjust testsMichael Goulet-5/+21
2022-11-24Properly handle `Pin<&mut dyn* Trait>` receiver in codegenMichael Goulet-0/+62
2022-11-24Disable dyn* upcastingMichael Goulet-2/+57
2022-11-23lint: do not warn unused parens around higher-ranked function pointersMichael Howell-0/+18
2022-11-23unstable-book: Add page for the `abi_efiapi` featureNicholas Bishop-0/+23
2022-11-23rustdoc: simplify `.search-results-title` CSSMichael Howell-3/+3
2022-11-24effective visibility: Fix private visibility calculation for modulesVadim Petrochenkov-1/+1
2022-11-24effective visibility: Remove questionable optimizationsVadim Petrochenkov-6/+50
2022-11-23Account for closuresEsteban Küber-19/+0
2022-11-23Account for `x @ y` and suggest `ref x @ ref y`Esteban Küber-18/+328
2022-11-23review comments: inline bindings and fix typoEsteban Küber-19/+19
2022-11-23Fix rebaseEsteban Küber-0/+5
2022-11-23Tweak output to account for alternative bindings in the same patternEsteban Küber-8/+2
2022-11-23Fix rustfmtEsteban Küber-1/+1
2022-11-23Fix wordingEsteban Küber-19/+19
2022-11-23Tweak output in for loopsEsteban Küber-16/+0