about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-07Auto merge of #91407 - the8472:deserialize-unchecked-utf8, r=michaelwoeristerbors-4/+17
2021-12-07Future compatibility warning on cfg_attr on crate_type and crate_namebjorn3-1/+54
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-06Recommend fix `count()` -> `len()` on slicesMichael Howell-3/+24
2021-12-06Annotate comments onto the LT algorithmMark Rousskov-2/+102
2021-12-06Avoid using Option where values are always SomeMark Rousskov-9/+13
2021-12-06Create newtype around the pre order indexMark Rousskov-32/+41
2021-12-06Use variables rather than lengths directlyMark Rousskov-10/+13
2021-12-06Optimize: reuse the real-to-preorder mapping as the visited setMark Rousskov-4/+2
2021-12-06Remove separate RPO traversalMark Rousskov-17/+7
2021-12-06Use preorder indices for data structuresMark Rousskov-53/+38
2021-12-06Avoid inserting into buckets if not necessaryMark Rousskov-1/+7
2021-12-06Optimization: process buckets only onceMark Rousskov-7/+8
2021-12-06Optimization: Merge parent and ancestor arraysMark Rousskov-10/+21
2021-12-06Implement the simple Lengauer-Tarjan algorithmMark Rousskov-39/+116
2021-12-06avoid string validation in rustc_serialize, check a marker byte insteadThe 8472-4/+17
2021-12-06Fix AnonConst ICEthreadexception-4/+11
2021-12-06Auto merge of #91279 - scottmcm:small-refactor, r=nagisabors-23/+11
2021-12-06Auto merge of #91580 - scottmcm:less-inband-1-of-28, r=petrochenkovbors-15/+13
2021-12-06Auto merge of #91565 - dtolnay:printhelpers, r=jackh726bors-114/+30
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-0/+249
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-15/+13
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-2/+24
2021-12-06Rollup merge of #91537 - sunshowers:m68k-gnu, r=joshtriplettMatthias Krüger-1/+1
2021-12-05Fix ICE in `check_must_not_suspend_ty()`Fabian Wolff-9/+15
2021-12-05Delete duplicated helpers from HIR printerDavid Tolnay-114/+30
2021-12-05Pretty print async block without redundant spaceDavid Tolnay-1/+0
2021-12-05Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgrbors-39/+81
2021-12-05Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisaMatthias Krüger-6/+16
2021-12-05Rollup merge of #91450 - hkmatsumoto:hide-type-error, r=estebankMatthias Krüger-2/+2
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-26/+46
2021-12-05Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnrMatthias Krüger-5/+17
2021-12-05Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplettbors-31/+23
2021-12-05skip reborrows during AbstractConst buildingb-naber-5/+17
2021-12-05Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obkbors-280/+446
2021-12-05Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-seMatthias Krüger-3/+0
2021-12-05Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakisMatthias Krüger-30/+85
2021-12-05Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726Matthias Krüger-0/+13
2021-12-04compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu baseRain-1/+1
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-6/+16
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-31/+23
2021-12-04Don't suggest types whose inner type is erroneousHirochika Matsumoto-2/+2