about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-01-03jsondoclint: Add option to dump errors as json.Nixon Enraght-Moony-4/+25
2023-01-03jsondoclint: Find selector for missing ID when error is created, not reported.Nixon Enraght-Moony-42/+64
2023-01-03jsondoclint: Add `--verbose` flag.Nixon Enraght-Moony-6/+26
2023-01-03jsondoclint: Parse args with clap.Nixon Enraght-Moony-4/+11
2023-01-03clippyRalf Jung-2/+1
2023-01-03Merge from rustcRalf Jung-2516/+8693
2023-01-03Preparing for merge from rustcRalf Jung-1/+1
2023-01-03Update LLVM submoduleNikita Popov-0/+0
2023-01-03Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514bors-10/+161
2023-01-03fix dupe word typosRageking8-1/+1
2023-01-03Auto merge of #106371 - RalfJung:no-ret-position-noalias, r=nikicbors-1/+1
2023-01-02no_depsJ Haigh-0/+1
2023-01-03Allow passing a specific date to `bump-stage0`Joshua Nelson-11/+17
2023-01-02use cargo_metadata to get x versionDebugSteven-28/+11
2023-01-03Auto merge of #106386 - compiler-errors:rollup-dxjv18b, r=compiler-errorsbors-211/+757
2023-01-02rustdoc: allow popover child links to workArdis Lu-3/+0
2023-01-02Rollup merge of #106376 - rustbot:docs-update, r=ehussMichael Goulet-0/+0
2023-01-02Rollup merge of #106366 - GuillaumeGomez:fix-rustdoc-ice-typedef-type-mismatc...Michael Goulet-1/+497
2023-01-02Rollup merge of #106354 - aDotInTheVoid:rdj-always-discr, r=GuillaumeGomezMichael Goulet-201/+257
2023-01-02Rollup merge of #106315 - jyn514:cleanup-mingw-tidy, r=fee1-deadMichael Goulet-3/+2
2023-01-02Rollup merge of #105558 - Nilstrieb:less-spam-hir-tree, r=cjgillotMichael Goulet-6/+1
2023-01-02get latest x version from parsing cargo commandDebugSteven-10/+39
2023-01-03Don't trim path for `unsafe_op_in_unsafe_fn` lintsLéo Lanteri Thauvin-0/+21
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-1/+28
2023-01-02Auto merge of #106364 - JakobDegen:top-down-inlining, r=cjgillotbors-91/+184
2023-01-02rustdoc: remove legacy box-sizing CSSMichael Howell-2/+0
2023-01-03print highest error codeEzra Shaw-0/+1
2023-01-02Reduce HIR debug outputNilstrieb-6/+1
2023-01-02Auto merge of #106272 - clubby789:codegen-test-103840, r=nikicbors-0/+9
2023-01-02Update booksrustbot-0/+0
2023-01-02tweaks to retag diagnostic handlingRalf Jung-13/+9
2023-01-02do not add noalias in return positionRalf Jung-1/+1
2023-01-02Add regression test for #96287Guillaume Gomez-0/+32
2023-01-02Add regression test for #105742Guillaume Gomez-0/+425
2023-01-02Add regression test for #105737Guillaume Gomez-0/+16
2023-01-02Add regression test for #105334Guillaume Gomez-0/+11
2023-01-02Add regression test for #106226Guillaume Gomez-0/+12
2023-01-02Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkovbors-120/+13
2023-01-02Print correct base for too-large literalsclubby789-24/+70
2023-01-02maybegimbles-10/+10
2023-01-02Fix rustdoc ICE on bad typedef with mismatching typesGuillaume Gomez-1/+1
2023-01-02Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomezbors-27/+87
2023-01-02Auto merge of #106284 - estebank:merge-mut-errors, r=jyn514bors-226/+435
2023-01-01Reenable limited top-down MIR inliningJakob Degen-91/+184
2023-01-01Verbose suggestionsEsteban Küber-185/+360
2023-01-01Always take advantage of arithmetic identitiesBen Kimock-0/+46
2023-01-02fix CIEzra Shaw-7/+8
2023-01-02pattern destructure `has_test`Ezra Shaw-3/+1
2023-01-01rustdoc: add test case for dir entry summary positionMichael Howell-4/+85
2023-01-01Implement fix for #67535Troy Neubauer-1/+62