| Age | Commit message (Expand) | Author | Lines |
| 2021-06-14 | Revert "Allow specifying alignment for functions" | Felix S. Klock II | -97/+42 |
| 2021-06-14 | Add link to issue | Mark Rousskov | -0/+1 |
| 2021-06-14 | Show nicer error when an 'unstable fingerprints' error occurs | Aaron Hill | -7/+12 |
| 2021-06-14 | Soft disable incremental | Mark Rousskov | -1/+6 |
| 2021-06-12 | Auto merge of #86229 - cjgillot:crate-hash-beta, r=Mark-Simulacrum | bors | -6/+31 |
| 2021-06-11 | Hash attributes for crate_hash. | Camille GILLOT | -6/+31 |
| 2021-06-11 | Preserve `SyntaxContext` for invalid/dummy spans in crate metadata | Aaron Hill | -45/+45 |
| 2021-06-11 | Fix incorrect gating of nonterminals in key-value attributes | Aaron Hill | -2/+5 |
| 2021-06-11 | Disable the machine outliner by default | Simonas Kazlauskas | -1/+12 |
| 2021-06-09 | Auto merge of #86036 - nikic:disable-mutable-noalias, r=Mark-Simulacrum | bors | -10/+3 |
| 2021-06-05 | Disable mutable noalias for Rust 1.53 | Nikita Popov | -10/+3 |
| 2021-06-01 | Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde... | Felix S. Klock II | -14/+20 |
| 2021-05-22 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -45/+5 |
| 2021-05-22 | Do not ICE on invalid const param | Esteban Küber | -1/+19 |
| 2021-05-06 | Account for unsatisfied bounds in E0599 | Esteban Küber | -1/+5 |
| 2021-05-06 | Pick candidate with fewer bound vars | Jack Huey | -5/+5 |
| 2021-05-06 | Deduplicate ParamCandidates with the same value except for bound vars | Jack Huey | -1/+11 |
| 2021-05-04 | Revert PR 81473 to resolve (on beta) issues 81626 and 81658. | Felix S. Klock II | -21/+0 |
| 2021-05-04 | Remove assert_matches feature attributes. | Mara Bos | -3/+0 |
| 2021-05-04 | Remove assert_matches users | Mark Rousskov | -17/+5 |
| 2021-04-30 | Auto merge of #84719 - Mark-Simulacrum:reduce-query-impl, r=davidtwco | bors | -49/+55 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -164/+318 |
| 2021-04-29 | Rollup merge of #84705 - lcnr:const_generics-rec, r=joshtriplett | Jack Huey | -12/+21 |
| 2021-04-29 | Rollup merge of #84682 - jackh726:transitive_bounds_rebind, r=nikomatsakis | Jack Huey | -3/+5 |
| 2021-04-29 | Move iter_results to dyn FnMut rather than a generic | Mark Rousskov | -49/+55 |
| 2021-04-29 | Auto merge of #84708 - pnkfelix:revert-77885-everywhere, r=Mark-Simulacrum | bors | -31/+62 |
| 2021-04-29 | Change to probe-stack=call (instead of inline-or-call) everywhere again, for ... | Felix S. Klock II | -31/+62 |
| 2021-04-29 | make feature recommendations optional | lcnr | -12/+21 |
| 2021-04-29 | Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obk | bors | -11/+2 |
| 2021-04-29 | Auto merge of #84233 - jyn514:track-path-prefix, r=michaelwoerister | bors | -181/+245 |
| 2021-04-29 | Use doc-comment instad of comments consistently | Joshua Nelson | -58/+59 |
| 2021-04-29 | don't let const_fn feature flag affect impl-block-level trait bounds | Ralf Jung | -11/+2 |
| 2021-04-29 | Auto merge of #84684 - jackh726:rollup-qxc5cos, r=jackh726 | bors | -1/+1 |
| 2021-04-28 | Rollup merge of #84661 - pierwill:patch-1, r=jackh726 | Jack Huey | -1/+1 |
| 2021-04-29 | Auto merge of #84614 - RalfJung:daily, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -164/+318 |
| 2021-04-28 | Don't rebind in transitive_bounds_that_define_assoc_type | Jack Huey | -3/+1 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -49/+25 |
| 2021-04-28 | Remove extra word in `rustc_mir` docs | pierwill | -1/+1 |
| 2021-04-28 | Add HAS_RE_LATE_BOUND if there are bound vars | Jack Huey | -0/+4 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -1/+66 |
| 2021-04-28 | Auto merge of #83401 - fee1-dead:master, r=davidtwco | bors | -7/+10 |
| 2021-04-28 | Auto merge of #84644 - JohnTitor:rollup-nzq9rjz, r=JohnTitor | bors | -5/+30 |
| 2021-04-28 | Rollup merge of #84622 - jackh726:gats-trait-object, r=nikomatsakis | Yuki Okushi | -4/+19 |
| 2021-04-28 | Rollup merge of #84529 - richkadel:issue-84180, r=tmandry | Yuki Okushi | -1/+11 |
| 2021-04-28 | Auto merge of #83713 - spastorino:revert-pub-macro-rules, r=nikomatsakis | bors | -12/+13 |
| 2021-04-28 | Auto merge of #84498 - workingjubilee:update-grab-bag, r=Mark-Simulacrum | bors | -4/+4 |
| 2021-04-27 | remove pat2021 | mark | -33/+10 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -3/+48 |
| 2021-04-27 | Make traits with GATs not object safe | Jack Huey | -4/+19 |