about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-22Auto merge of #75795 - matthiaskrgr:cargotest_clippy, r=Dylan-DPCbors-7/+7
2020-08-22Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,...bors-27/+74
2020-08-22Auto merge of #75792 - matthiaskrgr:bootstrap_clippy, r=Dylan-DPCbors-14/+8
2020-08-22Rollup merge of #75788 - nagisa:mir-call-doccomment, r=wesleywiserDylan DPC-1/+1
2020-08-22Rollup merge of #75781 - Amanieu:asm-fix, r=nagisaDylan DPC-2/+10
2020-08-22Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc...Dylan DPC-2/+3
2020-08-22Rollup merge of #75769 - matklad:flatten, r=petrochenkovDylan DPC-136/+121
2020-08-22Rollup merge of #75753 - koutheir:patch-1, r=steveklabnikDylan DPC-2/+3
2020-08-22Rollup merge of #75745 - jyn514:refactor-resolve, r=ManishearthDylan DPC-23/+1
2020-08-22Rollup merge of #75718 - GuillaumeGomez:coverage-ui-doc-examples-count, r=jyn514Dylan DPC-94/+196
2020-08-22Rollup merge of #75711 - CohenArthur:split-up-astconv, r=oli-obkDylan DPC-1059/+1096
2020-08-22cargotest: fix clippy warningsMatthias Krüger-7/+7
2020-08-22bootstrap: fix a couple of clippy lint warningsMatthias Krüger-14/+8
2020-08-22MIR call terminator represents diverging calls tooSimonas Kazlauskas-1/+1
2020-08-21Add regression testAmanieu d'Antras-0/+5
2020-08-21Added link to Microsoft's documentation of CFGDr. Koutheir Attouchi-1/+1
2020-08-21Fixed a typoDr. Koutheir Attouchi-1/+1
2020-08-21Auto merge of #75708 - JohnTitor:stay-cool-full-bootstrap-builder, r=pietroal...bors-33/+0
2020-08-21More inline asm register name fixups for LLVMAmanieu d'Antras-2/+5
2020-08-21Strenghten tests for missing_doc_code_examples lintGuillaume Gomez-5/+54
2020-08-21Unify checks for lint missing_doc_code_examples and --show-coverageGuillaume Gomez-22/+20
2020-08-21Show line even if there is no code examplesGuillaume Gomez-5/+3
2020-08-21Ignore more kind of items for doc examplesGuillaume Gomez-0/+4
2020-08-21Minor, remove double nesting of a test moduleAleksey Kladov-136/+121
2020-08-21Auto merge of #75697 - lzutao:mir-dumb-const-prefix, r=oli-obkbors-129/+132
2020-08-21astconv: Split astconv.rs into its own module with submodulesCohenArthur-1059/+1096
2020-08-21Rollup merge of #75532 - tmiasko:rfc-1014, r=nikomatsakisYuki Okushi-2/+4
2020-08-21Improve wordingGuillaume Gomez-1/+1
2020-08-21Switched ROP link to Desktop layout instead of mobile layoutDr. Koutheir Attouchi-1/+1
2020-08-21Auto merge of #75642 - matklad:lexer-comments, r=petrochenkovbors-97/+89
2020-08-21Auto merge of #74846 - Aaron1011:fix/pat-token-capture, r=petrochenkovbors-10/+85
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-129/+132
2020-08-21Extend normalization in const-eval-query-stack testTomasz Miąsko-2/+3
2020-08-20Another motivation for CFG: return-oriented programmingDr. Koutheir Attouchi-1/+2
2020-08-20Auto merge of #75494 - matthewjasper:defer-recursive-projection-error, r=niko...bors-86/+171
2020-08-20fmtGuillaume Gomez-11/+2
2020-08-20Add documentation for --show-coverage optionGuillaume Gomez-0/+33
2020-08-20Update how doc examples are countedGuillaume Gomez-26/+47
2020-08-20Remove "total" columns in --show-coverage outputGuillaume Gomez-64/+54
2020-08-20Don't immediately error for cycles during normalizationMatthew Jasper-86/+171
2020-08-20Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviperbors-26/+65
2020-08-20Rollup merge of #75743 - matklad:excl, r=davidtwcoJosh Stone-3/+3
2020-08-20Rollup merge of #75731 - lzutao:mir-cmts-suppress-float-ty-const, r=oli-obkJosh Stone-4/+1
2020-08-20Rollup merge of #75716 - tlively:upgrade-emscripten-1.39.20, r=cuviperJosh Stone-2/+2
2020-08-20Rollup merge of #75710 - ThibsG:FixBadPrinting75447, r=oli-obkJosh Stone-3/+53
2020-08-20Rollup merge of #75703 - tmiasko:stack-overflow-musl, r=cuviperJosh Stone-2/+0
2020-08-20Rollup merge of #75702 - GuillaumeGomez:cleanup-e0759, r=pickfireJosh Stone-12/+6
2020-08-20Remove duplicate binding in matchJoshua Nelson-1/+1
2020-08-20Suppress ty::Float in MIR comments of ty::ConstLzu Tao-4/+1
2020-08-20Update rustdoc coverage UI testGuillaume Gomez-7/+51