| Age | Commit message (Expand) | Author | Lines |
| 2021-11-16 | Increase tidy limit for parser by 1 | 5225225 | -1/+1 |
| 2021-11-16 | Remove debug output from test stderr | 5225225 | -1/+0 |
| 2021-11-16 | Suggest removing the non-printing characters | 5225225 | -8/+8 |
| 2021-11-16 | Print full char literal on error if any are non-printing | 5225225 | -0/+27 |
| 2021-11-16 | Rollup merge of #90892 - RalfJung:miri-partial-ptr-copy, r=oli-obk | Yuki Okushi | -0/+38 |
| 2021-11-16 | Rollup merge of #90837 - c410-f3r:testsssssss, r=petrochenkov | Yuki Okushi | -233/+9 |
| 2021-11-16 | Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiser | Yuki Okushi | -17/+16 |
| 2021-11-15 | Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrum | bors | -0/+27 |
| 2021-11-15 | Auto merge of #90473 - joshtriplett:stabilize-format-args-capture, r=Mark-Sim... | bors | -131/+46 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -17/+16 |
| 2021-11-15 | Update test output | Josh Triplett | -50/+46 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -81/+0 |
| 2021-11-15 | Auto merge of #90645 - terrarier2111:master, r=estebank | bors | -0/+24 |
| 2021-11-15 | Auto merge of #90684 - jyn514:dist-aliases, r=Mark-Simulacrum | bors | -11/+12 |
| 2021-11-14 | Don't run the codegen test when `debug_assert` is enabled | Scott McMurray | -0/+1 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -233/+9 |
| 2021-11-14 | Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelid | bors | -4/+0 |
| 2021-11-14 | Auto merge of #90867 - hi-rustin:rustin-patch-rustdoc, r=CraftSpider | bors | -31/+26 |
| 2021-11-13 | fix ICE on Miri/CTFE copy of half a pointer | Ralf Jung | -0/+38 |
| 2021-11-14 | Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgr | bors | -15/+39 |
| 2021-11-13 | Rollup merge of #90853 - notriddle:notriddle/option-vec, r=GuillaumeGomez | Matthias Krüger | -13/+7 |
| 2021-11-13 | Rollup merge of #90840 - BoxyUwU:lolripme, r=jackh726 | Matthias Krüger | -0/+30 |
| 2021-11-13 | Rollup merge of #90771 - asterycs:fix/trait-object-error-code, r=michaelwoeri... | Matthias Krüger | -2/+2 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -17/+29 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -180/+95 |
| 2021-11-13 | Implement diagnostic for String conversion | threadexception | -0/+24 |
| 2021-11-13 | Delete rustdoc::doctree | hi-rustin | -31/+26 |
| 2021-11-13 | Change paths for `dist` command to match the components they generate | Joshua Nelson | -11/+12 |
| 2021-11-13 | Auto merge of #87264 - mystor:expand_literal, r=petrochenkov | bors | -0/+257 |
| 2021-11-12 | Use an empty Vec instead of Option<Vec> | Michael Howell | -13/+7 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+87 |
| 2021-11-12 | Test core::simd works | Jubilee Young | -0/+83 |
| 2021-11-12 | Expose portable-simd as core::simd | Jubilee Young | -0/+4 |
| 2021-11-12 | oops... | Ellen | -0/+30 |
| 2021-11-12 | proc_macro: Add an expand_expr method to TokenStream | Nika Layzell | -0/+257 |
| 2021-11-12 | Auto merge of #90836 - matthiaskrgr:rollup-ou6yrlw, r=matthiaskrgr | bors | -51/+42 |
| 2021-11-12 | Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddle | Matthias Krüger | -2/+13 |
| 2021-11-12 | Rollup merge of #90761 - hellow554:macro_span, r=estebank | Matthias Krüger | -49/+29 |
| 2021-11-12 | Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieu | bors | -121/+272 |
| 2021-11-12 | fix aarch test error annotations | asquared31415 | -4/+4 |
| 2021-11-12 | Add more comments to explain the code to generate the search index | Guillaume Gomez | -2/+13 |
| 2021-11-12 | Remove unneeded FIXME: after testing the suggested changes, we reached the co... | Guillaume Gomez | -4/+0 |
| 2021-11-12 | Auto merge of #90813 - notriddle:notriddle/vec-extend, r=GuillaumeGomez | bors | -23/+26 |
| 2021-11-11 | MIRI says `reverse` is UB, so replace it with an implementation that LLVM can... | Scott McMurray | -0/+26 |
| 2021-11-11 | Use `Iterator::collect` instead of calling `Vec::push` in a loop | Michael Howell | -23/+26 |
| 2021-11-11 | Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkov | bors | -7/+93 |
| 2021-11-11 | librustdoc: revert use of def_id for one of the edge case | Muhammad Falak R Wani | -5/+10 |
| 2021-11-11 | Auto merge of #90755 - scottmcm:spec-array-clone, r=jackh726 | bors | -0/+15 |
| 2021-11-11 | Shorten Span of unused macro lints | Marcel Hellwig | -49/+29 |
| 2021-11-11 | Auto merge of #89550 - lcnr:coherence-specialization, r=nikomatsakis | bors | -263/+237 |