| Age | Commit message (Expand) | Author | Lines |
| 2023-11-25 | Remove unused ObligationCauseCode::ProjectionWf | Michael Goulet | -6/+0 |
| 2023-11-26 | Remove unnecessary dependencies. | Nicholas Nethercote | -4/+0 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -345/+275 |
| 2023-11-26 | Add a useful comment. | Nicholas Nethercote | -0/+4 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -58/+22 |
| 2023-11-26 | Remove `rustc_error_messages/messages.ftl`. | Nicholas Nethercote | -7/+0 |
| 2023-11-25 | Update `OnceLock` documentation to give a concrete 'lazy static' example, and... | Corey Farwell | -9/+41 |
| 2023-11-25 | Auto merge of #118275 - weihanglo:update-cargo, r=ehuss | bors | -40/+0 |
| 2023-11-25 | Get rid of infer vars in inherent assoc types selection by using probe | Santiago Pastorino | -48/+60 |
| 2023-11-25 | rustdoc: replace `elemIsInParent` with `Node.contains` | Michael Howell | -21/+11 |
| 2023-11-25 | add pretty_terminator | ouz-a | -2/+134 |
| 2023-11-25 | Auto merge of #118294 - GuillaumeGomez:rollup-ij2bzwt, r=GuillaumeGomez | bors | -500/+171 |
| 2023-11-25 | Rollup merge of #118291 - notriddle:notriddle/search-dom, r=GuillaumeGomez | Guillaume Gomez | -11/+5 |
| 2023-11-25 | Rollup merge of #118272 - petrochenkov:macrodata, r=cjgillot | Guillaume Gomez | -55/+52 |
| 2023-11-25 | Rollup merge of #118199 - compiler-errors:qpath, r=lcnr | Guillaume Gomez | -75/+45 |
| 2023-11-25 | Rollup merge of #118017 - tamird:better-safety, r=cjgillot | Guillaume Gomez | -8/+10 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -248/+5 |
| 2023-11-25 | Rollup merge of #116446 - compiler-errors:yeet-mir-from_anon_const, r=b-naber | Guillaume Gomez | -103/+54 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -13/+21 |
| 2023-11-25 | Auto merge of #15964 - lnicola:bump-deps, r=lnicola | bors | -70/+54 |
| 2023-11-25 | Bump chalk | Laurențiu Nicola | -38/+29 |
| 2023-11-25 | Bump ra-ap-rustc_index and ra-ap-rustc_abi | Laurențiu Nicola | -17/+7 |
| 2023-11-25 | Bump ra-ap-rustc_lexer | Laurențiu Nicola | -13/+3 |
| 2023-11-25 | Bump ra-ap-rustc_parse_format | Laurențiu Nicola | -13/+26 |
| 2023-11-25 | Extract select_inherent_assoc_type_candidates | Santiago Pastorino | -79/+95 |
| 2023-11-25 | Do not erase late bound regions, replace them with placeholders | Santiago Pastorino | -115/+98 |
| 2023-11-25 | Appease the clippy | Michael Goulet | -4/+4 |
| 2023-11-25 | Appease the clippy | Michael Goulet | -4/+4 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -71/+41 |
| 2023-11-25 | Review comment | Michael Goulet | -20/+19 |
| 2023-11-25 | make sure we still eagerly emit errors | Michael Goulet | -2/+28 |
| 2023-11-25 | Remove mir::Const::from_anon_const | Michael Goulet | -103/+29 |
| 2023-11-25 | Use absolute path for `declare_tool_lint` in `declare_clippy_lint` | Alex Macleod | -309/+309 |
| 2023-11-25 | Don't ICE when encountering placeholders in implied bounds computation | Michael Goulet | -2/+18 |
| 2023-11-25 | rustdoc-search: clean up some DOM code | Michael Howell | -11/+5 |
| 2023-11-25 | is_{some,ok}_and for rustdoc | Michael Goulet | -14/+12 |
| 2023-11-25 | Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errors | bors | -6/+84 |
| 2023-11-25 | Auto merge of #118284 - RalfJung:miri, r=RalfJung | bors | -454/+716 |
| 2023-11-25 | Auto merge of #3191 - RalfJung:rustup, r=RalfJung | bors | -2608/+2679 |
| 2023-11-25 | bless | Ralf Jung | -16/+16 |
| 2023-11-25 | Merge from rustc | Ralf Jung | -2591/+2662 |
| 2023-11-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-25 | effects: Run `enforce_context_effects` for all method calls | Deadbeef | -46/+94 |
| 2023-11-25 | Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3 | bors | -71/+452 |
| 2023-11-25 | Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3 | bors | -71/+452 |
| 2023-11-25 | move `implied_bounds_in_impls` to complexity | y21 | -1/+1 |
| 2023-11-25 | Auto merge of #3189 - RalfJung:ci, r=RalfJung | bors | -11/+20 |
| 2023-11-25 | tweak ci.sh | Ralf Jung | -2/+8 |
| 2023-11-25 | run the provenance-gc=1 test on all targets, but only for some of the tests | Ralf Jung | -9/+12 |
| 2023-11-25 | Auto merge of #15962 - ahlinc:label-datail2, r=lnicola | bors | -1/+3 |