about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-26Use iter::zip in src/tools/clippy/Josh Stone-35/+41
2021-03-26Auto merge of #83079 - osa1:issue83046, r=m-ou-sebors-4/+4
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-4/+4
2021-03-26Auto merge of #83480 - flip1995:clippyup, r=Dylan-DPCbors-2848/+5714
2021-03-26Rollup merge of #83486 - Aaron1011:fix/global-alloc-error, r=petrochenkovDylan DPC-0/+18
2021-03-26Rollup merge of #83485 - Amanieu:asm_llvm10, r=joshtriplettDylan DPC-15/+15
2021-03-26Rollup merge of #83444 - Mark-Simulacrum:bootstrap-beta, r=pietroalbiniDylan DPC-0/+3
2021-03-26Rollup merge of #83437 - Amanieu:asm_syntax, r=petrochenkovDylan DPC-46/+103
2021-03-26Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514Dylan DPC-7/+91
2021-03-25Auto merge of #82873 - GuillaumeGomez:rustdoc-const-ty, r=jyn514bors-634/+840
2021-03-25Mark inline asm tests as requiring LLVM 10.0.1Amanieu d'Antras-15/+15
2021-03-25Don't ICE when using `#[global_alloc]` on a non-item statementAaron Hill-0/+18
2021-03-25Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakisbors-432/+230
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-2848/+5714
2021-03-25Bless nll testJack Huey-84/+3
2021-03-25Refactor #82270 as lint instead of an errorAmanieu d'Antras-46/+103
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-9/+7
2021-03-25Auto merge of #83445 - erikdesjardins:rmunion, r=RalfJungbors-0/+32
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-133/+2609
2021-03-25Rollup merge of #83420 - GuillaumeGomez:rustdoc-gui-tests-doc, r=CraftSpiderYuki Okushi-0/+12
2021-03-25Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnayYuki Okushi-5/+0
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-46/+46
2021-03-24Rename clean::Constant did fields to def_idGuillaume Gomez-18/+18
2021-03-24Improve new Constant variants' nameGuillaume Gomez-20/+21
2021-03-24Store tcx and cache when they are used multiple times instead of calling func...Guillaume Gomez-58/+66
2021-03-24Rework rustdoc const typeGuillaume Gomez-608/+805
2021-03-24resolve late lifetimes by itemJack Huey-348/+227
2021-03-24Use `EvaluatedToOkModuloRegions` whenever we erase regionsAaron Hill-0/+184
2021-03-24Rename `span` to `source`Nixon Enraght-Moony-4/+4
2021-03-24RemoveZsts: don't touch unionsErik Desjardins-0/+32
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-3/+64
2021-03-24Better errors in jsondocckNixon Enraght-Moony-4/+27
2021-03-24Fix bootstrap tests on betaMark Rousskov-0/+3
2021-03-24Auto merge of #83364 - sexxi-goose:fix-83176, r=nikomatsakisbors-0/+25
2021-03-24Auto merge of #83050 - osa1:issue83048, r=matthewjasperbors-0/+14
2021-03-24Auto merge of #75384 - JulianKnodt:cg_def, r=varkor,lcnrbors-46/+280
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-85/+61
2021-03-24Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomezDylan DPC-4/+13
2021-03-24Rollup merge of #83399 - camelid:rustdoc-priv-link-from-crate, r=jyn514Dylan DPC-3/+18
2021-03-24Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157Dylan DPC-5/+24
2021-03-24Rollup merge of #83391 - hyd-dev:uwtable, r=alexcrichtonDylan DPC-0/+22
2021-03-24Rollup merge of #83313 - cjgillot:assert, r=michaelwoeristerDylan DPC-1/+49
2021-03-24Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi...Dylan DPC-6/+18
2021-03-23Add documentation for rustdoc-gui testsGuillaume Gomez-0/+12
2021-03-23Update to not have extra matchkadmin-0/+75
2021-03-23Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514bors-49/+57
2021-03-23Remove another unnecessary `Option`Camelid-13/+7
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-72/+54
2021-03-23Tweak docsCamelid-1/+3
2021-03-23Update with commentskadmin-3/+33