about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-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
2021-04-07Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkorDylan DPC-7/+1
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-143/+127
2021-04-07Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkorDylan DPC-3/+13
2021-04-07Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkorDylan DPC-1/+3
2021-04-06Add spans to E0277 for impl/trait type/fn obligation disparityEsteban Küber-11/+52
2021-04-06review commentsEsteban Küber-2/+2
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-4/+36
2021-04-06Suggest Pin/Box/Arc for more casesEsteban Küber-52/+53
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-1/+23
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-1/+6
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-2/+2
2021-04-06Account for `ExprKind::Block` when suggesting .into() and derefEsteban Küber-0/+1
2021-04-06Add reborrow suggestion when mutable reference is moved in a for loopGiacomo Stevanato-1/+18
2021-04-06Rollup merge of #83903 - rust-lang:GuillaumeGomez-patch-1, r=lcnrDylan DPC-1/+1
2021-04-06Rollup merge of #83895 - eggyal:issue-83883, r=jyn514Dylan DPC-1/+2
2021-04-06Rollup merge of #83829 - petrochenkov:minclean, r=nagisaDylan DPC-52/+6
2021-04-06forbid `impl Trait` in generic param defaultsSNCPlay42-7/+1
2021-04-06use a `SmallVec` in `impl_or_trait_item`lcnr-2/+4
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-143/+127
2021-04-06Auto merge of #83821 - camelid:improve-thinvec, r=petrochenkovbors-0/+91
2021-04-06Add listing of lints (eg via -W help) to rustdocAlan Egerton-1/+2
2021-04-06Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwcobors-10/+19
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-42/+97
2021-04-05Add `FromIterator` and `IntoIterator` impls for `ThinVec`Camelid-0/+91
2021-04-06Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwcobors-8/+58
2021-04-05Auto merge of #83905 - JohnTitor:rollup-pa1la80, r=JohnTitorbors-12/+45
2021-04-05Allow specifying alignment for functionsWesley Norris-42/+97
2021-04-06Rollup merge of #83885 - jyn514:private-links, r=Mark-SimulacrumYuki Okushi-9/+0
2021-04-06Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadaniYuki Okushi-0/+1
2021-04-06Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwcoYuki Okushi-1/+8
2021-04-06Rollup merge of #83734 - JohnTitor:issue-83621, r=davidtwcoYuki Okushi-2/+8
2021-04-06Rollup merge of #83489 - LeSeulArtichaut:deref-else, r=davidtwcoYuki Okushi-0/+28
2021-04-05Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrumbors-4/+21