about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-10-04Rollup merge of #89535 - notriddle:notriddle/error-index-generator-js, r=Mark...Manish Goregaokar-34/+19
2021-10-04Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakisManish Goregaokar-211/+24
2021-10-04Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplettManish Goregaokar-12/+12
2021-10-04Rollup merge of #89426 - davidtwco:bootstrap-nix-toolchain-env-var, r=Mark-Si...Manish Goregaokar-12/+17
2021-10-04Rollup merge of #89423 - DevinR528:reachable-fields, r=NadrierilManish Goregaokar-3/+15
2021-10-04Rollup merge of #89364 - hkmatsumoto:encode-json-with-utf-8, r=Mark-SimulacrumManish Goregaokar-1/+1
2021-10-04Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeG...Manish Goregaokar-22/+44
2021-10-04Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514Manish Goregaokar-3/+39
2021-10-04Rollup merge of #89536 - RalfJung:miri, r=RalfJungJubilee-9/+7
2021-10-04Rollup merge of #89511 - lnicola:rust-analyzer-2021-10-04, r=lnicolaJubilee-17/+18
2021-10-04Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwcoJubilee-34/+99
2021-10-04Rollup merge of #89487 - FabianWolff:issue-89396, r=petrochenkovJubilee-0/+52
2021-10-04Rollup merge of #89480 - hameerabbasi:issue-89118-test, r=jackh726Jubilee-0/+95
2021-10-04Rollup merge of #89478 - zvavybir:master, r=jyn514Jubilee-3/+3
2021-10-04Rollup merge of #89474 - camelid:better-pass-name, r=jyn514Jubilee-14/+14
2021-10-04Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplettJubilee-0/+20
2021-10-04Rollup merge of #89456 - cuviper:llvm-13, r=nikicJubilee-0/+0
2021-10-04Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakisJubilee-0/+42
2021-10-04Rollup merge of #88090 - nbdd0121:inference, r=nikomatsakisJubilee-12/+66
2021-10-04Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplettJubilee-17/+0
2021-10-04Add tests for ensuring docblock headings.Mukund Lakshman-0/+29
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-61/+88
2021-10-04No need to default offset since we always override it.Mukund Lakshman-40/+36
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-47/+108
2021-10-04Fix rustdoc test caseMichael Howell-12/+6
2021-10-04Re-bless src/test/ui/simdJubilee Young-84/+84
2021-10-04Rearrange test/ui/{simd,simd-intrinsic}Jubilee Young-0/+0
2021-10-04Use arrays over tuples in SIMD testsJubilee Young-222/+69
2021-10-04Add documentationSamuel E. Moelius III-1/+33
2021-10-04Fix heading for methods on trait impls.Mukund Lakshman-1/+1
2021-10-04Make rustdoc not highlight `->` and `=>` as operatorsMichael Howell-6/+25
2021-10-04update MiriRalf Jung-9/+7
2021-10-04fix busted JavaScript in error index generatorMichael Howell-34/+19
2021-10-04Ensure that `MaybeLiveLocals` works with simple sum-type assignmentsDylan MacKenzie-0/+32
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-200/+87
2021-10-04Rollup merge of #89500 - FabianWolff:issue-87308, r=petrochenkovJubilee-0/+26
2021-10-04Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebankJubilee-139/+139
2021-10-04Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisaJubilee-77/+77
2021-10-04Rollup merge of #89447 - FabianWolff:issue-89388, r=davidtwcoJubilee-0/+15
2021-10-04Rollup merge of #89444 - notriddle:notriddle/contains-str, r=jyn514Jubilee-2/+2
2021-10-04Rollup merge of #88451 - theo-lw:issue-87771, r=jackh726Jubilee-0/+13
2021-10-04Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubileeJubilee-0/+16
2021-10-04Fix suggestion to borrow when casting from pointer to referenceFabian Wolff-6/+44
2021-10-04Add test for duplicated doc aliasesGuillaume Gomez-0/+33
2021-10-04Make `proc_macro_derive_resolution_fallback` a future-breakage lintAaron Hill-0/+72
2021-10-04Don't rebuild GUI test crates every time you run test src/test/rustdoc-guiGuillaume Gomez-1/+1
2021-10-04Auto merge of #89489 - FabianWolff:issue-89485, r=oli-obkbors-0/+18
2021-10-04Stabilize try_reserveKornel-17/+0
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-70/+99
2021-10-04Move generic error message to separate brancheskadmin-9/+17