about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-07-12Rollup merge of #98633 - c410-f3r:yet-another-let-chain, r=estebankDylan DPC-293/+803
2022-07-12Rollup merge of #98622 - petrochenkov:executables, r=oli-obkDylan DPC-1/+1
2022-07-12add new rval, pull deref earlyouz-a-76/+69
2022-07-12:arrow_up: rust-analyzerLaurențiu Nicola-7/+7
2022-07-12add more testsDeadbeef-18/+122
2022-07-12check non_exhaustive attr and private fields for transparent typesDeadbeef-0/+137
2022-07-12Update -zhelp and -chelp rustdoc-ui tests to use regex-error-patternGuillaume Gomez-0/+4
2022-07-12Add regex-error-pattern flag in compiletestGuillaume Gomez-19/+66
2022-07-12Always check Cell alongside with `UnsafeCell`Oli Scherer-1/+12
2022-07-12Use some more visible sigils than `,`Oli Scherer-16/+16
2022-07-12add regression test for #74713Takayuki Maeda-0/+30
2022-07-12implement a suggestion for a floating point number with a type suffixTakayuki Maeda-2/+126
2022-07-12Auto merge of #99165 - matthiaskrgr:rollup-rqpelfa, r=matthiaskrgrbors-69/+470
2022-07-11add tests for async awaitDing Xiang Fei-0/+147
2022-07-11move else block into the `Local` structDing Xiang Fei-62/+52
2022-07-11lower let-else in MIR insteadDing Xiang Fei-74/+124
2022-07-11Remove box syntax from Box<BareFunctionDecl> constructionest31-3/+3
2022-07-11Remove box syntax for Box<rustdoc::clean::types::Type> constructionest31-11/+11
2022-07-11Remove box syntax for Box<ImplItem> constructionest31-5/+5
2022-07-11Remove box syntax for Box<Attributes> constructionest31-6/+12
2022-07-11Remove box syntax from Box<dyn Iterator> constructionest31-6/+8
2022-07-11Rollup merge of #99161 - fee1-dead-contrib:compile-test-edition-trim, r=jyn514Matthias Krüger-2/+2
2022-07-11Rollup merge of #99146 - compiler-errors:issue-61525, r=lcnrMatthias Krüger-5/+59
2022-07-11Rollup merge of #99142 - notriddle:notriddle/doctest-multiline-crate-attribut...Matthias Krüger-23/+66
2022-07-11Rollup merge of #99124 - compiler-errors:issue-99122, r=oli-obkMatthias Krüger-0/+45
2022-07-11Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkovMatthias Krüger-25/+1
2022-07-11Rollup merge of #99055 - GuillaumeGomez:rustdoc-help-options, r=jyn514Matthias Krüger-11/+265
2022-07-11Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514Matthias Krüger-3/+32
2022-07-11Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrumbors-54/+189
2022-07-11rustc_target: Flip the default for `TargetOptions::executables` to trueVadim Petrochenkov-1/+1
2022-07-11Fix sized check ICE in intrisicckMichael Goulet-0/+45
2022-07-11Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkovbors-0/+49
2022-07-11compiletest: trim edition before passing as flagDeadbeef-2/+2
2022-07-11Only check relative sizes on platform specific typesOli Scherer-37/+32
2022-07-11tidyOli Scherer-1/+4
2022-07-11Simplify size checkingOli Scherer-39/+31
2022-07-11Don't allow accidental runtime-checksOli Scherer-51/+50
2022-07-11introduce PGO on the `dist-x86_64-msvc` builderRémy Rakic-13/+47
2022-07-11make linux PGO script more genericRémy Rakic-39/+70
2022-07-11Add test for issue 99071Amanieu d'Antras-0/+29
2022-07-11extend bootstrap for PGO on windowsRémy Rakic-3/+72
2022-07-11bump CI LLVM to 14.0.5Rémy Rakic-2/+3
2022-07-11Continue themes CSS migration over CSS variablesGuillaume Gomez-130/+45
2022-07-11Remove unused CSS rulesGuillaume Gomez-33/+0
2022-07-11tidyOli Scherer-4/+16
2022-07-11Make tests work on 32 bit and 64 bitOli Scherer-19/+22
2022-07-11Show sizes in error outputOli Scherer-1/+3
2022-07-11Rename assertion macroOli Scherer-27/+27
2022-07-11Simplify assertion macroOli Scherer-29/+28
2022-07-11Move checks to compile-timeOli Scherer-1/+8