about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-16Docs: make Vec::from_raw_parts documentation less strictJP Posma-3/+7
2022-03-16Don't lint `ptr_arg` on `&mut Cow<_>`Jason Newcomb-1/+8
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-3/+3
2022-03-16rustc_error: make ErrorReported impossible to constructmark-549/+704
2022-03-16debuginfo: Fix ICE when generating name for type that produces a layout error.Michael Woerister-2/+67
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-24/+24
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-2/+2
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-86/+86
2022-03-16Silence warningbjorn3-1/+1
2022-03-16Update issue-92111.rsfee1-dead-1/+1
2022-03-16Auto merge of #94995 - luojia65:riscv-more-features, r=Amanieubors-0/+20
2022-03-16Auto merge of #8544 - nellorocca:dev/5757, r=flip1995bors-3/+2
2022-03-16Auto merge of #8547 - Jarcho:transmute_8501, r=flip1995bors-15/+49
2022-03-16feat: more RISC-V featuresluojia65-0/+20
2022-03-16Auto merge of #8546 - KisaragiEffective:patch-1, r=llogiqbors-2/+2
2022-03-16Auto merge of #94990 - ehuss:update-books, r=ehussbors-0/+0
2022-03-16Add test for >65535 hashes in lexing raw stringGrisha-0/+17
2022-03-16Auto merge of #94987 - Dylan-DPC:rollup-5tssuhi, r=Dylan-DPCbors-151/+650
2022-03-15Add Stream alias for AsyncIteratorMichael Goulet-0/+1
2022-03-15Update booksEric Huss-0/+0
2022-03-15chore: add utility function for relative span positionsCaleb Cartwright-0/+9
2022-03-15Fix checking transmutes with adjusted typesJason Newcomb-3/+6
2022-03-15Add test to verify tracking issue linksYacin Tmimi-0/+30
2022-03-15Correct tracking issue link for `skip_children`Yacin Tmimi-1/+1
2022-03-15Don't lint `transmute_undefined_repr` on unions.Jason Newcomb-1/+6
2022-03-16Rollup merge of #94974 - c410-f3r:let-chain-dashufwrqwemkf-let-else, r=joshtr...Dylan DPC-0/+173
2022-03-16Rollup merge of #94957 - iamzhangyong:explanation-read_line, r=Dylan-DPCDylan DPC-1/+2
2022-03-16Rollup merge of #94955 - TaKO8Ki:use-format-args-capture-in-rustc-parse, r=Dy...Dylan DPC-61/+60
2022-03-16Rollup merge of #94951 - est31:irrefutable_let_chain_patterns, r=estebankDylan DPC-45/+339
2022-03-16Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPCDylan DPC-44/+76
2022-03-15Small simplification to `transmute_undefined_repr`Jason Newcomb-8/+4
2022-03-15Don't lint fat pointer to `(usize, usize)` conversion in `transmute_undefined...Jason Newcomb-1/+21
2022-03-16changed wordingDylan DPC-1/+2
2022-03-15Fix `transmute_undefined_repr` for single element tuplesJason Newcomb-2/+12
2022-03-16Auto merge of #94861 - aDotInTheVoid:rdj-trait-tests, r=CraftSpiderbors-2/+155
2022-03-16fix typo in code-block kind specifierKisaragi-1/+1
2022-03-15Bless coverage-reports after core macro blocks changeDavid Tolnay-4/+4
2022-03-16fix typo in code-block kind specifierKisaragi-1/+1
2022-03-15Correct meta item diagnosticJacob Pratt-3/+3
2022-03-15Include tracking issue in diagnosticJacob Pratt-3/+2
2022-03-16Extend the irrefutable_let_patterns lint to let chainsest31-45/+339
2022-03-15Auto merge of #94925 - lcnr:relax-sus-auto-impls, r=estebankbors-12/+27
2022-03-15Add deprecated_safe feature gate and attribute, cc #94978skippy10110-0/+36
2022-03-15solaris build environment should include libsendfile/liblgrpJoshua M. Clulow-8/+12
2022-03-15Auto merge of #94973 - GuillaumeGomez:more-gui-tests, r=notriddlebors-19/+26
2022-03-15Ensure that `let_else` does not interact with `let_chains`Caio-0/+173
2022-03-15Add URL GUI testsGuillaume Gomez-0/+6
2022-03-15Merge both "search-result-color" GUI testsGuillaume Gomez-19/+20
2022-03-15Lint list updatedPaolo Gentili-2/+1