| Age | Commit message (Expand) | Author | Lines |
| 2021-08-13 | Rollup merge of #87969 - Aaron1011:revert-stmt-id, r=petrochenkov | Guillaume Gomez | -7/+28 |
| 2021-08-13 | Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obk | Guillaume Gomez | -7/+12 |
| 2021-08-13 | Auto merge of #87956 - m-ou-se:closure-migration-macro-body, r=Aaron1011 | bors | -6/+16 |
| 2021-08-13 | Auto merge of #87927 - spastorino:use-def-id-typeckresults, r=oli-obk | bors | -27/+3 |
| 2021-08-12 | Improve fallback span for closure migration lint. | Mara Bos | -4/+4 |
| 2021-08-12 | Improve comment in closure migration code. | Mara Bos | -3/+3 |
| 2021-08-12 | Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebank | Manish Goregaokar | -2/+13 |
| 2021-08-12 | Rollup merge of #87953 - m-ou-se:closure-migration-multiline-formatting, r=pe... | Manish Goregaokar | -2/+11 |
| 2021-08-12 | Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb | Manish Goregaokar | -16/+53 |
| 2021-08-12 | Rollup merge of #87916 - nbdd0121:black_box, r=nagisa | Manish Goregaokar | -2/+37 |
| 2021-08-12 | Apply c_enum_min_bits = 8 to (arm|thumb)-none- platforms | Manish Goregaokar | -0/+14 |
| 2021-08-12 | Add c_enum_min_bits to target spec | Manish Goregaokar | -16/+39 |
| 2021-08-12 | Implement `black_box` using intrinsic | Gary Guo | -2/+37 |
| 2021-08-12 | Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomez | bors | -14/+16 |
| 2021-08-12 | Revert "Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov" | Aaron Hill | -7/+28 |
| 2021-08-12 | Silence non_fmt_panic from external macros. | Mara Bos | -2/+13 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -6/+6 |
| 2021-08-12 | Rollup merge of #87819 - estebank:assoc-type-span, r=jackh726 | Guillaume Gomez | -8/+10 |
| 2021-08-12 | Auto merge of #87666 - ivmarkov:master, r=Amanieu | bors | -0/+38 |
| 2021-08-12 | Avoid ICE caused by suggestion | Esteban Küber | -7/+12 |
| 2021-08-12 | Use a more accurate span on assoc types WF checks | Esteban Kuber | -8/+10 |
| 2021-08-12 | Fix closure migration suggestion when the body is a macro. | Mara Bos | -2/+12 |
| 2021-08-12 | Improve formatting of closure capture migration suggestion. | Mara Bos | -2/+11 |
| 2021-08-12 | Auto merge of #87948 - JohnTitor:rollup-efmgyl8, r=JohnTitor | bors | -7/+23 |
| 2021-08-12 | Rollup merge of #87903 - jackh726:logging-cleanup, r=oli-obk | Yuki Okushi | -3/+0 |
| 2021-08-12 | Rollup merge of #87671 - jesyspa:issue-87319-multiple-newlines, r=estebank | Yuki Okushi | -4/+23 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -118/+13 |
| 2021-08-11 | Make concrete_opaque_types be FxHashSet<DefId> | Santiago Pastorino | -27/+3 |
| 2021-08-11 | Renamed variable str -> tail for clarity | Anton Golov | -5/+5 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -25/+180 |
| 2021-08-11 | Warn when an escaped newline skips multiple lines | Anton Golov | -0/+19 |
| 2021-08-11 | Auto merge of #87587 - oli-obk:lazy_tait, r=spastorino | bors | -377/+276 |
| 2021-08-11 | Auto merge of #87254 - rusticstuff:rustc_codegen_llvm_dont_emit_zero_sized_pa... | bors | -35/+87 |
| 2021-08-11 | Rollup merge of #87895 - TheWastl:issue-87872, r=estebank | Yuki Okushi | -20/+29 |
| 2021-08-11 | Rollup merge of #87889 - estebank:method-call-disambiguate, r=oli-obk | Yuki Okushi | -6/+6 |
| 2021-08-11 | Rollup merge of #87880 - pierwill:graph-duplicate-trait-bound, r=LeSeulArtichaut | Yuki Okushi | -7/+2 |
| 2021-08-11 | Rollup merge of #87854 - BoxyUwU:var-None, r=oli-obk | Yuki Okushi | -2/+5 |
| 2021-08-11 | Rollup merge of #87811 - estebank:issue-87549, r=oli-obk | Yuki Okushi | -3/+4 |
| 2021-08-11 | Rollup merge of #87700 - kornelski:e530text, r=oli-obk | Yuki Okushi | -14/+39 |
| 2021-08-11 | Rollup merge of #87582 - tmiasko:symbol-printer, r=michaelwoerister | Yuki Okushi | -5/+6 |
| 2021-08-10 | typeck: better diagnostics for missing inaccessible fields in struct literals... | TheWastl | -20/+29 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -118/+13 |
| 2021-08-10 | Don't collect into a `Vec` that is immediately being iterated on again. | Oli Scherer | -3/+2 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -0/+38 |
| 2021-08-09 | Reduce verbosity of RUSTC_LOG | jackh726 | -3/+0 |
| 2021-08-09 | Use smaller spans when suggesting method call disambiguation | Esteban Kuber | -6/+6 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -6/+6 |
| 2021-08-09 | Test: Use smallvec directly instead of boxed. | Hans Kratz | -4/+4 |
| 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/+28 |