about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-04-13Rollup merge of #84141 - camelid:fix-typo, r=Dylan-DPCDylan DPC-1/+1
2021-04-13Rollup merge of #84140 - b-naber:parser_past_eof, r=varkorDylan DPC-15/+17
2021-04-12Fix typo in error messageCamelid-1/+1
2021-04-12don't bump in check_mistyped_turbofish_with_multiple_type_paramsb-naber-15/+17
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-4/+7
2021-04-12Auto merge of #84068 - Amanieu:fix_lint, r=lcnrbors-0/+1
2021-04-12Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkorDylan DPC-86/+103
2021-04-12Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkorDylan DPC-3/+64
2021-04-11Allow using `-C force-unwind-tables=no` when `panic=unwind`hyd-dev-16/+9
2021-04-11Implement token-based handling of attributes during expansionAaron Hill-474/+1316
2021-04-10Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkovbors-3/+9
2021-04-10Expand derive invocations in left-to-right orderAaron Hill-3/+9
2021-04-10Add `bad_asm_style` to HardwiredLintsAmanieu d'Antras-0/+1
2021-04-10Don't tell users to use a nightly flag on the stable channelKornel-8/+11
2021-04-10Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726bors-1/+3
2021-04-09Auto merge of #84004 - mattico:print-target-features-improvements, r=petroche...bors-25/+91
2021-04-09Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verboseEsteban Küber-1/+3
2021-04-09Categorize and explain target features supportMatt Ickstadt-25/+91
2021-04-09Auto merge of #83956 - estebank:issue-83892, r=varkorbors-9/+6
2021-04-09Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakisbors-86/+223
2021-04-08Auto merge of #83941 - wesleywiser:win_dbginfo_closures, r=nagisabors-15/+51
2021-04-08Provide verbose suggestion for new output typeEsteban Küber-9/+7
2021-04-08Suggest return typeEsteban Küber-1/+27
2021-04-08Suggest changing impl parameter types to match traitEsteban Küber-7/+43
2021-04-08Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPCbors-30/+31
2021-04-08Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwcoDylan DPC-27/+27
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-3/+4
2021-04-08Fix closed over variables not available in debuginfo for Windows MSVCWesley Wiser-15/+51
2021-04-08Use more accurate spans for trait/impl method arg divergenceEsteban Küber-80/+37
2021-04-08Fix outdated crate names in compiler docspierwill-27/+27
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-119/+121
2021-04-08add commentsNiko Matsakis-1/+23
2021-04-08Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrumbors-4/+0
2021-04-08Auto merge of #82958 - camelid:res-docs, r=petrochenkovbors-13/+142
2021-04-07Document `Res` and its friendsCamelid-13/+142
2021-04-08Rollup merge of #83974 - pierwill:fix-callbacks-names, r=jyn514Dylan DPC-7/+7
2021-04-08Rollup merge of #83965 - rust-lang:debug-intravisit-fnkind, r=lqdDylan DPC-1/+1
2021-04-08Rollup merge of #83952 - estebank:issue-83943, r=petrochenkovDylan DPC-0/+1
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-66/+140
2021-04-07Remove the insta-stable `cfg(wasm)`Simonas Kazlauskas-4/+0
2021-04-07Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodrausbors-1/+0
2021-04-07Fix outdated crate names in `rustc_interface::callbacks`pierwill-7/+7
2021-04-07Added additional comments and minor editsK-44/+62
2021-04-07Auto merge of #83964 - Dylan-DPC:rollup-9kinaiv, r=Dylan-DPCbors-159/+193
2021-04-07Stabilize cmp_min_max_byGriffin Smith-1/+0
2021-04-07Auto merge of #83932 - lcnr:probe-perf, r=estebankbors-2/+4
2021-04-07Add Debug implementation for hir::intravisit::FnKindGuillaume Gomez-1/+1
2021-04-07Rollup merge of #83954 - estebank:issue-83613, r=varkorDylan DPC-3/+8
2021-04-07Rollup merge of #83945 - SkiFire13:fix-83924, r=estebankDylan DPC-1/+18
2021-04-07Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=ManishearthDylan DPC-1/+23