| Age | Commit message (Expand) | Author | Lines |
| 2022-03-05 | Auto merge of #94628 - Dylan-DPC:rollup-v2slupe, r=Dylan-DPC | bors | -19/+143 |
| 2022-03-04 | Rollup merge of #94596 - compiler-errors:delay-adjustment-duplicate, r=estebank | Dylan DPC | -10/+8 |
| 2022-03-04 | Rollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved-imports-errors-for-as... | Dylan DPC | -1/+3 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -8/+132 |
| 2022-03-04 | Auto merge of #94298 - Urgau:rustbuild-check-cfg, r=Mark-Simulacrum | bors | -3/+0 |
| 2022-03-04 | Rollup merge of #94593 - estebank:issue-94510, r=davidtwco | Matthias Krüger | -15/+27 |
| 2022-03-04 | Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-Simulacrum | Matthias Krüger | -2/+1 |
| 2022-03-04 | Auto merge of #94570 - shampoofactory:reopen-91719, r=workingjubilee | bors | -5/+1 |
| 2022-03-04 | Auto merge of #94539 - tmiasko:string-attributes, r=nikic | bors | -43/+47 |
| 2022-03-04 | Remove invalid #[cfg(tests)] in index_map | Loïc BRANSTETT | -3/+0 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -7/+121 |
| 2022-03-04 | Auto merge of #94159 - erikdesjardins:align-load, r=nikic | bors | -8/+31 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -99/+72 |
| 2022-03-04 | fix invalid `unresolved imports` errors the asterisk wildcard syntax causes | Takayuki Maeda | -1/+3 |
| 2022-03-03 | delay bug instead of skipping check_expr | Michael Goulet | -10/+8 |
| 2022-03-04 | Do not recover from `Ty?` in macro parsing | Esteban Kuber | -15/+27 |
| 2022-03-04 | Rollup merge of #94575 - RalfJung:switchint-comment, r=oli-obk | Dylan DPC | -1/+2 |
| 2022-03-04 | Rollup merge of #94404 - pierwill:newtype-index-noord-2, r=Aaron1011 | Dylan DPC | -24/+46 |
| 2022-03-04 | Rollup merge of #94339 - Amanieu:arm-d32, r=nagisa | Dylan DPC | -1/+6 |
| 2022-03-04 | Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726 | Dylan DPC | -242/+12 |
| 2022-03-03 | Auto merge of #94571 - matthiaskrgr:rollup-4ul5ydb, r=matthiaskrgr | bors | -179/+199 |
| 2022-03-03 | CTFE SwitchInt: update comment | Ralf Jung | -1/+2 |
| 2022-03-03 | Rollup merge of #94563 - TaKO8Ki:remove-unnecessary-patten-for-ignoring-remai... | Matthias Krüger | -1/+1 |
| 2022-03-03 | Rollup merge of #94555 - cuishuang:master, r=oli-obk | Matthias Krüger | -15/+15 |
| 2022-03-03 | Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-03-03 | Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkov | Matthias Krüger | -101/+115 |
| 2022-03-03 | Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis | Matthias Krüger | -60/+66 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -26/+449 |
| 2022-03-03 | Revert #26494 regression | Vin Singh | -5/+1 |
| 2022-03-03 | Make `Ord`, `PartialOrd` opt-out in `newtype_index` | pierwill | -24/+46 |
| 2022-03-03 | Make unknown feature error deterministic. | Camille GILLOT | -3/+3 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -5/+5 |
| 2022-03-03 | Gate stability attrs with other attributes. | Camille GILLOT | -56/+34 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -242/+12 |
| 2022-03-03 | Force ensure stability_index. | Camille GILLOT | -0/+1 |
| 2022-03-03 | Move query providers. | Camille GILLOT | -6/+10 |
| 2022-03-03 | Remove useless map. | Camille GILLOT | -13/+6 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -16/+13 |
| 2022-03-04 | remove a unnecessary `..` pattern | Takayuki Maeda | -1/+1 |
| 2022-03-03 | Auto merge of #84944 - lcnr:obligation-dedup, r=jackh726 | bors | -22/+0 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -17/+30 |
| 2022-03-03 | all: fix some typos | cuishuang | -15/+15 |
| 2022-03-03 | Add support for values() with --check-cfg | Loïc BRANSTETT | -1/+11 |
| 2022-03-03 | Fix invalid lint_node_id being put on a removed stmt | Loïc BRANSTETT | -2/+2 |
| 2022-03-03 | Change `initial_matcher_pos()` into `MatcherPos::new()`. | Nicholas Nethercote | -29/+29 |
| 2022-03-03 | Use a better return type for `inner_parse_loop`. | Nicholas Nethercote | -25/+35 |
| 2022-03-03 | Introduce `MatcherPosRepetition`. | Nicholas Nethercote | -23/+27 |
| 2022-03-03 | Add a static size assertion for `MatcherPos`. | Nicholas Nethercote | -0/+4 |
| 2022-03-03 | Improve if/else formatting in macro_parser.rs. | Nicholas Nethercote | -32/+28 |
| 2022-03-03 | Rollup merge of #94544 - mark-i-m:macro-comments, r=petrochenkov | Matthias Krüger | -0/+38 |