about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-15Rollup merge of #91940 - ehuss:update-cargo, r=ehussMatthias Krüger-0/+0
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-2/+0
2021-12-15Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obkMatthias Krüger-0/+1
2021-12-15Rollup merge of #90939 - estebank:wg-af-polish, r=tmandryMatthias Krüger-188/+195
2021-12-14Update cargoEric Huss-0/+0
2021-12-14Remove iter::zip feature gate from clippyPFPoitras-2/+0
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-1792/+717
2021-12-14Rollup merge of #91892 - compiler-errors:fix-inferty-hashtable, r=dtolnayMatthias Krüger-0/+17
2021-12-14Rollup merge of #91875 - b-naber:mir-transform-norm-erase-reg, r=Aaron1011Matthias Krüger-0/+21
2021-12-14Rollup merge of #91820 - rukai:help_with_personality_issues, r=davidtwcoMatthias Krüger-1/+7
2021-12-13Fix HashStable implementation on InferTyMichael Goulet-0/+17
2021-12-14Auto merge of #91660 - llogiq:make-a-hash-of-def-ids, r=nnethercotebors-17/+17
2021-12-13use try_normalize_erasing_regions in RevealAllVisitorb-naber-0/+21
2021-12-13fix coverage report testEsteban Kuber-2/+2
2021-12-13Rollup merge of #91849 - jackh726:gats-outlives-lint-part2, r=nikomatsakisMatthias Krüger-40/+109
2021-12-13Rollup merge of #91847 - BoxyUwU:generic_arg_infer_fixme, r=lcnrMatthias Krüger-0/+41
2021-12-13Rollup merge of #91846 - camelid:doctest-cleanup, r=GuillaumeGomezMatthias Krüger-69/+64
2021-12-13Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomezMatthias Krüger-0/+4
2021-12-13fix clippy testsEsteban Kuber-12/+12
2021-12-13review comment: change wording of suggestionEsteban Kuber-3/+3
2021-12-13review commentsEsteban Kuber-9/+17
2021-12-13tidy fixEsteban Kuber-1/+1
2021-12-13Fix rebase and clippy testsEsteban Kuber-131/+66
2021-12-13Fix clippy uses of QPath::LangItemEsteban Kuber-13/+13
2021-12-13Keep info on pre-desugaring expression for better "incorrect `.await`" sugges...Esteban Kuber-0/+36
2021-12-13Remove yet more output from `for`-loop and `?` errorsEsteban Kuber-0/+14
2021-12-13Reduce verbosity when calling `for`-loop on non-`Iterator` expressionEsteban Kuber-3/+3
2021-12-13When `.await` is called on a non-`Future` expression, suggest removalEsteban Kuber-114/+128
2021-12-13Adjust wording for reviewJack Huey-28/+28
2021-12-13Auto merge of #91657 - nikic:update-llvm, r=cuviperbors-0/+14
2021-12-14Suggest to specify a target triple when eh_personality lang item is missingLucas Kent-1/+7
2021-12-13Instead of checking for exact bounds, try to prove themJack Huey-40/+109
2021-12-12Add -webkit-appearance: none to search inputJacob Hoffman-Andrews-0/+4
2021-12-13Auto merge of #91569 - erikdesjardins:vt-align, r=nikicbors-0/+45
2021-12-13extra test for bug i foundEllen-0/+15
2021-12-13hurray for portable simd finding a nice test for this FIXMEEllen-0/+26
2021-12-12doctest: Rename `options` to `rustdoc_options`Noah Lev-26/+26
2021-12-12Rename `TestOptions` to `GlobalTestOptions`Noah Lev-26/+27
2021-12-12rustdoc: Coalesce some `run_test` args as one `LangString` argNoah Lev-19/+13
2021-12-13Fix clippy testsAmanieu d'Antras-32/+33
2021-12-13Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`Tomasz Miąsko-0/+1
2021-12-12Auto merge of #91549 - fee1-dead:const_env, r=spastorinobors-18/+90
2021-12-12Fix unused import in testAmanieu d'Antras-0/+1
2021-12-12Auto merge of #90716 - euclio:libloading, r=cjgillotbors-21/+20
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-281/+83
2021-12-12clippy owoEllen-12/+11
2021-12-12Address review feedbackAmanieu d'Antras-40/+40
2021-12-12Re-bless asm tests for aarch64Amanieu d'Antras-152/+154
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-1527/+506
2021-12-12Remove automatic rustfix of asm! to llvm_asm!Amanieu d'Antras-58/+0