summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-06-14Revert "Allow specifying alignment for functions"Felix S. Klock II-97/+42
2021-06-14Add link to issueMark Rousskov-0/+1
2021-06-14Show nicer error when an 'unstable fingerprints' error occursAaron Hill-7/+12
2021-06-14Soft disable incrementalMark Rousskov-1/+6
2021-06-12Auto merge of #86229 - cjgillot:crate-hash-beta, r=Mark-Simulacrumbors-6/+31
2021-06-11Hash attributes for crate_hash.Camille GILLOT-6/+31
2021-06-11Preserve `SyntaxContext` for invalid/dummy spans in crate metadataAaron Hill-45/+45
2021-06-11Fix incorrect gating of nonterminals in key-value attributesAaron Hill-2/+5
2021-06-11Disable the machine outliner by defaultSimonas Kazlauskas-1/+12
2021-06-09Auto merge of #86036 - nikic:disable-mutable-noalias, r=Mark-Simulacrumbors-10/+3
2021-06-05Disable mutable noalias for Rust 1.53Nikita Popov-10/+3
2021-06-01Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde...Felix S. Klock II-14/+20
2021-05-22Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-45/+5
2021-05-22Do not ICE on invalid const paramEsteban Küber-1/+19
2021-05-06Account for unsatisfied bounds in E0599Esteban Küber-1/+5
2021-05-06Pick candidate with fewer bound varsJack Huey-5/+5
2021-05-06Deduplicate ParamCandidates with the same value except for bound varsJack Huey-1/+11
2021-05-04Revert PR 81473 to resolve (on beta) issues 81626 and 81658.Felix S. Klock II-21/+0
2021-05-04Remove assert_matches feature attributes.Mara Bos-3/+0
2021-05-04Remove assert_matches usersMark Rousskov-17/+5
2021-04-30Auto merge of #84719 - Mark-Simulacrum:reduce-query-impl, r=davidtwcobors-49/+55
2021-04-30Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkovbors-164/+318
2021-04-29Rollup merge of #84705 - lcnr:const_generics-rec, r=joshtriplettJack Huey-12/+21
2021-04-29Rollup merge of #84682 - jackh726:transitive_bounds_rebind, r=nikomatsakisJack Huey-3/+5
2021-04-29Move iter_results to dyn FnMut rather than a genericMark Rousskov-49/+55
2021-04-29Auto merge of #84708 - pnkfelix:revert-77885-everywhere, r=Mark-Simulacrumbors-31/+62
2021-04-29Change to probe-stack=call (instead of inline-or-call) everywhere again, for ...Felix S. Klock II-31/+62
2021-04-29make feature recommendations optionallcnr-12/+21
2021-04-29Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obkbors-11/+2
2021-04-29Auto merge of #84233 - jyn514:track-path-prefix, r=michaelwoeristerbors-181/+245
2021-04-29Use doc-comment instad of comments consistentlyJoshua Nelson-58/+59
2021-04-29don't let const_fn feature flag affect impl-block-level trait boundsRalf Jung-11/+2
2021-04-29Auto merge of #84684 - jackh726:rollup-qxc5cos, r=jackh726bors-1/+1
2021-04-28Rollup merge of #84661 - pierwill:patch-1, r=jackh726Jack Huey-1/+1
2021-04-29Auto merge of #84614 - RalfJung:daily, r=Mark-Simulacrumbors-1/+0
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-164/+318
2021-04-28Don't rebind in transitive_bounds_that_define_assoc_typeJack Huey-3/+1
2021-04-28Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakisbors-49/+25
2021-04-28Remove extra word in `rustc_mir` docspierwill-1/+1
2021-04-28Add HAS_RE_LATE_BOUND if there are bound varsJack Huey-0/+4
2021-04-28Auto merge of #84562 - richkadel:issue-83601, r=tmandrybors-1/+66
2021-04-28Auto merge of #83401 - fee1-dead:master, r=davidtwcobors-7/+10
2021-04-28Auto merge of #84644 - JohnTitor:rollup-nzq9rjz, r=JohnTitorbors-5/+30
2021-04-28Rollup merge of #84622 - jackh726:gats-trait-object, r=nikomatsakisYuki Okushi-4/+19
2021-04-28Rollup merge of #84529 - richkadel:issue-84180, r=tmandryYuki Okushi-1/+11
2021-04-28Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakisbors-12/+13
2021-04-28Auto merge of #84498 - workingjubilee:update-grab-bag, r=Mark-Simulacrumbors-4/+4
2021-04-27remove pat2021mark-33/+10
2021-04-27adds feature gating of `no_coverage` at either crate- or function-levelRich Kadel-3/+48
2021-04-27Make traits with GATs not object safeJack Huey-4/+19