about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-13Use a separate interner type for UniqueTypeIdbjorn3-11/+60
2021-09-12Auto merge of #88881 - Manishearth:rollup-alohfwx, r=Manishearthbors-432/+498
2021-09-12Rollup merge of #88711 - Mark-Simulacrum:fix-dfs-bug, r=jackh726Manish Goregaokar-3/+69
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-344/+274
2021-09-12Rollup merge of #88677 - petrochenkov:exportid, r=davidtwcoManish Goregaokar-55/+58
2021-09-12Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebankManish Goregaokar-30/+97
2021-09-12Auto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakisbors-37/+40
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-83/+269
2021-09-11Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrumbors-372/+266
2021-09-11Rebase fallout.Camille GILLOT-0/+1
2021-09-11Rollup merge of #88850 - matthiaskrgr:identical_conv, r=jackh726Jubilee-5/+5
2021-09-11Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkovJubilee-30/+26
2021-09-11Rollup merge of #88830 - GuillaumeGomez:help-e0463, r=estebankJubilee-0/+5
2021-09-11Rollup merge of #88779 - estebank:unused-delims, r=davidtwcoJubilee-68/+52
2021-09-11Rollup merge of #88757 - andrewhickman:master, r=jackh726Jubilee-35/+46
2021-09-11Rollup merge of #88733 - Noble-Mushtak:88577, r=estebankJubilee-0/+14
2021-09-11Rollup merge of #88668 - hvdijk:x32, r=joshtriplettJubilee-5/+5
2021-09-11Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisaJubilee-0/+12
2021-09-11Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726Jubilee-0/+6
2021-09-11Auto merge of #88327 - bonega:scalar_refactor, r=eddybbors-270/+230
2021-09-11Add comment pointing to testAndrew Hickman-0/+3
2021-09-11don't convert types into identical typesMatthias Krüger-5/+5
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-30/+26
2021-09-11Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...bors-2/+7
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-55/+58
2021-09-10Add help for E0463Guillaume Gomez-0/+5
2021-09-10Record call_site parent for macros.Camille GILLOT-3/+27
2021-09-10Remove some span tracking.Camille GILLOT-6/+6
2021-09-10Give spans their parent item during lowering.Camille GILLOT-3/+11
2021-09-10Add actual spans to the crate hash.Camille GILLOT-13/+13
2021-09-10Add sanity check.Camille GILLOT-3/+9
2021-09-10Rename decode to data_untracked.Camille GILLOT-7/+8
2021-09-10Track span dependency using a callback.Camille GILLOT-5/+40
2021-09-10Encode spans relative to their parent.Camille GILLOT-16/+76
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-30/+70
2021-09-10Keep def_spans collected by resolution.Camille GILLOT-11/+22
2021-09-10Rollup merge of #88732 - durin42:llvm-14-attrs-2, r=nikicManish Goregaokar-25/+31
2021-09-10Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo...Manish Goregaokar-4/+13
2021-09-10Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebankManish Goregaokar-9/+124
2021-09-10Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillotManish Goregaokar-15/+32
2021-09-10Rollup merge of #87088 - FabianWolff:issue-87060, r=estebankManish Goregaokar-2/+17
2021-09-10Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnayManish Goregaokar-0/+6
2021-09-09Fix two uses of `span_note` when the source is not availableFabian Wolff-2/+17
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-26/+76
2021-09-09Emit proper errors on missing closure bracesSasha Pourcelot-9/+124
2021-09-09Only add_implied_bounds for norm_ty if differentjackh726-3/+4
2021-09-09Use FxHashSet instead of Vec for well formed tysjackh726-34/+36
2021-09-09add test for builtin types N + N unifying with fn callEllen-4/+11
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-68/+52
2021-09-09bugfixAndreas Liljeqvist-1/+1