about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-01-23Iterate DefId to encode spans.Camille GILLOT-8/+2
2021-01-20Auto merge of #81118 - ojeda:metadata-obj, r=nagisabors-0/+7
2021-01-20Auto merge of #81063 - CraftSpider:jsondocck, r=jyn514bors-812/+466
2021-01-19No longer require unstable for jsondocck, only build it for json testsRune Tynan-7/+12
2021-01-19Auto merge of #79578 - alexcrichton:update-waasi, r=KodrAusbors-6/+4
2021-01-19Address review v2Rune Tynan-68/+60
2021-01-19Shift another panic into an exitRune Tynan-2/+1
2021-01-19Address review commentsRune Tynan-63/+29
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-812/+504
2021-01-19Auto merge of #81186 - GuillaumeGomez:rollup-y2d04g9, r=GuillaumeGomezbors-40/+144
2021-01-19Rollup merge of #81161 - GuillaumeGomez:remove-inline-script, r=Nemo157Guillaume Gomez-23/+33
2021-01-19Rollup merge of #81147 - estebank:drop-suggestion, r=varkorGuillaume Gomez-17/+96
2021-01-19Rollup merge of #80382 - GuillaumeGomez:search-result-tab-picking, r=Nemo157,...Guillaume Gomez-0/+15
2021-01-19Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJungbors-16/+39
2021-01-19Auto merge of #81103 - zackmdavis:comma_trail, r=davidtwcobors-5/+44
2021-01-19Auto merge of #81042 - sasurau4:fix/unclear-error-with-trait, r=estebankbors-2/+32
2021-01-18Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJungbors-0/+50
2021-01-18Auto merge of #81165 - KodrAus:rollup-s7llxis, r=KodrAusbors-339/+2412
2021-01-18Add test case for suggestion E0283Daiki Ihara-2/+32
2021-01-18Rollup merge of #81153 - jyn514:linkcheck, r=ManishearthAshley Mannix-10/+1
2021-01-18Rollup merge of #81128 - RalfJung:validation-testing, r=oli-obkAshley Mannix-81/+59
2021-01-18Rollup merge of #81071 - osa1:fix_81006, r=estebankAshley Mannix-0/+24
2021-01-18Rollup merge of #81038 - flip1995:clippyup, r=ManishearthAshley Mannix-248/+2328
2021-01-18Auto merge of #81015 - jyn514:feature-gate-ptr, r=camelidbors-13/+86
2021-01-18Only inherit const stability for methods of `impl const Trait` blocksoli-5/+11
2021-01-18Remove inline script tagsGuillaume Gomez-23/+33
2021-01-17Remove unused linkcheck exceptionsJoshua Nelson-10/+1
2021-01-17Fix structured suggestion for explicit `drop` callEsteban Küber-17/+96
2021-01-17Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnaybors-0/+49
2021-01-17Fix test to work with remote-test-server.Eric Huss-1/+7
2021-01-17Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnrbors-57/+53
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-13/+86
2021-01-17validation test: turn some const_err back into validation failuresRalf Jung-81/+59
2021-01-17Auto merge of #80524 - jyn514:unknown-tool-lints, r=flip1995,matthewjasperbors-93/+52
2021-01-17Add test for Command::current_dir behavior.Eric Huss-0/+43
2021-01-17Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fnLeSeulArtichaut-16/+39
2021-01-17Skip linking if it is not requiredMiguel Ojeda-0/+7
2021-01-17rustc_parse_format: Fix character indices in find_skipsÖmer Sinan Ağacan-0/+24
2021-01-17Add regression testoli-0/+44
2021-01-17Rollup merge of #81080 - bugadani:vec-diag, r=oli-obk,m-ou-seMara Bos-33/+21
2021-01-17Rollup merge of #81064 - Mark-Simulacrum:support-stage1-check, r=jyn514Mara Bos-21/+39
2021-01-17Rollup merge of #80932 - jyn514:download-windows-llvm, r=Mark-SimulacrumMara Bos-23/+49
2021-01-17Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasperMara Bos-34/+65
2021-01-17Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa...Mara Bos-0/+251
2021-01-17Rollup merge of #80031 - petrochenkov:builtina, r=estebankMara Bos-2/+20
2021-01-17Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasperMara Bos-0/+34
2021-01-17Force vec! to expressions onlyDániel Buga-33/+21
2021-01-17Auto merge of #78818 - scottmcm:as_rchunks, r=KodrAusbors-0/+33
2021-01-17Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkovbors-69/+3
2021-01-16don't suggest erroneous trailing comma after `..`Zack M. Davis-5/+44