about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-27Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebankManish Goregaokar-7/+96
2020-06-27Rollup merge of #73758 - davidtwco:issue-60855-remaining-reveal-all, r=matthe...Manish Goregaokar-62/+66
2020-06-27Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwcoManish Goregaokar-123/+779
2020-06-27Rollup merge of #73672 - nellshamrell:async-fix, r=estebankManish Goregaokar-15/+22
2020-06-27Rollup merge of #73525 - cuviper:llvm11, r=nikicManish Goregaokar-57/+167
2020-06-27Rollup merge of #73243 - poliorcetics:discourage-is-file, r=AmanieuManish Goregaokar-5/+30
2020-06-27Rollup merge of #72796 - RalfJung:mir-assign-sanity, r=matthewjasperManish Goregaokar-51/+176
2020-06-27Added the parapgrah to path::Path::is_file tooAlexis Bourget-2/+7
2020-06-27Auto merge of #73671 - ehuss:update-mdbook, r=Mark-Simulacrumbors-133/+12
2020-06-27Update the documentation to point to open instead of is_file and is_dirAlexis Bourget-11/+15
2020-06-27Auto merge of #73779 - Manishearth:rollup-lwqd9jm, r=Manishearthbors-116/+445
2020-06-26Auto merge of #73596 - petrochenkov:shebang2, r=Mark-Simulacrumbors-20/+21
2020-06-26Rollup merge of #73765 - kraai:remove-blank-line, r=jonas-schievinkManish Goregaokar-1/+0
2020-06-26Rollup merge of #73738 - nbdd0121:comment, r=nikomatsakisManish Goregaokar-5/+0
2020-06-26Rollup merge of #73728 - oli-obk:const_prop_cleanup, r=wesleywiserManish Goregaokar-6/+13
2020-06-26Rollup merge of #73718 - poliorcetics:super-keyword, r=shepmasterManish Goregaokar-2/+18
2020-06-26Rollup merge of #73694 - poliorcetics:self-upper-keyword, r=Mark-SimulacrumManish Goregaokar-2/+57
2020-06-26Rollup merge of #73691 - ajpaverd:bootstrap-windows-73689, r=Mark-SimulacrumManish Goregaokar-0/+6
2020-06-26Rollup merge of #73627 - ssomers:btree_iter_min_max, r=Mark-SimulacrumManish Goregaokar-0/+141
2020-06-26Rollup merge of #73579 - RalfJung:doc-missing-links, r=shepmasterManish Goregaokar-2/+4
2020-06-26Rollup merge of #73529 - pickfire:liballoc-specfromelem-i8, r=cuviperManish Goregaokar-1/+15
2020-06-26Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakisManish Goregaokar-3/+39
2020-06-26Rollup merge of #72937 - AdrianCX:master, r=nikomatsakisManish Goregaokar-71/+54
2020-06-26Rollup merge of #72771 - jyn514:rustdoc, r=ManishearthManish Goregaokar-23/+98
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-102/+745
2020-06-26Make `fn_arg_names` return `Ident` instead of symbolAaron Hill-21/+34
2020-06-26rustc_lexer: Simplify shebang parsing once moreVadim Petrochenkov-20/+21
2020-06-26errors: use `-Z terminal-width` in JSON emitterDavid Wood-7/+96
2020-06-26Update mdbook.Eric Huss-7/+10
2020-06-26Remove mdbook-linkcheck.Eric Huss-126/+2
2020-06-26Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebankbors-986/+1273
2020-06-26Remove blank lineKRAAI, MATTHEW [VISUS]-1/+0
2020-06-26Fix debug messagesJoshua Nelson-3/+2
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-27/+78
2020-06-26Warn if linking to a private itemJoshua Nelson-3/+28
2020-06-26improper_ctypes: fix remaining `Reveal:All`David Wood-62/+66
2020-06-26Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearthbors-285/+603
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-986/+1273
2020-06-26Shortcuts for min/max on ordinary BTreeMap/BTreeSet iteratorsStein Somers-0/+141
2020-06-26Rollup merge of #73748 - jyn514:doc-fix, r=ManishearthManish Goregaokar-0/+2
2020-06-26Rollup merge of #73729 - nellshamrell:disable-collectionsbenches-android, r=s...Manish Goregaokar-0/+4
2020-06-26Rollup merge of #73719 - davidtwco:issue-72509-emitter-column-width, r=estebankManish Goregaokar-3/+7
2020-06-26Rollup merge of #73707 - LeSeulArtichaut:patch-3, r=kennytmManish Goregaokar-0/+2
2020-06-26Rollup merge of #73681 - jackh726:chalk-0.14, r=nikomatsakisManish Goregaokar-99/+270
2020-06-26Rollup merge of #73629 - flip1995:assoc_op_copy_clone, r=ManishearthManish Goregaokar-1/+1
2020-06-26Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morseManish Goregaokar-14/+16
2020-06-26Rollup merge of #73588 - Amanieu:thumb-fp, r=nagisaManish Goregaokar-20/+73
2020-06-26Rollup merge of #73507 - mati865:cleanup-mingw-llvm-linkage, r=matthewjasperManish Goregaokar-4/+2
2020-06-26Rollup merge of #73297 - ehuss:tool-warnings, r=Mark-SimulacrumManish Goregaokar-82/+100
2020-06-26Rollup merge of #73102 - petrochenkov:flatgroup, r=Aaron1011Manish Goregaokar-50/+76