about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-02Add higher docs and remove some unneeded fieldsCameron Steffen-49/+65
2021-09-02Fix remaining dogfood errorsflip1995-5/+3
2021-09-02Fix dogfoodCameron Steffen-56/+41
2021-09-02Fix manual_match with let-expressionsCameron Steffen-211/+191
2021-09-02Merge remote-tracking branch 'upstream/master' into rustup2flip1995-603/+2552
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-55/+108
2021-09-02Use in_incr_comp_dir_sess in cg_clifbjorn3-2/+1
2021-09-02Add explanation for ctfe_backtrace lockbjorn3-0/+3
2021-09-02Use in_incr_comp_dir_sess in cg_clifbjorn3-2/+1
2021-09-02Remove print_fuel_crate field of Sessionbjorn3-8/+3
2021-09-02Remove optimization_fuel_crate from Sessionbjorn3-6/+1
2021-09-02Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum...bors-10/+11
2021-09-02Remove unused argument from resolve_cratebjorn3-9/+6
2021-09-02Introduce CrateRejections structbjorn3-40/+36
2021-09-02Remove root field from CrateLocatorbjorn3-9/+4
2021-09-02Remove host_hash from CrateLocatorbjorn3-7/+3
2021-09-02Refactor CrateLocator.is_proc_macrobjorn3-18/+13
2021-09-02Don't store Session in CrateLocatorbjorn3-11/+15
2021-09-02I/O safety for WinUWPbdbai-4/+5
2021-09-02Bless 32bit MIR opt testsMatthew Jasper-97/+72
2021-09-02Remove TODOMatthew Jasper-1/+0
2021-09-02Auto merge of #7619 - UnrealApex:patch-1, r=flip1995bors-4/+4
2021-09-02Auto merge of #87114 - cjgillot:abilint, r=estebankbors-50/+61
2021-09-02Implement #88581Jacob Pratt-0/+346
2021-09-01remove redundant / misplaced sentence from docsast-ral-4/+0
2021-09-01fix(test): update with `&mut` suggestionMichael Howell-2/+5
2021-09-02Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-sebors-15/+91
2021-09-01Ensure suggestion is in its own diagnostic windowNoah Lev-46/+68
2021-09-01Fix span used for structured tuple struct suggestionNoah Lev-10/+135
2021-09-01fix(rustc): suggest `items` be borrowed in `for i in items[x..]`Michael Howell-4/+57
2021-09-02Auto merge of #7617 - xFrednet:0000-link-diag-item-docs, r=giraffatebors-0/+1
2021-09-02Auto merge of #88522 - camelid:box-paren-output, r=jyn514bors-9/+18
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-464/+524
2021-09-02ty::layout: split `LayoutOf` into required and (blanket) provided halves.Eduard-Mihai Burtescu-3/+3
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-13/+13
2021-09-02ty::layout: split `LayoutOf` into required and (blanket) provided halves.Eduard-Mihai Burtescu-19/+25
2021-09-02ty::layout: implement `layout_of` automatically as a default method.Eduard-Mihai Burtescu-11/+11
2021-09-02ty::layout: implement `layout_of` automatically as a default method.Eduard-Mihai Burtescu-54/+105
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-6/+4
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-170/+148
2021-09-01rustdoc: Don't panic on ambiguous inherent associated typesNoah Lev-4/+38
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-50/+112
2021-09-01Update README.mdAaron-4/+4
2021-09-01Reference new diagnostic item docs in our docs :)xFrednet-0/+1
2021-09-01Remove implementors settingGuillaume Gomez-16/+1
2021-09-01Compute proc_macros in resolutions.Camille GILLOT-54/+52
2021-09-01Compute all_traits_impls during resolution.Camille GILLOT-18/+17
2021-09-01Compute item_generics_num_lifetimes during resolution.Camille GILLOT-54/+30
2021-09-01Stop sorting bodies by span.Camille GILLOT-151/+130
2021-09-01Remove redundant `Span` in `QueryJobInfo`Noah Lev-11/+8