about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-14rustdoc: Note that forbidding anchors in links to primitives is a bugJoshua Nelson-0/+9
2021-04-09Auto merge of #84010 - rodrimati1992:patch-3, r=Mark-Simulacrumbors-0/+6
2021-04-09Auto merge of #83956 - estebank:issue-83892, r=varkorbors-9/+42
2021-04-09Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakisbors-86/+237
2021-04-08Auto merge of #83941 - wesleywiser:win_dbginfo_closures, r=nagisabors-15/+142
2021-04-08Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPCbors-6199/+10738
2021-04-08Mention missing 1.38.0 change in RELEASES.mdrodrimati1992-0/+6
2021-04-08Rollup merge of #84001 - flip1995:clippyup, r=ManishearthDylan DPC-5900/+10307
2021-04-08Rollup merge of #83992 - GuillaumeGomez:merge-idents, r=notriddleDylan DPC-18/+127
2021-04-08Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwcoDylan DPC-27/+27
2021-04-08Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=AmanieuDylan DPC-15/+35
2021-04-08Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomezDylan DPC-135/+129
2021-04-08Rollup merge of #80733 - steffahn:prettify_pin_links, r=jyn514Dylan DPC-104/+113
2021-04-08Fix closed over variables not available in debuginfo for Windows MSVCWesley Wiser-15/+142
2021-04-08Auto merge of #83763 - alexcrichton:wasm-multivalue-abi, r=nagisabors-198/+405
2021-04-08Fix outdated crate names in compiler docspierwill-27/+27
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-5900/+10307
2021-04-08Auto merge of #7051 - flip1995:rustup, r=flip1995bors-61/+65
2021-04-08Bump nightly version -> 2021-04-08flip1995-1/+1
2021-04-08Merge remote-tracking branch 'upstream/master' into rustupflip1995-5918/+10315
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-198/+405
2021-04-08add commentsNiko Matsakis-1/+23
2021-04-08Auto merge of #83500 - camelid:split-debuginfo-docs-cleanup, r=steveklabnikbors-5/+5
2021-04-08Add test for idents mergeGuillaume Gomez-0/+20
2021-04-08Merge idents if they are part of a pathGuillaume Gomez-18/+107
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-07Fix some typos in docs for `-C split-debuginfo`Camelid-5/+5
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-07Update library/core/src/iter/traits/iterator.rslukaslueg-1/+1
2021-04-07Update library/core/src/iter/traits/iterator.rslukaslueg-1/+1
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