about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-05Take DiagnosticInfo in privacy_errorJoshua Nelson-3/+7
2021-04-05Take `DiagnosticInfo` in `ambiguity_error`Joshua Nelson-12/+3
2021-04-05Take DiagnosticInfo in disambiguator_errorJoshua Nelson-3/+2
2021-04-05Rename link_range -> disambiguator_range in disambiguator_errorJoshua Nelson-2/+2
2021-04-05Take `DiagnosticInfo` in `resolution_failure`Joshua Nelson-30/+6
2021-04-05Use DiagnosticInfo for anchor failureJoshua Nelson-52/+30
2021-04-05Rename path_str -> ori_link in anchor_failureJoshua Nelson-3/+3
2021-04-05Auto merge of #83890 - Dylan-DPC:rollup-9fqy3fe, r=Dylan-DPCbors-53/+50
2021-04-05Rollup merge of #83878 - the8472:fix-concurrent-tidy-access, r=Mark-SimulacrumDylan DPC-0/+1
2021-04-05Rollup merge of #83877 - jyn514:exceptions, r=Mark-SimulacrumDylan DPC-22/+0
2021-04-05Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisaDylan DPC-24/+25
2021-04-05Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomezDylan DPC-3/+11
2021-04-05Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-SimulacrumDylan DPC-4/+13
2021-04-05Add `download-rustc = "if-unchanged"`Joshua Nelson-4/+13
2021-04-05Disallow the use of high byte registes as operands on x86_64Amanieu d'Antras-24/+25
2021-04-05Auto merge of #83880 - Dylan-DPC:rollup-hz9ph0e, r=Dylan-DPCbors-194/+323
2021-04-05Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514Dylan DPC-4/+51
2021-04-05Rollup merge of #83863 - eggyal:issue-83852, r=jyn514Dylan DPC-11/+11
2021-04-05Rollup merge of #83831 - AngelicosPhosphoros:issue-77583-inline-for-ip, r=m-o...Dylan DPC-0/+3
2021-04-05Rollup merge of #83826 - slightlyoutofphase:rustdoc-sidebar-order-shuffle, r=...Dylan DPC-7/+8
2021-04-05Rollup merge of #83650 - tspiteri:source-serif-4, r=GuillaumeGomezDylan DPC-37/+36
2021-04-05Rollup merge of #82739 - jyn514:separate-stage0-stage1, r=Mark-SimulacrumDylan DPC-118/+159
2021-04-05Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasperDylan DPC-16/+17
2021-04-05Rollup merge of #81922 - magurotuna:issue81522, r=matthewjasperDylan DPC-1/+38
2021-04-05don't try to visit probe fileThe8472-0/+1
2021-04-05Remove unnecessary exceptions to the platform-specific code checkJoshua Nelson-22/+0
2021-04-05change SourceSerifPro to SourceSerif4 in emit-shared-files testTrevor Spiteri-3/+3
2021-04-05Update Source Serif to release 4.004Trevor Spiteri-34/+33
2021-04-05Auto merge of #83858 - joshtriplett:unsafe-cell-always-inline, r=Mark-Simulacrumbors-5/+5
2021-04-05Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r...bors-1/+41
2021-04-05Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPCbors-2142/+1914
2021-04-05Renamed testAlan Egerton-0/+0
2021-04-05Merge branch 'master' of github.com:rust-lang/rust into issue-83852Alan Egerton-505/+898
2021-04-04Don't report disambiguator error if link would have been ignoredCamelid-4/+51
2021-04-04Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrumbors-175/+37
2021-04-05Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisaDylan DPC-34/+104
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-219/+12
2021-04-05Rollup merge of #83815 - RalfJung:addr_of, r=kennytmDylan DPC-1/+34
2021-04-05Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simu...Dylan DPC-1848/+1596
2021-04-05Rollup merge of #83717 - notriddle:main-js-slice-loop, r=GuillaumeGomezDylan DPC-10/+14
2021-04-05Rollup merge of #83019 - eddyb:spirv-no-block-swap, r=nagisaDylan DPC-12/+25
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-18/+129
2021-04-04Render destructured struct function param names as underscore.Alan Egerton-11/+11
2021-04-04Auto merge of #82907 - petrochenkov:dercache, r=Aaron1011bors-73/+100
2021-04-04Use the beta compiler for building bootstrap tools when `download-rustc` is setJoshua Nelson-118/+159
2021-04-04core: disable `ptr::swap_nonoverlapping_one`'s block optimization on SPIR-V.Eduard-Mihai Burtescu-6/+17
2021-04-04core: rearrange `ptr::swap_nonoverlapping_one`'s cases (no functional changes).Eduard-Mihai Burtescu-11/+13
2021-04-04Workaround increased cache clearing in CargoMark Rousskov-1/+10
2021-04-04Bump cfgsMark Rousskov-172/+25
2021-04-04Use `#[inline(always)]` on trivial UnsafeCell methodsJosh Triplett-5/+5