about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-04Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplettJubilee-42/+14
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-04Make an initial guess for metadata size to reduce buffer resizesJosh Triplett-1/+3
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-27/+21
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-04Discuss field-sensitivity and enums in context of `MaybeLiveLocals`Dylan MacKenzie-0/+31
2021-10-04Auto merge of #89530 - workingjubilee:rollup-ua14iq6, r=workingjubileebors-535/+922
2021-10-04Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplettJubilee-229/+100
2021-10-04Rollup merge of #89500 - FabianWolff:issue-87308, r=petrochenkovJubilee-6/+38
2021-10-04Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebankJubilee-168/+167
2021-10-04Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisaJubilee-88/+88
2021-10-04Rollup merge of #89447 - FabianWolff:issue-89388, r=davidtwcoJubilee-0/+17
2021-10-04Rollup merge of #89444 - notriddle:notriddle/contains-str, r=jyn514Jubilee-2/+2
2021-10-04Rollup merge of #89443 - cuviper:btree-hash-len, r=dtolnayJubilee-2/+13
2021-10-04Rollup merge of #89407 - pierwill:recommend-clean-E0514, r=davidtwcoJubilee-1/+2
2021-10-04Rollup merge of #89400 - Nitepone:nitepone/map-or-else-docfix, r=dtolnayJubilee-4/+4
2021-10-04Rollup merge of #88452 - xu-cheng:vecdeque-from-array, r=m-ou-seJubilee-1/+56
2021-10-04Rollup merge of #88451 - theo-lw:issue-87771, r=jackh726Jubilee-31/+15
2021-10-04Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplettJubilee-3/+399
2021-10-04Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubileeJubilee-0/+21
2021-10-04Use `TokenKind::similar_tokens()`Fabian Wolff-1/+5
2021-10-04Auto merge of #7762 - HKalbasi:master, r=Manishearthbors-253/+572
2021-10-04Fix suggestion to borrow when casting from pointer to referenceFabian Wolff-14/+80
2021-10-04Add test for duplicated doc aliasesGuillaume Gomez-0/+33
2021-10-04Add a check for duplicated doc aliases in unused lintGuillaume Gomez-7/+38
2021-10-04Implement equatable if let linthkalbasi-253/+572
2021-10-04Auto merge of #7761 - giraffate:fix_ice_in_inplicit_hasher, r=Manishearthbors-18/+41
2021-10-04Optimize `saturating_add_signed`BenoƮt du Garreau-3/+6
2021-10-04Make `proc_macro_derive_resolution_fallback` a future-breakage lintAaron Hill-0/+73
2021-10-04Fix ICE in `implicit_hasher`Takayuki Nakata-18/+41
2021-10-04Auto merge of #88834 - the8472:char-count, r=joshtriplettbors-7/+39
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-8/+52
2021-10-04Stabilize try_reserveKornel-42/+14
2021-10-04Add doc aliases to `std::thread::available_parallelism`Yoshua Wuyts-0/+2
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-118/+147
2021-10-04Auto merge of #89512 - Manishearth:rollup-meh9x7r, r=Manishearthbors-135/+251
2021-10-04Move generic error message to separate brancheskadmin-52/+111
2021-10-04Stabilize `const_panic`Jacob Pratt-229/+100