| Age | Commit message (Expand) | Author | Lines |
| 2022-03-16 | Docs: make Vec::from_raw_parts documentation less strict | JP Posma | -3/+7 |
| 2022-03-16 | Don't lint `ptr_arg` on `&mut Cow<_>` | Jason Newcomb | -1/+8 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -3/+3 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -549/+704 |
| 2022-03-16 | debuginfo: Fix ICE when generating name for type that produces a layout error. | Michael Woerister | -2/+67 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -24/+24 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -2/+2 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -86/+86 |
| 2022-03-16 | Silence warning | bjorn3 | -1/+1 |
| 2022-03-16 | Update issue-92111.rs | fee1-dead | -1/+1 |
| 2022-03-16 | Auto merge of #94995 - luojia65:riscv-more-features, r=Amanieu | bors | -0/+20 |
| 2022-03-16 | Auto merge of #8544 - nellorocca:dev/5757, r=flip1995 | bors | -3/+2 |
| 2022-03-16 | Auto merge of #8547 - Jarcho:transmute_8501, r=flip1995 | bors | -15/+49 |
| 2022-03-16 | feat: more RISC-V features | luojia65 | -0/+20 |
| 2022-03-16 | Auto merge of #8546 - KisaragiEffective:patch-1, r=llogiq | bors | -2/+2 |
| 2022-03-16 | Auto merge of #94990 - ehuss:update-books, r=ehuss | bors | -0/+0 |
| 2022-03-16 | Add test for >65535 hashes in lexing raw string | Grisha | -0/+17 |
| 2022-03-16 | Auto merge of #94987 - Dylan-DPC:rollup-5tssuhi, r=Dylan-DPC | bors | -151/+650 |
| 2022-03-15 | Add Stream alias for AsyncIterator | Michael Goulet | -0/+1 |
| 2022-03-15 | Update books | Eric Huss | -0/+0 |
| 2022-03-15 | chore: add utility function for relative span positions | Caleb Cartwright | -0/+9 |
| 2022-03-15 | Fix checking transmutes with adjusted types | Jason Newcomb | -3/+6 |
| 2022-03-15 | Add test to verify tracking issue links | Yacin Tmimi | -0/+30 |
| 2022-03-15 | Correct tracking issue link for `skip_children` | Yacin Tmimi | -1/+1 |
| 2022-03-15 | Don't lint `transmute_undefined_repr` on unions. | Jason Newcomb | -1/+6 |
| 2022-03-16 | Rollup merge of #94974 - c410-f3r:let-chain-dashufwrqwemkf-let-else, r=joshtr... | Dylan DPC | -0/+173 |
| 2022-03-16 | Rollup merge of #94957 - iamzhangyong:explanation-read_line, r=Dylan-DPC | Dylan DPC | -1/+2 |
| 2022-03-16 | Rollup merge of #94955 - TaKO8Ki:use-format-args-capture-in-rustc-parse, r=Dy... | Dylan DPC | -61/+60 |
| 2022-03-16 | Rollup merge of #94951 - est31:irrefutable_let_chain_patterns, r=estebank | Dylan DPC | -45/+339 |
| 2022-03-16 | Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC | Dylan DPC | -44/+76 |
| 2022-03-15 | Small simplification to `transmute_undefined_repr` | Jason Newcomb | -8/+4 |
| 2022-03-15 | Don't lint fat pointer to `(usize, usize)` conversion in `transmute_undefined... | Jason Newcomb | -1/+21 |
| 2022-03-16 | changed wording | Dylan DPC | -1/+2 |
| 2022-03-15 | Fix `transmute_undefined_repr` for single element tuples | Jason Newcomb | -2/+12 |
| 2022-03-16 | Auto merge of #94861 - aDotInTheVoid:rdj-trait-tests, r=CraftSpider | bors | -2/+155 |
| 2022-03-16 | fix typo in code-block kind specifier | Kisaragi | -1/+1 |
| 2022-03-15 | Bless coverage-reports after core macro blocks change | David Tolnay | -4/+4 |
| 2022-03-16 | fix typo in code-block kind specifier | Kisaragi | -1/+1 |
| 2022-03-15 | Correct meta item diagnostic | Jacob Pratt | -3/+3 |
| 2022-03-15 | Include tracking issue in diagnostic | Jacob Pratt | -3/+2 |
| 2022-03-16 | Extend the irrefutable_let_patterns lint to let chains | est31 | -45/+339 |
| 2022-03-15 | Auto merge of #94925 - lcnr:relax-sus-auto-impls, r=estebank | bors | -12/+27 |
| 2022-03-15 | Add deprecated_safe feature gate and attribute, cc #94978 | skippy10110 | -0/+36 |
| 2022-03-15 | solaris build environment should include libsendfile/liblgrp | Joshua M. Clulow | -8/+12 |
| 2022-03-15 | Auto merge of #94973 - GuillaumeGomez:more-gui-tests, r=notriddle | bors | -19/+26 |
| 2022-03-15 | Ensure that `let_else` does not interact with `let_chains` | Caio | -0/+173 |
| 2022-03-15 | Add URL GUI tests | Guillaume Gomez | -0/+6 |
| 2022-03-15 | Merge both "search-result-color" GUI tests | Guillaume Gomez | -19/+20 |
| 2022-03-15 | Lint list updated | Paolo Gentili | -2/+1 |