about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-08Make doctests collect and emit the unused externsest31-7/+88
2021-03-08Make parse_json return JsonConfigest31-4/+17
2021-03-08Gate the printing on --json=unused-externsest31-6/+22
2021-03-08Emit unused externsest31-0/+34
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-124/+345
2021-03-07Auto merge of #82285 - nhwn:nonzero-debug, r=nagisabors-25/+15
2021-03-07Auto merge of #82851 - JohnTitor:rollup-me5ko8g, r=JohnTitorbors-2836/+1500
2021-03-07Rollup merge of #82837 - RalfJung:maybe-uninit, r=dtolnayYuki Okushi-4/+5
2021-03-07Rollup merge of #82822 - henryboisdequin:fix-typo-rustc, r=oli-obkYuki Okushi-1/+1
2021-03-07Rollup merge of #82808 - bjorn3:sync_cg_clif-2021-03-05, r=bjorn3Yuki Okushi-2594/+1143
2021-03-07Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomezYuki Okushi-33/+72
2021-03-07Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkovYuki Okushi-46/+1
2021-03-07Rollup merge of #82751 - RalfJung:offset_from, r=dtolnayYuki Okushi-14/+26
2021-03-07Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obkYuki Okushi-27/+32
2021-03-07Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomezYuki Okushi-41/+91
2021-03-07Rollup merge of #82592 - Lonami:patch-1, r=RalfJungYuki Okushi-9/+18
2021-03-07Rollup merge of #82402 - jyn514:module-cache-refcell, r=GuillaumeGomezYuki Okushi-50/+56
2021-03-07Rollup merge of #82292 - SkiFire13:fix-issue-82291, r=m-ou-seYuki Okushi-4/+32
2021-03-07Rollup merge of #82130 - jhpratt:const-option-result, r=RalfJungYuki Okushi-5/+11
2021-03-07Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplettYuki Okushi-8/+12
2021-03-06Auto merge of #82738 - estebank:tail-expr-check-is-too-slow, r=oli-obkbors-11/+11
2021-03-06Make some Option, Result methods unstably constJacob Pratt-5/+11
2021-03-06tweak MaybeUninit docsRalf Jung-4/+5
2021-03-06Improve transmute docs with further clarificationsLonami-9/+18
2021-03-06Move some tests to more suitable subdirsYuki Okushi-46/+1
2021-03-06Fix typoHenry Boisdequin-1/+1
2021-03-06address commentsHenry Boisdequin-14/+13
2021-03-05Auto merge of #82816 - GuillaumeGomez:rollup-hxohu2e, r=GuillaumeGomezbors-188/+665
2021-03-05Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-03-05Rollup merge of #82797 - henryboisdequin:name-issue-num, r=XanewokGuillaume Gomez-1/+1
2021-03-05Rollup merge of #82782 - pnkfelix:include-crate-being-compiled-in-bootstrap-v...Guillaume Gomez-6/+12
2021-03-05Rollup merge of #82736 - spastorino:mir-opt-level-perf-changes, r=oli-obkGuillaume Gomez-109/+117
2021-03-05Rollup merge of #82714 - estebank:missing-braces, r=oli-obkGuillaume Gomez-1/+334
2021-03-05Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=ManishearthGuillaume Gomez-23/+143
2021-03-05Rollup merge of #80845 - GuillaumeGomez:item-kind-transition, r=jyn514Guillaume Gomez-45/+55
2021-03-05bless mir-inlining warning messageSantiago Pastorino-1/+1
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-18/+51
2021-03-05Fix MIR optimization level descriptionSantiago Pastorino-1/+1
2021-03-05Bump one missing mir_opt_levelSantiago Pastorino-1/+1
2021-03-05Fix rustc_driver self text and bump the mir_opt_levelSantiago Pastorino-1/+1
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-41/+41
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-31/+31
2021-03-05Make clippy set mir_opt_level using OptionSantiago Pastorino-1/+1
2021-03-05Make mir_opt_level default to 2 for optimized levelsSantiago Pastorino-1/+4
2021-03-05Bump all mir_opt_level 2 to 3Santiago Pastorino-7/+7
2021-03-05Bump all mir_opt_level 3 to 4Santiago Pastorino-7/+7
2021-03-05For better consistency change mir_opt_level <= 1 to < 2Santiago Pastorino-2/+2
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-29/+34
2021-03-05Auto merge of #74024 - Folyd:master, r=m-ou-sebors-29/+80
2021-03-05Use substrings instead of split to grab enum variant pathsMichael Howell-3/+3