about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-04-27Avoid producing `NoDelim` values in `Frame`.Nicholas Nethercote-11/+11
2022-04-27Avoid producing `NoDelim` values in `MacArgs::delim()`.Nicholas Nethercote-37/+43
2022-04-27Avoid producing `NoDelim` values in `TokenCursorFrame`.Nicholas Nethercote-22/+15
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-73/+279
2022-04-25Stop exporting rust_eh_personality and friends from cdylibGary Guo-15/+9
2022-04-25Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errorsbors-56/+78
2022-04-25Rollup merge of #96215 - nikic:legacy-pm-removal, r=nagisaMatthias Krüger-25/+126
2022-04-25Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisaMatthias Krüger-4/+37
2022-04-24Fix suggestion for `_` on return type for fn in impl for TraitMichael Goulet-50/+97
2022-04-24Suggest replacing `_` in type signature of impl for TraitMichael Goulet-9/+98
2022-04-24Ensure `#[used]` symbols are preserved in LTOGary Guo-1/+1
2022-04-24Rollup merge of #96352 - marmeladema:fix-nll-lifetime-bound-suggestions, r=ja...Matthias Krüger-29/+30
2022-04-24Auto merge of #96359 - SparrowLii:drop_kind, r=oli-obkbors-35/+38
2022-04-24Fix MSVC hang issueGary Guo-0/+6
2022-04-24make `classify_drop_access_kind` iterateSparrowLii-35/+38
2022-04-24Recover missing suggestion part under NLLmarmeladema-1/+4
2022-04-24Improve span for `consider adding an explicit lifetime bound` suggestions und...marmeladema-28/+26
2022-04-23Add support for `nounused` --extern flagJeremy Fitzhardinge-1/+15
2022-04-24Auto merge of #96281 - SparrowLii:const_prop, r=wesleywiserbors-29/+11
2022-04-23Auto merge of #93970 - cjgillot:novis, r=petrochenkovbors-463/+208
2022-04-23Hash visibilities in crate_hash.Camille GILLOT-0/+4
2022-04-23Compute has_pub_restricted in the resolver.Camille GILLOT-12/+13
2022-04-23Fix lints.Camille GILLOT-78/+51
2022-04-23Auto merge of #96326 - JakobDegen:relax-operand, r=oli-obkbors-3/+8
2022-04-23Auto merge of #96323 - bjorn3:sync_cg_clif-2022-04-22, r=bjorn3bors-142/+189
2022-04-23Drop vis in Item.Camille GILLOT-153/+41
2022-04-23Drop vis in ImplItem.Camille GILLOT-28/+11
2022-04-23Drop vis from ForeignItem.Camille GILLOT-4/+4
2022-04-23Drop vis in FieldDef.Camille GILLOT-61/+76
2022-04-23Stop pretty-printing HIR visibility.Camille GILLOT-83/+29
2022-04-23Stop visiting visibility.Camille GILLOT-85/+20
2022-04-23Auto merge of #96316 - michaelwoerister:debuginfo-fix-unit-msvc, r=wesleywiserbors-9/+16
2022-04-22Auto merge of #95739 - lqd:proc-macro-expansions, r=wesleywiserbors-3/+49
2022-04-22Relax restrictions for copy operandsJakob Degen-3/+8
2022-04-22Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-202...bjorn3-142/+189
2022-04-22Rollup merge of #96315 - SparrowLii:graph_lt, r=petrochenkovMatthias Krüger-6/+3
2022-04-22Rollup merge of #96273 - TaKO8Ki:make-E0117-error-clear, r=davidtwcoMatthias Krüger-2/+8
2022-04-22start tracking proc-macros expansion spans in the self-profilerRémy Rakic-3/+12
2022-04-22extend `EventArgRecorder` into span-aware `SpannedEventArgRecorder`Rémy Rakic-0/+37
2022-04-22Auto merge of #96226 - xldenis:thir-clone, r=oli-obkbors-12/+12
2022-04-22debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is...Michael Woerister-9/+16
2022-04-22Make the lifetime accurate which is used in the region constraints partSparrowLii-6/+3
2022-04-22Auto merge of #96197 - erikdesjardins:scalarpairenum, r=oli-obkbors-16/+21
2022-04-22remove an error for type paramsTakayuki Maeda-1/+0
2022-04-22use references to avoid function callsSparrowLii-12/+29
2022-04-22Auto merge of #96261 - petrochenkov:doclink7, r=GuillaumeGomezbors-0/+8
2022-04-21Rollup merge of #96289 - aDotInTheVoid:redundant-fmt, r=jackh726Dylan DPC-5/+5
2022-04-21Rollup merge of #96269 - davidtwco:diagnostic-translation-minor-changes, r=ol...Dylan DPC-9/+19
2022-04-21Rollup merge of #96248 - TaKO8Ki:remove-unnecessary-format-args, r=compiler-e...Dylan DPC-1/+1
2022-04-21Rollup merge of #95434 - cjgillot:dump-dep-kind, r=oli-obkDylan DPC-25/+28