| Age | Commit message (Expand) | Author | Lines |
| 2021-08-12 | Avoid ICE caused by suggestion | Esteban Küber | -8/+42 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -556/+287 |
| 2021-08-12 | Auto merge of #87843 - kornelski:try_reserve, r=m-ou-se | bors | -301/+282 |
| 2021-08-11 | Auto merge of #86532 - estebank:delete-suggestion-underline, r=petrochenkov | bors | -4232/+5657 |
| 2021-08-11 | update clippy | Esteban Kuber | -906/+961 |
| 2021-08-11 | Auto merge of #87892 - rust-lang:spec-fill-size-one-bye, r=the8472 | bors | -14/+2 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -3326/+4696 |
| 2021-08-11 | Auto merge of #87587 - oli-obk:lazy_tait, r=spastorino | bors | -482/+339 |
| 2021-08-11 | Auto merge of #87254 - rusticstuff:rustc_codegen_llvm_dont_emit_zero_sized_pa... | bors | -41/+107 |
| 2021-08-10 | Auto merge of #87923 - JohnTitor:rollup-id54fyz, r=JohnTitor | bors | -132/+399 |
| 2021-08-11 | Rollup merge of #87895 - TheWastl:issue-87872, r=estebank | Yuki Okushi | -20/+77 |
| 2021-08-11 | Rollup merge of #87889 - estebank:method-call-disambiguate, r=oli-obk | Yuki Okushi | -20/+22 |
| 2021-08-11 | Rollup merge of #87881 - badboy:platform-support-formatting, r=ehuss | Yuki Okushi | -1/+1 |
| 2021-08-11 | Rollup merge of #87880 - pierwill:graph-duplicate-trait-bound, r=LeSeulArtichaut | Yuki Okushi | -7/+2 |
| 2021-08-11 | Rollup merge of #87876 - lcnr:windows_no_panic, r=m-ou-se | Yuki Okushi | -0/+8 |
| 2021-08-11 | Rollup merge of #87865 - tsoutsman:master, r=GuillaumeGomez | Yuki Okushi | -22/+24 |
| 2021-08-11 | Rollup merge of #87861 - tsoutsman:patch-1, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2021-08-11 | Rollup merge of #87854 - BoxyUwU:var-None, r=oli-obk | Yuki Okushi | -2/+29 |
| 2021-08-11 | Rollup merge of #87848 - godmar:@godmar/thread-join-documentation-fix, r=josh... | Yuki Okushi | -31/+40 |
| 2021-08-11 | Rollup merge of #87811 - estebank:issue-87549, r=oli-obk | Yuki Okushi | -3/+49 |
| 2021-08-11 | Rollup merge of #87700 - kornelski:e530text, r=oli-obk | Yuki Okushi | -14/+39 |
| 2021-08-11 | Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcm | Yuki Okushi | -1/+61 |
| 2021-08-11 | Rollup merge of #87582 - tmiasko:symbol-printer, r=michaelwoerister | Yuki Okushi | -5/+6 |
| 2021-08-11 | Rollup merge of #86840 - usbalbin:const_from, r=oli-obk | Yuki Okushi | -5/+40 |
| 2021-08-10 | typeck: better diagnostics for missing inaccessible fields in struct literals... | TheWastl | -20/+77 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -556/+287 |
| 2021-08-10 | Don't collect into a `Vec` that is immediately being iterated on again. | Oli Scherer | -3/+2 |
| 2021-08-09 | Remove size_of == 1 case from `fill` specialization. | Mara Bos | -14/+2 |
| 2021-08-09 | Use smaller spans when suggesting method call disambiguation | Esteban Kuber | -20/+22 |
| 2021-08-09 | Test: Use smallvec directly instead of boxed. | Hans Kratz | -4/+4 |
| 2021-08-09 | Added tracking issue to unstable attribute | Chase Wilson | -1/+1 |
| 2021-08-09 | Enabled unzip_option feature for core tests & unzip docs | Chase Wilson | -0/+3 |
| 2021-08-09 | Added some basic tests for `Option::unzip()` and `Option::zip()` (I noticed t... | Chase Wilson | -1/+33 |
| 2021-08-09 | Added the `Option::unzip()` method | Chase Wilson | -0/+25 |
| 2021-08-09 | Proper table row formatting in platform support | Jan-Erik Rediger | -1/+1 |
| 2021-08-09 | Remove duplicate trait bounds in `rustc_data_structures::graph` | pierwill | -7/+2 |
| 2021-08-09 | Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche... | bors | -0/+29 |
| 2021-08-09 | Avoid unnecessary allocation. | Hans Kratz | -2/+2 |
| 2021-08-09 | TEST: Use SmallVec<[u32; 4]> for field projection. | Hans Kratz | -5/+7 |
| 2021-08-09 | Fix nits. | Hans Kratz | -12/+16 |
| 2021-08-09 | add `windows` count test | lcnr | -0/+8 |
| 2021-08-09 | Auto merge of #87820 - elichai:patch-2, r=kennytm | bors | -14/+14 |
| 2021-08-09 | Do not ICE on HIR based WF check when involving lifetimes | Esteban Küber | -3/+49 |
| 2021-08-09 | Add the aarch64-unknown-uefi target | unknown | -0/+29 |
| 2021-08-09 | Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkov | bors | -43/+75 |
| 2021-08-09 | Auto merge of #87465 - audunhalland:refactor_typeck_primary_body_of, r=eddyb | bors | -18/+12 |
| 2021-08-09 | Clarify terms in rustdoc book | Klim Tsoutsman | -22/+24 |
| 2021-08-08 | Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa | bors | -4/+184 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -16/+8 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -8/+8 |