about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2021-11-16Also check for feature gates in "src/test/rustdoc"Guillaume Gomez-0/+1
2021-10-21Bump cargoMark Rousskov-0/+0
2021-10-15Fix clippy with changed macro statement spansCameron Steffen-130/+126
2021-10-13Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebankbors-1/+1
2021-10-13Update clippy ui outputOli Scherer-1/+1
2021-10-13Auto merge of #89587 - camelid:all-candidates, r=petrochenkovbors-3/+3
2021-10-13Auto merge of #89802 - ehuss:update-cargo, r=ehussbors-0/+2
2021-10-12Add long explanation for E0464Noah Lev-1/+1
2021-10-12Test crate loading error stderrNoah Lev-2/+2
2021-10-12Update winapi shared features.Eric Huss-0/+2
2021-10-12Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplettbors-150/+150
2021-10-11Update cargoEric Huss-0/+0
2021-10-11Add #[must_use] to From::from and Into::intoJohn Kugelman-150/+150
2021-10-11Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomezMatthias Krüger-1/+1
2021-10-11Auto merge of #83908 - Flying-Toast:master, r=davidtwcobors-314/+15
2021-10-11Deprecate mem_discriminant_non_enumflip1995-314/+15
2021-10-11:arrow_up: rust-analyzerLaurențiu Nicola-18/+17
2021-10-09Allow the E0482 to be testedsireliah-1/+1
2021-10-09Simplified 3 ifs found by clippy.Nicholas-Baron-12/+10
2021-10-09Simplified two printlns picked out by clippyNicholas-Baron-2/+2
2021-10-09Move check_debugger_output to the debugger moduleNicholas-Baron-64/+69
2021-10-09Move DebuggerCommands to its own fileNicholas-Baron-48/+71
2021-10-09Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplettGuillaume Gomez-11/+21
2021-10-08Move read2_abbreviated function into read2.rsNicholas-Baron-70/+73
2021-10-08Auto merge of #89659 - workingjubilee:rollup-0vggc69, r=workingjubileebors-0/+138
2021-10-07Rollup merge of #89288 - rusticstuff:lld_wrapper, r=Mark-SimulacrumJubilee-0/+136
2021-10-07Rollup merge of #89082 - smoelius:master, r=kennytmJubilee-0/+2
2021-10-08Auto merge of #89646 - camelid:miri-up, r=RalfJungbors-7/+11
2021-10-07Update MiriNoah Lev-7/+11
2021-10-07Auto merge of #89617 - flip1995:clippyup, r=Manishearthbors-2940/+4259
2021-10-07Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavorHans Kratz-0/+136
2021-10-07Rollup merge of #89477 - Nicholas-Baron:compute_diff_rs, r=Mark-SimulacrumGuillaume Gomez-142/+170
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-2940/+4259
2021-10-06Let unicode-table-generator fail gracefully for bitsetsJosh Stone-4/+6
2021-10-06Redo #81358 in unicode-table-generatorJosh Stone-7/+15
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-9/+10
2021-10-06Revert the rustc_error_codes changes.Mukund Lakshman-3/+3
2021-10-04Rollup merge of #89535 - notriddle:notriddle/error-index-generator-js, r=Mark...Manish Goregaokar-34/+19
2021-10-04Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeG...Manish Goregaokar-1/+1
2021-10-04Rollup merge of #89536 - RalfJung:miri, r=RalfJungJubilee-9/+7
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-2/+2
2021-10-04No need to default offset since we always override it.Mukund Lakshman-1/+1
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-9/+9
2021-10-04update MiriRalf Jung-9/+7
2021-10-04fix busted JavaScript in error index generatorMichael Howell-34/+19
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-3/+4
2021-10-04:arrow_up: rust-analyzerLaurențiu Nicola-17/+18
2021-10-03Make write_rustdoc_diff a more generic functionNicholas-Baron-8/+21
2021-10-03Extract a portion of diff writing code to separate functionNicholas-Baron-38/+50
2021-10-03Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearthbors-14/+11