about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-13Avoid potential collisions with `constructor` and the search queryMichael Howell-2/+2
2021-03-13Add comments regarding object shapes in buildIndexMichael Howell-0/+5
2021-03-13Fix jslint warningsMichael Howell-2/+3
2021-03-14Use only x86_64 flagHiroki Noda-1/+3
2021-03-13Use null instead of undefined hereMichael Howell-2/+2
2021-03-13Update src/librustdoc/html/static/main.jsMichael Howell-1/+1
2021-03-13Auto merge of #82891 - cjgillot:monoparent, r=petrochenkovbors-11/+55
2021-03-13Add regression testshyd-dev-0/+29
2021-03-13Auto merge of #82878 - sexxi-goose:repr_packed, r=nikomatsakisbors-0/+326
2021-03-13Eagerly generate the underscore-less name to search onMichael Howell-2/+4
2021-03-13In checkGenerics and checkType, don't use Array.prototype.splice so muchMichael Howell-37/+57
2021-03-12Get rid of the garbage produced by getObjectFromIdMichael Howell-7/+7
2021-03-13Auto merge of #82436 - osa1:issue80258, r=nikomatsakisbors-0/+116
2021-03-12Update cargoEric Huss-0/+0
2021-03-13Rollup merge of #83059 - notriddle:config-toml-disable-minification, r=Mark-S...Yuki Okushi-0/+16
2021-03-13Rollup merge of #83020 - hi-rustin:rustin-patch-enum, r=lcnrYuki Okushi-0/+16
2021-03-13Rollup merge of #83012 - flip1995:clippyup, r=ManishearthYuki Okushi-12241/+15392
2021-03-12Make docs-minification default to trueMichael Howell-0/+1
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-11/+55
2021-03-13Improve the wording for the `can't reassign` errorYuki Okushi-0/+6
2021-03-12Add a `disable-minification` option for rustdocMichael Howell-0/+15
2021-03-12Auto merge of #83024 - Xanewok:update-rls, r=Dylan-DPCbors-0/+0
2021-03-12Clippy: HACK! Fix bootstrap errorflip1995-2/+5
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-14/+46
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-12241/+15389
2021-03-12Auto merge of #83030 - nikic:update-llvm, r=nagisabors-0/+36
2021-03-12Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebankbors-4/+37
2021-03-12Run analyses before thir-tree dumpsÖmer Sinan Ağacan-0/+14
2021-03-12Emit the enum range assumption if the range only contains one elementhi-rustin-0/+16
2021-03-12Add support for storing code model to LLVM module IRHiroki Noda-0/+18
2021-03-12Don't show note if `span` is `DUMMY_SP`Henry Boisdequin-0/+33
2021-03-12Rollup merge of #83003 - notriddle:rustdoc-index-v3, r=GuillaumeGomezYuki Okushi-42/+74
2021-03-12Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157Yuki Okushi-1/+2
2021-03-12Rollup merge of #82965 - XAMPPRocky:spv-ext, r=nagisaYuki Okushi-0/+2
2021-03-12Rollup merge of #82950 - mockersf:slice-intra-doc-link, r=jyn514Yuki Okushi-5/+0
2021-03-12Rollup merge of #82571 - aDotInTheVoid:reexport-tests, r=CraftSpiderYuki Okushi-2/+114
2021-03-11Add tests for issues #82833 and #82859Nikita Popov-0/+36
2021-03-11Improve code by removing similar function calls and using loops instead for c...Guillaume Gomez-17/+16
2021-03-11Update doc alias ui testsGuillaume Gomez-24/+148
2021-03-11Update llvm-project submoduleNikita Popov-0/+0
2021-03-11Prevent JS error when there is no dependency or other crate documentedGuillaume Gomez-1/+5
2021-03-11Auto merge of #82806 - nikic:memcpyopt-mssa, r=nagisabors-0/+0
2021-03-11Update RLSIgor Matuszewski-0/+0
2021-03-12fix: check before index into generated patternscsmoe-30/+22
2021-03-12add ui testcase for issue 82772csmoe-8/+52
2021-03-11Clean up handling of child processRyan Levick-19/+9
2021-03-11Enable MemorySSA-based MemCpyOptNikita Popov-0/+0
2021-03-11Auto merge of #83009 - RalfJung:miri, r=RalfJungbors-17/+7
2021-03-11Merge remote-tracking branch 'upstream/master' into rustupflip1995-14/+46
2021-03-11Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157bors-1/+21