| Age | Commit message (Expand) | Author | Lines |
| 2024-07-03 | Rollup merge of #127184 - bjorn3:interface_refactor2, r=Nadrieril | Matthias Krüger | -45/+39 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -77/+69 |
| 2024-07-03 | Auto merge of #127036 - cjgillot:sparse-state, r=oli-obk | bors | -80/+141 |
| 2024-07-03 | Auto merge of #127278 - matthiaskrgr:rollup-fjexkdr, r=matthiaskrgr | bors | -252/+286 |
| 2024-07-03 | Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkov | Matthias Krüger | -120/+98 |
| 2024-07-03 | Rollup merge of #127202 - oli-obk:do_not_count_errors, r=wesleywiser | Matthias Krüger | -30/+12 |
| 2024-07-03 | Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr | Matthias Krüger | -91/+164 |
| 2024-07-03 | Rollup merge of #126803 - tgross35:verbose-asm, r=Amanieu | Matthias Krüger | -11/+12 |
| 2024-07-03 | Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoerister | bors | -85/+94 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -197/+274 |
| 2024-07-03 | Rollup merge of #126403 - compiler-errors:better-type-errors, r=lcnr | Jacob Pratt | -48/+101 |
| 2024-07-03 | Auto merge of #123737 - compiler-errors:alias-wf, r=lcnr | bors | -9/+3 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -10/+10 |
| 2024-07-02 | Always preserve user-written comments in assembly | Trevor Gross | -1/+2 |
| 2024-07-03 | Auto merge of #123720 - amandasystems:dyn-enable-refactor, r=nikomatsakis | bors | -73/+140 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -22/+37 |
| 2024-07-02 | Actually report normalization-based type errors correctly for alias-relate ob... | Michael Goulet | -48/+101 |
| 2024-07-02 | Make fn traits into first-class TraitSolverLangItems to avoid needing fn_trai... | Michael Goulet | -17/+39 |
| 2024-07-02 | add TyCtxt::as_lang_item, use in new solver | Michael Goulet | -75/+126 |
| 2024-07-02 | Fix spans | Michael Goulet | -36/+36 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -95/+128 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -12/+38 |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -68/+71 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -14/+14 |
| 2024-07-02 | Rollup merge of #127224 - tgross35:pretty-print-exhaustive, r=RalfJung | Matthias Krüger | -16/+18 |
| 2024-07-02 | Rollup merge of #127203 - chenyukang:yukang-fix-120074-import, r=Nadrieril | Matthias Krüger | -1/+11 |
| 2024-07-02 | Rollup merge of #127168 - DianQK:cast-size, r=workingjubilee | Matthias Krüger | -8/+33 |
| 2024-07-02 | Rollup merge of #127146 - compiler-errors:fast-reject, r=lcnr | Matthias Krüger | -400/+418 |
| 2024-07-02 | Rollup merge of #127136 - compiler-errors:coroutine-closure-env-shim, r=oli-obk | Matthias Krüger | -26/+50 |
| 2024-07-02 | Rollup merge of #126883 - dtolnay:breakvalue, r=fmease | Matthias Krüger | -3/+84 |
| 2024-07-02 | Import `std::{iter,mem}`. | Nicholas Nethercote | -11/+10 |
| 2024-07-02 | linker: Link dylib crates by path | Vadim Petrochenkov | -85/+94 |
| 2024-07-02 | Rename `make_token_stream`. | Nicholas Nethercote | -6/+6 |
| 2024-07-02 | Shrink parser positions from `usize` to `u32`. | Nicholas Nethercote | -24/+21 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -14/+14 |
| 2024-07-02 | Move more things around in `collect_tokens_trailing_token`. | Nicholas Nethercote | -23/+18 |
| 2024-07-02 | Move things around in `collect_tokens_trailing_token`. | Nicholas Nethercote | -7/+7 |
| 2024-07-02 | Flip an if/else in `AttrTokenStream::to_attr_token_stream`. | Nicholas Nethercote | -3/+3 |
| 2024-07-02 | Fix comment. | Nicholas Nethercote | -3/+3 |
| 2024-07-02 | Just `push` in `AttrTokenStream::to_token_trees`. | Nicholas Nethercote | -16/+12 |
| 2024-07-02 | Rename `TokenStream::new` argument. | Nicholas Nethercote | -2/+2 |
| 2024-07-02 | Change `AttrTokenStream::to_tokenstream` to `to_token_trees`. | Nicholas Nethercote | -22/+15 |
| 2024-07-02 | Fix a typo in a comment. | Nicholas Nethercote | -1/+1 |
| 2024-07-02 | Simplify `CfgEval`. | Nicholas Nethercote | -10/+8 |
| 2024-07-01 | Parenthesize break values containing leading label | David Tolnay | -3/+84 |
| 2024-07-02 | Use the aligned size for alloca at ret when the pass mode is cast. | DianQK | -5/+23 |
| 2024-07-02 | Use the aligned size for alloca at args when the pass mode is cast. | DianQK | -3/+10 |
| 2024-07-01 | Make `FloatTy` checks exhaustive in pretty print | Trevor Gross | -16/+18 |
| 2024-07-01 | Rollup merge of #127129 - compiler-errors:full-expr-span, r=jieyouxu | Guillaume Gomez | -1/+2 |
| 2024-07-01 | Rollup merge of #126832 - petrochenkov:linkarg, r=jieyouxu | Guillaume Gomez | -383/+318 |