about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-07-17Drop orig_id.Camille GILLOT-34/+10
2021-07-17Encode ExpnId using ExpnHash for incr. comp.Camille GILLOT-121/+161
2021-07-17Choose encoding format in caller code.Camille GILLOT-85/+55
2021-07-17Use LocalExpnId where possible.Camille GILLOT-108/+130
2021-07-17Make the CrateNum part of the ExpnId.Camille GILLOT-112/+307
2021-07-15Simplify metadata decoding.Camille GILLOT-44/+12
2021-07-15Separate encoding paths.Camille GILLOT-97/+116
2021-07-15Rollup merge of #87134 - BoxyUwU:cgd-self-ty-error, r=lcnrYuki Okushi-5/+5
2021-07-15Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahcYuki Okushi-0/+2
2021-07-15Rollup merge of #86478 - ehuss:future-incompat-test, r=oli-obkYuki Okushi-7/+10
2021-07-15Auto merge of #86876 - jyn514:56935-target-crate-num, r=petrochenkovbors-1/+5
2021-07-14Reuse CrateNum for proc-macro crates even when cross-compilingJoshua Nelson-1/+5
2021-07-14Auto merge of #87133 - GuillaumeGomez:rollup-pfz9jbk, r=GuillaumeGomezbors-135/+143
2021-07-14Change type param -> generic paramEllen-5/+5
2021-07-14Rollup merge of #87117 - cjgillot:cstore, r=petrochenkovGuillaume Gomez-56/+39
2021-07-14Rollup merge of #87027 - petrochenkov:builderhelp, r=oli-obkGuillaume Gomez-79/+104
2021-07-14Add -Zfuture-incompat-test to assist with testing future-incompat reports.Eric Huss-7/+10
2021-07-14Auto merge of #87082 - michaelwoerister:const-in-debuginfo-type-names-fix, r=...bors-18/+63
2021-07-14Shrink the CrateStore dynamic interface.Camille GILLOT-56/+39
2021-07-14Handle non-integer const generic parameters in debuginfo type names.Michael Woerister-18/+63
2021-07-14Auto merge of #87118 - JohnTitor:rollup-8ltidsq, r=JohnTitorbors-21/+87
2021-07-14Auto merge of #87106 - Mark-Simulacrum:edition-no-clone, r=petrochenkovbors-1/+1
2021-07-14Rollup merge of #87101 - FabianWolff:issue-87086, r=estebankYuki Okushi-19/+85
2021-07-14Rollup merge of #87099 - JohnTitor:upgrade-cc-crate, r=alexcrichtonYuki Okushi-2/+2
2021-07-14Suggest a path separator if a stray colon is found in a match armFabian Wolff-19/+85
2021-07-13Auto merge of #87044 - cjgillot:expnhash, r=petrochenkovbors-240/+285
2021-07-13Cache expansion hash.Camille GILLOT-217/+263
2021-07-13Move HashStable implementations.Camille GILLOT-61/+60
2021-07-13expand: Support helper attributes for built-in derive macrosVadim Petrochenkov-79/+104
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-45/+40
2021-07-13Avoid cloning ExpnData to access Span editionMark Rousskov-1/+1
2021-07-13Auto merge of #86922 - joshtriplett:target-abi, r=oli-obkbors-8/+107
2021-07-13Upgrade `cc` crate to 1.0.69Yuki Okushi-2/+2
2021-07-13Auto merge of #86857 - fee1-dead:add-attr, r=oli-obkbors-30/+134
2021-07-13Auto merge of #86665 - FabianWolff:layout-field-thir-unsafeck, r=oli-obkbors-48/+153
2021-07-13Rollup merge of #87089 - RalfJung:ctfe-memory-cleanup, r=oli-obkYuki Okushi-26/+18
2021-07-13Rollup merge of #87070 - ehuss:simplify-future-report, r=oli-obkYuki Okushi-48/+21
2021-07-13Rollup merge of #87065 - FabianWolff:issue-87046, r=oli-obkYuki Okushi-11/+23
2021-07-12Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebankbors-5/+7
2021-07-12remove unnecessary deallocate_local hackRalf Jung-15/+8
2021-07-12remove remaining use of Pointer in Allocation APIRalf Jung-12/+11
2021-07-12Auto merge of #86815 - FabianWolff:issue-84210, r=varkorbors-4/+20
2021-07-11Auto merge of #86249 - FabianWolff:issue-86238, r=varkorbors-2/+9
2021-07-11Simplify future incompatible reporting.Eric Huss-48/+21
2021-07-12Rollup merge of #87061 - FabianWolff:issue-87051, r=oli-obkYuki Okushi-3/+7
2021-07-11Fix ICE with unsized type in const patternFabian Wolff-11/+23
2021-07-11Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011bors-122/+139
2021-07-11Do not suggest adding a semicolon after `?`Fabian Wolff-3/+7
2021-07-11Auto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakisbors-168/+160
2021-07-11Auto merge of #87042 - petrochenkov:cleanquotspan, r=Aaron1011bors-166/+74