about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-08-13Rollup merge of #87969 - Aaron1011:revert-stmt-id, r=petrochenkovGuillaume Gomez-7/+28
2021-08-13Rollup merge of #87795 - estebank:erase-lifetimes-in-suggestion, r=oli-obkGuillaume Gomez-7/+12
2021-08-13Auto merge of #87956 - m-ou-se:closure-migration-macro-body, r=Aaron1011bors-6/+16
2021-08-13Auto merge of #87927 - spastorino:use-def-id-typeckresults, r=oli-obkbors-27/+3
2021-08-12Improve fallback span for closure migration lint.Mara Bos-4/+4
2021-08-12Improve comment in closure migration code.Mara Bos-3/+3
2021-08-12Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebankManish Goregaokar-2/+13
2021-08-12Rollup merge of #87953 - m-ou-se:closure-migration-multiline-formatting, r=pe...Manish Goregaokar-2/+11
2021-08-12Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddybManish Goregaokar-16/+53
2021-08-12Rollup merge of #87916 - nbdd0121:black_box, r=nagisaManish Goregaokar-2/+37
2021-08-12Apply c_enum_min_bits = 8 to (arm|thumb)-none- platformsManish Goregaokar-0/+14
2021-08-12Add c_enum_min_bits to target specManish Goregaokar-16/+39
2021-08-12Implement `black_box` using intrinsicGary Guo-2/+37
2021-08-12Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomezbors-14/+16
2021-08-12Revert "Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov"Aaron Hill-7/+28
2021-08-12Silence non_fmt_panic from external macros.Mara Bos-2/+13
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-6/+6
2021-08-12Rollup merge of #87819 - estebank:assoc-type-span, r=jackh726Guillaume Gomez-8/+10
2021-08-12Auto merge of #87666 - ivmarkov:master, r=Amanieubors-0/+38
2021-08-12Avoid ICE caused by suggestionEsteban Küber-7/+12
2021-08-12Use a more accurate span on assoc types WF checksEsteban Kuber-8/+10
2021-08-12Fix closure migration suggestion when the body is a macro.Mara Bos-2/+12
2021-08-12Improve formatting of closure capture migration suggestion.Mara Bos-2/+11
2021-08-12Auto merge of #87948 - JohnTitor:rollup-efmgyl8, r=JohnTitorbors-7/+23
2021-08-12Rollup merge of #87903 - jackh726:logging-cleanup, r=oli-obkYuki Okushi-3/+0
2021-08-12Rollup merge of #87671 - jesyspa:issue-87319-multiple-newlines, r=estebankYuki Okushi-4/+23
2021-08-12Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkovbors-118/+13
2021-08-11Make concrete_opaque_types be FxHashSet<DefId>Santiago Pastorino-27/+3
2021-08-11Renamed variable str -> tail for clarityAnton Golov-5/+5
2021-08-11Modify structured suggestion outputEsteban Küber-25/+180
2021-08-11Warn when an escaped newline skips multiple linesAnton Golov-0/+19
2021-08-11Auto merge of #87587 - oli-obk:lazy_tait, r=spastorinobors-377/+276
2021-08-11Auto merge of #87254 - rusticstuff:rustc_codegen_llvm_dont_emit_zero_sized_pa...bors-35/+87
2021-08-11Rollup merge of #87895 - TheWastl:issue-87872, r=estebankYuki Okushi-20/+29
2021-08-11Rollup merge of #87889 - estebank:method-call-disambiguate, r=oli-obkYuki Okushi-6/+6
2021-08-11Rollup merge of #87880 - pierwill:graph-duplicate-trait-bound, r=LeSeulArtichautYuki Okushi-7/+2
2021-08-11Rollup merge of #87854 - BoxyUwU:var-None, r=oli-obkYuki Okushi-2/+5
2021-08-11Rollup merge of #87811 - estebank:issue-87549, r=oli-obkYuki Okushi-3/+4
2021-08-11Rollup merge of #87700 - kornelski:e530text, r=oli-obkYuki Okushi-14/+39
2021-08-11Rollup merge of #87582 - tmiasko:symbol-printer, r=michaelwoeristerYuki Okushi-5/+6
2021-08-10typeck: better diagnostics for missing inaccessible fields in struct literals...TheWastl-20/+29
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-118/+13
2021-08-10Don't collect into a `Vec` that is immediately being iterated on again.Oli Scherer-3/+2
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+38
2021-08-09Reduce verbosity of RUSTC_LOGjackh726-3/+0
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-6/+6
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-6/+6
2021-08-09Test: Use smallvec directly instead of boxed.Hans Kratz-4/+4
2021-08-09Remove duplicate trait bounds in `rustc_data_structures::graph`pierwill-7/+2
2021-08-09Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche...bors-0/+28