| Age | Commit message (Expand) | Author | Lines |
| 2023-11-21 | Use macros to avoid `expect_*` boilerplate. | Nicholas Nethercote | -369/+102 |
| 2023-11-21 | Remove some unused functions. | Nicholas Nethercote | -54/+4 |
| 2023-11-21 | Wrap a long line. | Nicholas Nethercote | -1/+1 |
| 2023-11-21 | Auto merge of #118015 - celinval:smir-place-ty, r=compiler-errors | bors | -41/+323 |
| 2023-11-21 | Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgr | bors | -226/+568 |
| 2023-11-20 | Fix occurrences of old fn names in comment and tracing | Santiago Pastorino | -2/+2 |
| 2023-11-21 | Auto merge of #116092 - compiler-errors:features-query, r=cjgillot | bors | -82/+87 |
| 2023-11-20 | Update some more cases of "type" -> "$message_type" | David Tolnay | -3/+4 |
| 2023-11-20 | let-chain fmt | Esteban Küber | -31/+24 |
| 2023-11-20 | Rely in resolve and not on path name for `&str` -> `String` suggestion | Esteban Küber | -49/+54 |
| 2023-11-20 | Do not consider traits as ownable in suggestion | Esteban Küber | -12/+55 |
| 2023-11-20 | Account for '_ in lifetime suggestion | Esteban Küber | -4/+35 |
| 2023-11-20 | Suggest 'a when trait object assoc type has '_ | Esteban Küber | -12/+37 |
| 2023-11-20 | Fix incorrect lifetime suggestion | Esteban Küber | -21/+4 |
| 2023-11-20 | Tweak wording | Esteban Küber | -16/+16 |
| 2023-11-20 | Account for impl Trait in lifetime suggestion | Esteban Küber | -17/+84 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -57/+305 |
| 2023-11-20 | Don't ICE when ambiguity is found when selecting Index implementation in typeck | Michael Goulet | -4/+56 |
| 2023-11-20 | Document DefiningAnchor a bit more | Michael Goulet | -4/+17 |
| 2023-11-20 | Auto merge of #118101 - dtolnay:cargo, r=weihanglo | bors | -0/+0 |
| 2023-11-20 | Improve code per PR comments | Celina G. Val | -35/+37 |
| 2023-11-20 | Add place.ty() and Ty build from a kind to smir | Celina G. Val | -41/+321 |
| 2023-11-20 | Fix early param lifetimes in generic_const_exprs | ouz-a | -2/+67 |
| 2023-11-20 | Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errors | Matthias Krüger | -43/+104 |
| 2023-11-20 | Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -14/+107 |
| 2023-11-20 | Rollup merge of #118010 - gurry:117821-ice-no-type-for-local-var, r=compiler-... | Matthias Krüger | -10/+34 |
| 2023-11-20 | Rollup merge of #117992 - compiler-errors:sound-but-not-complete, r=lcnr,alie... | Matthias Krüger | -50/+32 |
| 2023-11-20 | Rollup merge of #117973 - CohenArthur:fix-89699, r=lqd | Matthias Krüger | -0/+57 |
| 2023-11-20 | Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorino | Matthias Krüger | -94/+87 |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -11/+132 |
| 2023-11-20 | Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errors | Matthias Krüger | -4/+15 |
| 2023-11-20 | Store feature stability un-split | Michael Goulet | -54/+36 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -60/+83 |
| 2023-11-20 | Bump future release warning mode | Michael Goulet | -5/+5 |
| 2023-11-20 | Don't consider regions in deref_into_dyn_supertrait lint | Michael Goulet | -11/+104 |
| 2023-11-20 | Fix src link URLs for file rename | Michael Howell | -3/+3 |
| 2023-11-20 | Add URL to test cases | Michael Howell | -0/+33 |
| 2023-11-20 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2023-11-20 | Don't require intercrate mode for negative coherence | Michael Goulet | -41/+19 |
| 2023-11-20 | Don't drop region constraints that come from plugging infer regions with plac... | Michael Goulet | -9/+13 |
| 2023-11-20 | Auto merge of #15911 - Young-Flash:fix_missing_assoc_item, r=lnicola | bors | -5/+18 |
| 2023-11-20 | Auto merge of #15885 - RunDevelopment:patch-1, r=lnicola | bors | -1/+1 |
| 2023-11-20 | Uplift InferConst to rustc_type_ir | Michael Goulet | -84/+80 |
| 2023-11-20 | Use InferTy from rustc_type_ir unconditionally | Michael Goulet | -11/+8 |
| 2023-11-20 | Auto merge of #11801 - y21:split_doc_pass, r=blyxyas | bors | -343/+423 |
| 2023-11-20 | Auto merge of #3176 - eduardosm:cmp, r=RalfJung | bors | -71/+261 |
| 2023-11-21 | Enable profiler in dist-powerpc64-linux | Qiu Chaofan | -1/+1 |
| 2023-11-20 | Implement all 16 AVX compare operators | Eduardo Sánchez Muñoz | -67/+257 |
| 2023-11-20 | Update books | rustbot | -0/+0 |
| 2023-11-20 | Update cargo | David Tolnay | -0/+0 |