| Age | Commit message (Expand) | Author | Lines |
| 2021-11-16 | Inline printable function | 5225225 | -5/+7 |
| 2021-11-16 | Suggest removing the non-printing characters | 5225225 | -1/+16 |
| 2021-11-16 | Print full char literal on error if any are non-printing | 5225225 | -0/+10 |
| 2021-11-16 | Auto merge of #90934 - JohnTitor:rollup-5soqo0j, r=JohnTitor | bors | -18/+31 |
| 2021-11-16 | Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obk | Yuki Okushi | -7/+6 |
| 2021-11-16 | Rollup merge of #90834 - cuviper:android-gnu, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-11-16 | Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiser | Yuki Okushi | -10/+24 |
| 2021-11-15 | Auto merge of #90827 - matthewjasper:assoc-item-cleanup-2, r=cjgillot | bors | -38/+20 |
| 2021-11-15 | Auto merge of #90473 - joshtriplett:stabilize-format-args-capture, r=Mark-Sim... | bors | -36/+19 |
| 2021-11-15 | Auto merge of #90717 - kit-981:fix-ld64-flags, r=petrochenkov | bors | -42/+50 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -4/+16 |
| 2021-11-15 | Support having -Z and -C options with the same name | Josh Triplett | -6/+8 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -36/+19 |
| 2021-11-15 | Auto merge of #90645 - terrarier2111:master, r=estebank | bors | -36/+61 |
| 2021-11-14 | Auto merge of #90839 - pierwill:docs-rustc-newtype-index, r=jackh726 | bors | -1/+23 |
| 2021-11-14 | Only use the -dynamiclib flag when the linker is not ld | kit | -1/+4 |
| 2021-11-14 | Refactor linker argument generation | kit | -30/+18 |
| 2021-11-14 | Add a helper method for linker arguments | kit | -11/+28 |
| 2021-11-13 | fix ICE on Miri/CTFE copy of half a pointer | Ralf Jung | -7/+6 |
| 2021-11-13 | Generate documentation in rustc `rustc_index::newtype_index` macro | pierwill | -1/+23 |
| 2021-11-13 | Rollup merge of #90840 - BoxyUwU:lolripme, r=jackh726 | Matthias Krüger | -2/+6 |
| 2021-11-13 | Rollup merge of #90771 - asterycs:fix/trait-object-error-code, r=michaelwoeri... | Matthias Krüger | -1/+1 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -10/+15 |
| 2021-11-13 | Implement diagnostic for String conversion | threadexception | -36/+61 |
| 2021-11-13 | Auto merge of #87264 - mystor:expand_literal, r=petrochenkov | bors | -68/+122 |
| 2021-11-12 | oops... | Ellen | -2/+6 |
| 2021-11-12 | proc_macro: Add an expand_expr method to TokenStream | Nika Layzell | -68/+122 |
| 2021-11-12 | Auto merge of #90836 - matthiaskrgr:rollup-ou6yrlw, r=matthiaskrgr | bors | -64/+83 |
| 2021-11-12 | Rollup merge of #90826 - petrochenkov:binattr, r=cjgillot | Matthias Krüger | -44/+62 |
| 2021-11-12 | Rollup merge of #90761 - hellow554:macro_span, r=estebank | Matthias Krüger | -13/+12 |
| 2021-11-12 | Rollup merge of #90589 - durin42:llvm-14-ASO-now-struct, r=nikic | Matthias Krüger | -7/+9 |
| 2021-11-12 | Android is not GNU | Josh Stone | -1/+1 |
| 2021-11-12 | Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieu | bors | -42/+105 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -44/+62 |
| 2021-11-12 | Auto merge of #90813 - notriddle:notriddle/vec-extend, r=GuillaumeGomez | bors | -3/+1 |
| 2021-11-12 | Auto merge of #90731 - pierwill:fix-90658, r=michaelwoerister | bors | -4/+1 |
| 2021-11-11 | Use `associated_item_def_ids` more | Matthew Jasper | -34/+16 |
| 2021-11-11 | Remove unused field of `RegionVariableOrigin` | Matthew Jasper | -4/+4 |
| 2021-11-11 | Use `Vec::extend`, instead of calling `Vec::push` in a loop | Michael Howell | -3/+1 |
| 2021-11-11 | Auto merge of #90746 - nnethercote:opt-pattern-matching, r=Nadrieril | bors | -1/+1 |
| 2021-11-11 | Auto merge of #90648 - matthewjasper:assoc-item-cleanup, r=cjgillot | bors | -62/+29 |
| 2021-11-11 | PassWrapper: additional sanitizer update to match clang | Krasimir Georgiev | -1/+0 |
| 2021-11-11 | Shorten Span of unused macro lints | Marcel Hellwig | -13/+12 |
| 2021-11-11 | Auto merge of #89550 - lcnr:coherence-specialization, r=nikomatsakis | bors | -234/+264 |
| 2021-11-11 | Auto merge of #83846 - torhovland:issue-10971, r=davidtwco | bors | -5/+52 |
| 2021-11-10 | Rollup merge of #90742 - est31:add_assign, r=davidtwco | Matthias Krüger | -2/+2 |
| 2021-11-10 | Rollup merge of #88868 - calebzulawski:feature/simd_bitmask, r=workingjubilee | Matthias Krüger | -32/+69 |
| 2021-11-10 | Rollup merge of #88447 - inquisitivecrystal:rustdoc-vis, r=jyn514 | Matthias Krüger | -19/+18 |
| 2021-11-10 | Fix trait object error code | Jimmy Envall | -1/+1 |
| 2021-11-10 | don't inline `report_overlap_conflict` | lcnr | -0/+5 |