about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-07-15[debuginfo] Make use of spaces and separators in debuginfo names more uniform.Michael Woerister-48/+67
2021-07-15[debuginfo] Emit associated type bindings in trait object type names.Michael Woerister-37/+84
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-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-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
2021-07-11Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplettbors-4/+21
2021-07-11Auto merge of #86965 - sexxi-goose:rfc2229-improve-lint, r=nikomatsakis,lqdbors-154/+243
2021-07-11Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisabors-37/+184
2021-07-11rustc_span: Reorder some `ExpnData` fields in accordance with commentsVadim Petrochenkov-26/+25
2021-07-11rustc_expand: Simplify span quoting in proc macro serverVadim Petrochenkov-26/+9
2021-07-10rustc_expand: Remove redundant field from proc macro expander structuresVadim Petrochenkov-33/+18
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-81/+22
2021-07-10Auto merge of #86873 - nikic:opaque-ptrs, r=nagisabors-74/+81
2021-07-10Auto merge of #87029 - JohnTitor:rollup-0yapv7z, r=JohnTitorbors-76/+120
2021-07-11Rollup merge of #87028 - aDotInTheVoid:patch-1, r=petrochenkovYuki Okushi-1/+1