| Age | Commit message (Expand) | Author | Lines |
| 2021-09-14 | Rename --display-warnings to --display-doctest-warnings | Guillaume Gomez | -25/+33 |
| 2021-09-14 | Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomez | bors | -25/+165 |
| 2021-09-14 | Document the closure arguments for `reduce`. | Dan Zwell | -3/+4 |
| 2021-09-14 | same_name_method | lengyijun | -0/+340 |
| 2021-09-13 | Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisa | bors | -9/+82 |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -9/+82 |
| 2021-09-13 | `Wrapping<T>` has the same layout and ABI as `T` | Joshua Liebow-Feeser | -0/+4 |
| 2021-09-13 | Update permissions path for clippy lint | Guillaume Gomez | -1/+1 |
| 2021-09-13 | Update permissions path for clippy lint | Guillaume Gomez | -1/+1 |
| 2021-09-13 | Rollup merge of #88896 - GuillaumeGomez:flakyness, r=camelid | Guillaume Gomez | -0/+1 |
| 2021-09-13 | Rollup merge of #88894 - FabianWolff:issue-88818, r=estebank | Guillaume Gomez | -1/+52 |
| 2021-09-13 | Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelid | Guillaume Gomez | -1/+49 |
| 2021-09-13 | Rollup merge of #88859 - RalfJung:size-helpers, r=oli-obk | Guillaume Gomez | -8/+6 |
| 2021-09-13 | Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk | Guillaume Gomez | -6/+12 |
| 2021-09-13 | Rollup merge of #88722 - WaffleLapkin:unsafe_cell_const_get_mut, r=dtolnay | Guillaume Gomez | -1/+2 |
| 2021-09-13 | Rollup merge of #88033 - GuillaumeGomez:jump-to-def-primitive, r=jyn514 | Guillaume Gomez | -8/+43 |
| 2021-09-13 | Move fortanix module position in std::os reexports for alpha sort | Guillaume Gomez | -20/+34 |
| 2021-09-13 | Remove usage of cfg_if in std/src/os/mod.rs | Guillaume Gomez | -31/+71 |
| 2021-09-13 | Simplify std::os module reexports to fix rustdoc linking issues | Guillaume Gomez | -109/+74 |
| 2021-09-13 | * Enable generate-link-to-def feature on a rustdoc GUI test | Guillaume Gomez | -0/+48 |
| 2021-09-13 | Improve error message for type mismatch in generator arguments | Fabian Wolff | -14/+55 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -958/+1200 |
| 2021-09-13 | Add negative test in macro-braces-dot-question.rs. | Mara Bos | -0/+2 |
| 2021-09-13 | Add test for primitive in "jump to definition" feature | Guillaume Gomez | -1/+24 |
| 2021-09-13 | Add support for primitives in "jump to definition" feature | Guillaume Gomez | -7/+19 |
| 2021-09-13 | error formatting and fix build | Gus Wynn | -43/+67 |
| 2021-09-13 | Update compiler/rustc_codegen_ssa/src/mir/mod.rs | Oli Scherer | -1/+1 |
| 2021-09-13 | Fix debuginfo for ScalarPair abi parameters | Wesley Wiser | -24/+20 |
| 2021-09-13 | Add test to show issue with ScalarPair parameters | Wesley Wiser | -0/+100 |
| 2021-09-13 | Add tracing level for codegen_mir | Wesley Wiser | -0/+1 |
| 2021-09-13 | Highlight the const function if error happened because of a bound on the impl... | Waffle | -6/+34 |
| 2021-09-13 | Auto merge of #88766 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-09-13 | Use a separate interner type for UniqueTypeId | bjorn3 | -11/+61 |
| 2021-09-13 | Suggest replacing an inexisting field for an unmentioned field | Hirochika Matsumoto | -3/+22 |
| 2021-09-13 | Fix FP when using raw pointers as hashed keys | Kneasle | -15/+40 |
| 2021-09-13 | Auto merge of #7646 - camsteffen:relative-target, r=flip1995 | bors | -80/+30 |
| 2021-09-13 | Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomez | bors | -0/+27 |
| 2021-09-13 | Auto merge of #88529 - Meziu:master, r=nagisa | bors | -0/+46 |
| 2021-09-13 | Update `needless_borrow` test output and expected fix | dswij | -12/+26 |
| 2021-09-13 | Fix `needless_borrow` not linting mutable reference | dswij | -3/+9 |
| 2021-09-13 | Update test for needless-borrow FP for mutable ref | dswij | -8/+16 |
| 2021-09-12 | chore: convert to a multi-part suggestion | Michael Howell | -7/+14 |
| 2021-09-13 | Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995 | bors | -44/+36 |
| 2021-09-13 | Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995 | bors | -75/+44 |
| 2021-09-13 | Auto merge of #7661 - camsteffen:eta, r=giraffate | bors | -287/+272 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -4/+9 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -184/+234 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -1/+1 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -4/+9 |
| 2021-09-13 | Add mir opt test for min_align_of -> AlignOf lowering | Gary Guo | -151/+180 |