about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-12-11Auto merge of #91715 - the8472:bump-rmeta-fromat-version, r=Mark-Simulacrumbors-1/+1
2021-12-10Rollup merge of #91625 - est31:remove_indexes, r=oli-obkMatthias Krüger-127/+123
2021-12-10Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillotMatthias Krüger-2/+3
2021-12-10Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandryMatthias Krüger-2/+2
2021-12-10Rollup merge of #90407 - pierwill:edit-rustc-incremental-docs, r=cjgillotMatthias Krüger-13/+63
2021-12-09Fix span calculation on secondary_label as wellMichael Goulet-2/+3
2021-12-09Bump rmeta version to fix rustc_serialize ICEThe 8472-1/+1
2021-12-09Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgrbors-44/+226
2021-12-09Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisaMatthias Krüger-20/+27
2021-12-09Rollup merge of #91042 - Kobzol:vec-extend-cleanup, r=nagisaMatthias Krüger-16/+6
2021-12-09Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplettMatthias Krüger-24/+29
2021-12-09Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-SimulacrumMatthias Krüger-0/+170
2021-12-09Auto merge of #91691 - matthiaskrgr:rollup-wfommdr, r=matthiaskrgrbors-31/+34
2021-12-09Rollup merge of #91568 - dtolnay:breakspace, r=nagisaMatthias Krüger-10/+6
2021-12-09Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebankMatthias Krüger-5/+22
2021-12-09Remove redundant [..]sest31-127/+123
2021-12-08Pretty print break and continue without redundant spaceDavid Tolnay-10/+6
2021-12-08Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisaMatthias Krüger-4/+25
2021-12-08Rollup merge of #91245 - cameron1024:suggest-i32-u32-char-cast, r=nagisaMatthias Krüger-0/+12
2021-12-08Use Vec extend instead of repeated pushes in several placesJakub Beránek-16/+6
2021-12-08Do not attempt to suggest help for overly malformed struct/function callthreadexception-20/+27
2021-12-08Auto merge of #91665 - matthiaskrgr:rollup-o3wnkam, r=matthiaskrgrbors-390/+592
2021-12-08Rollup merge of #91571 - dtolnay:printerderef, r=Mark-SimulacrumMatthias Krüger-342/+342
2021-12-08Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-31/+52
2021-12-08Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obkMatthias Krüger-11/+67
2021-12-08Rollup merge of #90709 - estebank:erase-known-type-params, r=nagisaMatthias Krüger-6/+131
2021-12-08Auto merge of #91604 - nikic:section-flags, r=nagisabors-287/+245
2021-12-08Rollup merge of #91638 - scottmcm:less-inband-2-of-28, r=petrochenkovMatthias Krüger-119/+117
2021-12-08Rollup merge of #91577 - ecstatic-morse:mir-pass-manager-cleanup, r=oli-obkMatthias Krüger-16/+15
2021-12-08Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ...Matthias Krüger-29/+113
2021-12-08Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiserMatthias Krüger-10/+66
2021-12-08Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r=Mark-Si...Matthias Krüger-1/+54
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-119/+117
2021-12-07Remove the reg_thumb register class for asm! on ARMAmanieu d'Antras-24/+29
2021-12-07Auto merge of #91407 - the8472:deserialize-unchecked-utf8, r=michaelwoeristerbors-4/+17
2021-12-07Remove unneeded access to pretty printer's `s` field in favor of derefDavid Tolnay-342/+342
2021-12-07Future compatibility warning on cfg_attr on crate_type and crate_namebjorn3-1/+54
2021-12-07Document all public items in `rustc_incremental`pierwill-13/+63
2021-12-07Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieubors-0/+249
2021-12-07Auto merge of #91627 - matthiaskrgr:rollup-z3e2peg, r=matthiaskrgrbors-27/+54
2021-12-07Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-SimulacrumMatthias Krüger-1/+0
2021-12-07Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoeristerMatthias Krüger-14/+11
2021-12-07Rollup merge of #91493 - oli-obk:cleanup, r=michaelwoeristerMatthias Krüger-5/+8
2021-12-07Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726Matthias Krüger-4/+11
2021-12-07Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-SimulacrumMatthias Krüger-3/+24
2021-12-07Use object crate for .rustc metadata generationNikita Popov-287/+245
2021-12-06Recommend fix `count()` -> `len()` on slicesMichael Howell-3/+24
2021-12-07Add test with multiple type params failing inferenceEsteban Kuber-3/+1
2021-12-07Refer to const params as "const params" and not "type params"Esteban Kuber-36/+46
2021-12-07Refer to uninferred `const` params by their name, instead of `{ _: _ }`Esteban Kuber-6/+25