about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-17Remove side table of future incompatibility infoMark Rousskov-231/+183
2019-10-17Make declare_lint take any amount of boolean fieldsMark Rousskov-13/+24
2019-10-17Move to storing constructor functions inside LintStoreMark Rousskov-33/+26
2019-10-17Take lint passes as constructor functionsMark Rousskov-18/+19
2019-10-17Make get_lints be a static functionMark Rousskov-57/+42
2019-10-17No longer implicitly register lints when registering passesMark Rousskov-5/+8
2019-10-17Split out just registration to separate functionMark Rousskov-44/+30
2019-10-17Split module and crate late pass registrationMark Rousskov-23/+16
2019-10-17Lints being from a plugin is dependent on the lint, not the registrationMark Rousskov-23/+23
2019-10-17Handle lints, not passes in push_lintsMark Rousskov-7/+5
2019-10-17De-propagate optional session from lint registrationMark Rousskov-42/+28
2019-10-17Duplicate lint specifications are always bug!Mark Rousskov-20/+2
2019-10-17Don't add `argc` and `argv` arguments to `main` on WASI.Dan Gohman-7/+28
2019-10-18doc: make BitSet intro more shortTshepang Lekhonkhobe-2/+5
2019-10-18BTreeSet symmetric_difference & union optimized, cleanedStein Somers-121/+144
2019-10-17example for padding any formatRalf Jung-2/+6
2019-10-17reorder fmt docs for more clarityRalf Jung-42/+61
2019-10-17Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centrilbors-634/+755
2019-10-17save-analysis: Add a relevant test caseIgor Matuszewski-0/+15
2019-10-17save-analysis: Nest tables when processing impl itemsIgor Matuszewski-9/+12
2019-10-17Replaced pretty-json error-format with only jsonLucas Henry-106/+6
2019-10-17Replaced pretty-json error-format with only jsonLucas Henry-626/+22
2019-10-17Replaced warn attribute by denyLucas Henry-144/+152
2019-10-17more consistency and clarificationRalf Jung-13/+17
2019-10-17Rc: value -> allocationRalf Jung-44/+51
2019-10-17Replaced warn attibute by denyLucas Henry-26/+34
2019-10-17Improve code styleIgor Aleksanov-21/+41
2019-10-17Add more explaining comments to the codeIgor Aleksanov-68/+94
2019-10-17Split options parsing into several functionsIgor Aleksanov-123/+179
2019-10-17Make enum usage explicit and fix testsIgor Aleksanov-161/+289
2019-10-17Auto merge of #64595 - Mark-Simulacrum:trivial-query, r=pnkfelixbors-66/+73
2019-10-17Extract ConsoleTestStateIgor Aleksanov-286/+317
2019-10-17Split libtest into several smaller modulesIgor Aleksanov-1385/+1462
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-78/+84
2019-10-17Update ui testsGuillaume Gomez-0/+2
2019-10-17Add long error explanation for E0584Guillaume Gomez-1/+27
2019-10-17Avoid injecting sanitizer runtimes into staticlibs (#64629).Christian Holler (:decoder)-5/+21
2019-10-17properly document panics in div_euclid and rem_euclidTrevor Spiteri-2/+10
2019-10-17Rollup merge of #65486 - mathstuf:osstr-doc-typo, r=TimNNMazdak Farrokhzad-4/+4
2019-10-17Rollup merge of #65478 - RalfJung:write, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-10-17Rollup merge of #65475 - lzutao:eg_type_name, r=CentrilMazdak Farrokhzad-0/+9
2019-10-17Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkovMazdak Farrokhzad-600/+682
2019-10-17Rollup merge of #65461 - Kampfkarren:patch-1, r=CentrilMazdak Farrokhzad-3/+2
2019-10-17Rollup merge of #65319 - RalfJung:memory, r=CentrilMazdak Farrokhzad-17/+6
2019-10-17Rollup merge of #65316 - oconnor663:noninheritable, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-10-17Rollup merge of #65237 - KodrAus:fix/map-entry-err, r=sfacklerMazdak Farrokhzad-7/+49
2019-10-17Rebase falloutOliver Scherer-1/+1
2019-10-17Auto merge of #59953 - eddyb:soa-metadata, r=michaelwoeristerbors-876/+857
2019-10-17Update emscripten functions declarationsMateusz Mikuła-34/+2
2019-10-17Update ui testsGuillaume Gomez-1/+1