about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-03-05Auto merge of #94628 - Dylan-DPC:rollup-v2slupe, r=Dylan-DPCbors-19/+143
2022-03-04Rollup merge of #94596 - compiler-errors:delay-adjustment-duplicate, r=estebankDylan DPC-10/+8
2022-03-04Rollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved-imports-errors-for-as...Dylan DPC-1/+3
2022-03-04Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkovDylan DPC-8/+132
2022-03-04Auto merge of #94298 - Urgau:rustbuild-check-cfg, r=Mark-Simulacrumbors-3/+0
2022-03-04Rollup merge of #94593 - estebank:issue-94510, r=davidtwcoMatthias Krüger-15/+27
2022-03-04Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-SimulacrumMatthias Krüger-2/+1
2022-03-04Auto merge of #94570 - shampoofactory:reopen-91719, r=workingjubileebors-5/+1
2022-03-04Auto merge of #94539 - tmiasko:string-attributes, r=nikicbors-43/+47
2022-03-04Remove invalid #[cfg(tests)] in index_mapLoïc BRANSTETT-3/+0
2022-03-04Add well known values to --check-cfg implementationLoïc BRANSTETT-7/+121
2022-03-04Auto merge of #94159 - erikdesjardins:align-load, r=nikicbors-8/+31
2022-03-04Auto merge of #94096 - cjgillot:ensure-stability, r=lcnrbors-99/+72
2022-03-04fix invalid `unresolved imports` errors the asterisk wildcard syntax causesTakayuki Maeda-1/+3
2022-03-03delay bug instead of skipping check_exprMichael Goulet-10/+8
2022-03-04Do not recover from `Ty?` in macro parsingEsteban Kuber-15/+27
2022-03-04Rollup merge of #94575 - RalfJung:switchint-comment, r=oli-obkDylan DPC-1/+2
2022-03-04Rollup merge of #94404 - pierwill:newtype-index-noord-2, r=Aaron1011Dylan DPC-24/+46
2022-03-04Rollup merge of #94339 - Amanieu:arm-d32, r=nagisaDylan DPC-1/+6
2022-03-04Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726Dylan DPC-242/+12
2022-03-03Auto merge of #94571 - matthiaskrgr:rollup-4ul5ydb, r=matthiaskrgrbors-179/+199
2022-03-03CTFE SwitchInt: update commentRalf Jung-1/+2
2022-03-03Rollup merge of #94563 - TaKO8Ki:remove-unnecessary-patten-for-ignoring-remai...Matthias Krüger-1/+1
2022-03-03Rollup merge of #94555 - cuishuang:master, r=oli-obkMatthias Krüger-15/+15
2022-03-03Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkovMatthias Krüger-2/+2
2022-03-03Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkovMatthias Krüger-101/+115
2022-03-03Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakisMatthias Krüger-60/+66
2022-03-03Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw...bors-26/+449
2022-03-03Revert #26494 regressionVin Singh-5/+1
2022-03-03Make `Ord`, `PartialOrd` opt-out in `newtype_index`pierwill-24/+46
2022-03-03Make unknown feature error deterministic.Camille GILLOT-3/+3
2022-03-03Cleanup feature gates.Camille GILLOT-5/+5
2022-03-03Gate stability attrs with other attributes.Camille GILLOT-56/+34
2022-03-03Remove the everybody loops passbjorn3-242/+12
2022-03-03Force ensure stability_index.Camille GILLOT-0/+1
2022-03-03Move query providers.Camille GILLOT-6/+10
2022-03-03Remove useless map.Camille GILLOT-13/+6
2022-03-03Move the set of features to the `features` query.Camille GILLOT-16/+13
2022-03-04remove a unnecessary `..` patternTakayuki Maeda-1/+1
2022-03-03Auto merge of #84944 - lcnr:obligation-dedup, r=jackh726bors-22/+0
2022-03-03Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obkbors-17/+30
2022-03-03all: fix some typoscuishuang-15/+15
2022-03-03Add support for values() with --check-cfgLoïc BRANSTETT-1/+11
2022-03-03Fix invalid lint_node_id being put on a removed stmtLoïc BRANSTETT-2/+2
2022-03-03Change `initial_matcher_pos()` into `MatcherPos::new()`.Nicholas Nethercote-29/+29
2022-03-03Use a better return type for `inner_parse_loop`.Nicholas Nethercote-25/+35
2022-03-03Introduce `MatcherPosRepetition`.Nicholas Nethercote-23/+27
2022-03-03Add a static size assertion for `MatcherPos`.Nicholas Nethercote-0/+4
2022-03-03Improve if/else formatting in macro_parser.rs.Nicholas Nethercote-32/+28
2022-03-03Rollup merge of #94544 - mark-i-m:macro-comments, r=petrochenkovMatthias Krüger-0/+38