| Age | Commit message (Expand) | Author | Lines |
| 2021-12-08 | Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiser | Matthias Krüger | -10/+66 |
| 2021-12-08 | Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r=Mark-Si... | Matthias Krüger | -1/+54 |
| 2021-12-07 | Auto merge of #91407 - the8472:deserialize-unchecked-utf8, r=michaelwoerister | bors | -4/+17 |
| 2021-12-07 | Future compatibility warning on cfg_attr on crate_type and crate_name | bjorn3 | -1/+54 |
| 2021-12-07 | Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu | bors | -0/+249 |
| 2021-12-07 | Auto merge of #91627 - matthiaskrgr:rollup-z3e2peg, r=matthiaskrgr | bors | -27/+54 |
| 2021-12-07 | Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2021-12-07 | Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoerister | Matthias Krüger | -14/+11 |
| 2021-12-07 | Rollup merge of #91493 - oli-obk:cleanup, r=michaelwoerister | Matthias Krüger | -5/+8 |
| 2021-12-07 | Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726 | Matthias Krüger | -4/+11 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -3/+24 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -3/+24 |
| 2021-12-06 | Annotate comments onto the LT algorithm | Mark Rousskov | -2/+102 |
| 2021-12-06 | Avoid using Option where values are always Some | Mark Rousskov | -9/+13 |
| 2021-12-06 | Create newtype around the pre order index | Mark Rousskov | -32/+41 |
| 2021-12-06 | Use variables rather than lengths directly | Mark Rousskov | -10/+13 |
| 2021-12-06 | Optimize: reuse the real-to-preorder mapping as the visited set | Mark Rousskov | -4/+2 |
| 2021-12-06 | Remove separate RPO traversal | Mark Rousskov | -17/+7 |
| 2021-12-06 | Use preorder indices for data structures | Mark Rousskov | -53/+38 |
| 2021-12-06 | Avoid inserting into buckets if not necessary | Mark Rousskov | -1/+7 |
| 2021-12-06 | Optimization: process buckets only once | Mark Rousskov | -7/+8 |
| 2021-12-06 | Optimization: Merge parent and ancestor arrays | Mark Rousskov | -10/+21 |
| 2021-12-06 | Implement the simple Lengauer-Tarjan algorithm | Mark Rousskov | -39/+116 |
| 2021-12-06 | avoid string validation in rustc_serialize, check a marker byte instead | The 8472 | -4/+17 |
| 2021-12-06 | Fix AnonConst ICE | threadexception | -4/+11 |
| 2021-12-06 | Auto merge of #91279 - scottmcm:small-refactor, r=nagisa | bors | -23/+11 |
| 2021-12-06 | Auto merge of #91580 - scottmcm:less-inband-1-of-28, r=petrochenkov | bors | -15/+13 |
| 2021-12-06 | Auto merge of #91565 - dtolnay:printhelpers, r=jackh726 | bors | -114/+30 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+249 |
| 2021-12-05 | Stop enabling `in_band_lifetimes` in rustc_data_structures | Scott McMurray | -15/+13 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -2/+24 |
| 2021-12-06 | Rollup merge of #91537 - sunshowers:m68k-gnu, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-12-05 | Fix ICE in `check_must_not_suspend_ty()` | Fabian Wolff | -9/+15 |
| 2021-12-05 | Delete duplicated helpers from HIR printer | David Tolnay | -114/+30 |
| 2021-12-05 | Pretty print async block without redundant space | David Tolnay | -1/+0 |
| 2021-12-05 | Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr | bors | -39/+81 |
| 2021-12-05 | Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisa | Matthias Krüger | -6/+16 |
| 2021-12-05 | Rollup merge of #91450 - hkmatsumoto:hide-type-error, r=estebank | Matthias Krüger | -2/+2 |
| 2021-12-05 | Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa | Matthias Krüger | -26/+46 |
| 2021-12-05 | Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnr | Matthias Krüger | -5/+17 |
| 2021-12-05 | Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplett | bors | -31/+23 |
| 2021-12-05 | skip reborrows during AbstractConst building | b-naber | -5/+17 |
| 2021-12-05 | Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obk | bors | -280/+446 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -3/+0 |
| 2021-12-05 | Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakis | Matthias Krüger | -30/+85 |
| 2021-12-05 | Rollup merge of #90022 - hkmatsumoto:self-upper-as-generic-parameter, r=jackh726 | Matthias Krüger | -0/+13 |
| 2021-12-04 | compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu base | Rain | -1/+1 |
| 2021-12-04 | Stabilize `-Z emit-future-incompat` as `--json future-incompat` | Aaron Hill | -6/+16 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -31/+23 |
| 2021-12-04 | Don't suggest types whose inner type is erroneous | Hirochika Matsumoto | -2/+2 |