| Age | Commit message (Expand) | Author | Lines |
| 2023-03-17 | Initialize rust_info before is_ci_llvm_available() | Nikita Popov | -4/+5 |
| 2023-03-17 | Upgrade to LLVM 16 | Nikita Popov | -1/+1 |
| 2023-03-17 | Update host compiler to LLVM 16 | Nikita Popov | -1/+1 |
| 2023-03-17 | Auto merge of #109085 - tmiasko:index-based, r=WaffleLapkin | bors | -164/+49 |
| 2023-03-17 | Rollup merge of #109229 - DaniPopes:link-references, r=notriddle | Matthias Krüger | -7/+7 |
| 2023-03-17 | Rollup merge of #109215 - est31:sort_by_key, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -107/+419 |
| 2023-03-17 | Rollup merge of #109181 - durin42:v0-mangle-inherit_overflow, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-17 | Rollup merge of #109156 - taiki-e:linker-detection, r=petrochenkov | Matthias Krüger | -1/+3 |
| 2023-03-17 | Rollup merge of #109155 - taiki-e:riscv64-fuchsia-fix-llvm-target, r=tmandry | Matthias Krüger | -1/+1 |
| 2023-03-17 | Rollup merge of #109044 - thomcc:disallow-unstable-libtest, r=jyn514 | Matthias Krüger | -0/+6 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -27/+7 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -73/+12 |
| 2023-03-17 | Suggest surrounding the macro with `{}` to interpret as a statement | Mu42 | -6/+43 |
| 2023-03-16 | run rustfmt on changes | NagaChaitanya Vellanki | -1/+1 |
| 2023-03-17 | Auto merge of #10502 - blyxyas:fix-almost_swapped, r=giraffate | bors | -22/+44 |
| 2023-03-17 | Do not ICE for native_lib without name | yukang | -1/+2 |
| 2023-03-16 | fallback to lstat when stat fails on Windows | NagaChaitanya Vellanki | -1/+13 |
| 2023-03-17 | Do not ICE for unexpected lifetime with ConstGeneric rib | yukang | -4/+27 |
| 2023-03-16 | Auto merge of #2817 - saethlin:rustup, r=saethlin | bors | -2038/+3712 |
| 2023-03-16 | Merge from rustc | Ben Kimock | -2037/+3711 |
| 2023-03-16 | Preparing for merge from rustc | Ben Kimock | -1/+1 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -41/+19 |
| 2023-03-16 | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize` | John Kåre Alsaker | -14/+31 |
| 2023-03-16 | Improve case mapping encoding scheme | Martin Gammelsæter | -1094/+833 |
| 2023-03-16 | New lint to detect `&std::path::MAIN_SEPARATOR.to_string()` | Samuel "Sam" Tardieu | -0/+184 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -214/+188 |
| 2023-03-16 | Fix invalid markdown link references | DaniPopes | -7/+7 |
| 2023-03-16 | Add external macro test + Now it works | blyxyas | -34/+35 |
| 2023-03-16 | Issue function modifiers in the right order in manual_async_fn lint | Samuel Tardieu | -4/+75 |
| 2023-03-16 | clean up few alloc | klensy | -5/+3 |
| 2023-03-16 | feat: do not remove other variants, just push them down in list | feniljain | -10/+24 |
| 2023-03-16 | Beautify pin! docs | est31 | -16/+19 |
| 2023-03-16 | Auto merge of #107270 - cjgillot:remove-zst, r=oli-obk | bors | -209/+325 |
| 2023-03-16 | Add Debug and Clone derives for stable mir datastructures | Oli Scherer | -2/+10 |
| 2023-03-16 | Implement a minimal subset of MIR statements and terminators for smir | Oli Scherer | -5/+209 |
| 2023-03-16 | replace usage of `evaluate_goal` with a new `add_goal` | Boxy | -254/+336 |
| 2023-03-16 | Auto merge of #2785 - Vanille-N:tree-borrows-merge, r=RalfJung | bors | -140/+3641 |
| 2023-03-16 | Remove `DefId` from `CrateItem` in favor of a lookup table | Oli Scherer | -8/+24 |
| 2023-03-16 | Render source page layout with Askama | clubby789 | -69/+67 |
| 2023-03-16 | Use poison instead of undef | Nikita Popov | -6/+17 |
| 2023-03-16 | TB: select tests to run both TB and SB | Neven Villani | -5/+116 |
| 2023-03-16 | TB: new tests | Neven Villani | -0/+888 |
| 2023-03-16 | TB: document TB changes in README | Neven Villani | -118/+218 |
| 2023-03-16 | TB: integration | Neven Villani | -16/+54 |
| 2023-03-16 | TB: Reborrow policy and connection to the main machine | Neven Villani | -1/+608 |
| 2023-03-16 | TB: error and tree formatting | Neven Villani | -0/+592 |
| 2023-03-16 | TB: tree traversal | Neven Villani | -0/+339 |
| 2023-03-16 | TB: public interface to permissions | Neven Villani | -0/+93 |
| 2023-03-16 | TB: Tree structure | Neven Villani | -0/+215 |