about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-09set allow_fail back on each exampleTimothée Delabrouille-17/+17
2021-04-09fix misspelling of register xmm23 which made xmm13 being clobbered twiceTimothée Delabrouille-1/+1
2021-04-09conjugationTimothée Delabrouille-1/+1
2021-04-09remove allow_fail and uncomment the [feature(asm)] on every exampleTimothée Delabrouille-30/+30
2021-04-09Merge branch 'issue-76704-fix' of https://github.com/tdelabro/rust into issue...Timothée Delabrouille-1/+1
2021-04-09precisions on the authorized labels + typoTimothée Delabrouille-2/+2
2021-04-09add 'allow_fail' to exampleTimothée-1/+1
2021-04-08New 'Label' section with example and explainationsTimothée Delabrouille-3/+37
2021-04-08Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrumbors-5/+0
2021-04-08Auto merge of #83866 - jyn514:disambiguator-error, r=camelidbors-14/+46
2021-04-08Auto merge of #82958 - camelid:res-docs, r=petrochenkovbors-13/+142
2021-04-07Document `Res` and its friendsCamelid-13/+142
2021-04-08Auto merge of #83986 - Dylan-DPC:rollup-51vygcj, r=Dylan-DPCbors-222/+890
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-4/+41
2021-04-08Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwcoDylan DPC-195/+813
2021-04-08Rollup merge of #82497 - jyn514:json, r=CraftSpiderDylan DPC-15/+28
2021-04-07Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrumbors-96/+106
2021-04-07Remove the insta-stable `cfg(wasm)`Simonas Kazlauskas-5/+0
2021-04-07Cleanup option parsing and config.toml.exampleJoshua Nelson-96/+106
2021-04-07Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodrausbors-14/+4
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-400/+902
2021-04-07rebase and update testsEsteban Küber-10/+42
2021-04-07Stabilize cmp_min_max_byGriffin Smith-14/+4
2021-04-07Reuse logic for determining the channel in the rest of rustdocJoshua Nelson-22/+29
2021-04-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-1/+26
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-84/+125
2021-04-07Rollup merge of #83945 - SkiFire13:fix-83924, r=estebankDylan DPC-1/+83
2021-04-07Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=ManishearthDylan DPC-3/+80
2021-04-07Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkorDylan DPC-66/+134
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-242/+281
2021-04-07Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkorDylan DPC-3/+61
2021-04-07Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkorDylan DPC-1/+71
2021-04-07Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-seDylan DPC-0/+67
2021-04-07Auto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomezbors-82/+82
2021-04-06Add spans to E0277 for impl/trait type/fn obligation disparityEsteban Küber-25/+96
2021-04-06review commentsEsteban Küber-2/+2
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-1/+4
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-110/+621
2021-04-06Suggest Pin/Box/Arc for more casesEsteban Küber-52/+53
2021-04-07Auto merge of #83955 - ehuss:update-stage0, r=Mark-Simulacrumbors-2/+2
2021-04-07Disable using non-ascii identifiers in extern blocks.Charles Lew-3/+80
2021-04-06Bump bootstrap compilerEric Huss-2/+2
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-1/+42
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-83/+83
2021-04-06Account for `ExprKind::Block` when suggesting .into() and derefEsteban Küber-4/+41