about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-10-03Remove re-export.Camille GILLOT-26/+29
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-39/+26
2021-10-03Remove StableHashProvider.Camille GILLOT-31/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-54/+51
2021-10-03Move some HashStable impls.Camille GILLOT-44/+22
2021-10-03Fix unsound optimization with explicit variant discriminantsFabian Wolff-4/+14
2021-10-03Fix extra `non_snake_case` warning for shorthand field bindingsFabian Wolff-6/+7
2021-10-03Try to recover from a `=>` -> `=` or `->` typo in a match armFabian Wolff-1/+15
2021-10-03Combined 4 commits into 1Matthias Kaak-2/+8
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-24/+23
2021-10-03Follow the diagnostic output style guideHirochika Matsumoto-2/+2
2021-10-03Add `deref_into_dyn_supertrait` lint.Charles Lew-1/+126
2021-10-03Auto merge of #89479 - camsteffen:diag-naming, r=Manishearthbors-38/+31
2021-10-03Auto merge of #84267 - dtolnay:ptrunit, r=nagisabors-0/+9
2021-10-02Make diangostic item names consistentCameron Steffen-38/+31
2021-10-02Add desugaring mark to while loopCameron Steffen-10/+17
2021-10-02Rename etc -> has_rest_patDevin Ragotzy-8/+8
2021-10-02Reorder etc check for non_exhaustive_omitted_patternsDevin Ragotzy-7/+8
2021-10-02Fix ICE caused by non_exaustive_omitted_patterns struct lintDevin Ragotzy-3/+7
2021-10-02Auto merge of #89345 - jackh726:89333, r=estebankbors-16/+16
2021-10-02Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par...bors-10/+40
2021-10-02Turn a module non-doc comment into a doc commentbjorn3-7/+7
2021-10-02Swap out unboxed_closures feature gate for min_specializationbjorn3-1/+1
2021-10-02Remove various unused feature gatesbjorn3-7/+0
2021-10-02Prevent macro ambiguity errorsbjorn3-24/+24
2021-10-02Auto merge of #89239 - petrochenkov:modcache, r=cjgillotbors-38/+58
2021-10-02rustc_span: Make hygiene debug printing reproducibleVadim Petrochenkov-1/+4
2021-10-02resolve: Avoid comparing modules by optional def-idVadim Petrochenkov-15/+19
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-23/+36
2021-10-02only check for automatically_derived on impls, not individual methodsErik Desjardins-18/+6
2021-10-02Auto merge of #89408 - Mark-Simulacrum:fix-query-nondet, r=petrochenkovbors-2/+23
2021-10-02Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillotbors-508/+460
2021-10-02Bump tracing to get the instrumentation perf improvementOli Scherer-1/+1
2021-10-01perf: only check for rustc_trivial_field_reads attribute on traitsErik Desjardins-23/+1
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-11/+11
2021-10-01Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearthbors-42/+57
2021-10-01Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandryManish Goregaokar-5/+6
2021-10-01Rollup merge of #89376 - andjo403:selfProfileUseAfterDropFix, r=Mark-SimulacrumManish Goregaokar-4/+6
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-33/+45
2021-10-01Fix clippy lintsGuillaume Gomez-508/+460
2021-10-01Improve error message for missing angle brackets in `[_]::method`Fabian Wolff-0/+2
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-157/+135
2021-10-01Don't lose binders when printing trait bound suggestionjackh726-16/+16
2021-10-01Normalize after substituting via `field.ty()`Nadrieril-5/+6
2021-10-01Rollup merge of #89415 - wesleywiser:inliner_caller_callsite_message, r=micha...Manish Goregaokar-1/+1
2021-10-01Rollup merge of #89340 - FabianWolff:issue-89173, r=petrochenkovManish Goregaokar-26/+73
2021-10-01Rollup merge of #89322 - tmiasko:rm-optimization-fuel, r=michaelwoeristerManish Goregaokar-6/+1
2021-10-01Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebankManish Goregaokar-6/+43
2021-10-01Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkovManish Goregaokar-8/+32
2021-10-01Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddybManish Goregaokar-14/+76