| Age | Commit message (Expand) | Author | Lines |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -4/+6 |
| 2022-02-17 | Rollup merge of #94064 - nikic:update-musl-image, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-02-17 | Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c... | Matthias Krüger | -27/+37 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -43/+70 |
| 2022-02-17 | Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=... | Matthias Krüger | -0/+94 |
| 2022-02-17 | Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r... | Matthias Krüger | -1/+30 |
| 2022-02-17 | Rollup merge of #93693 - rukai:91550, r=davidtwco | Matthias Krüger | -12/+125 |
| 2022-02-17 | Rollup merge of #93479 - smoelius:master, r=yaahc | Matthias Krüger | -6/+3 |
| 2022-02-17 | Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu | bors | -0/+71 |
| 2022-02-16 | Consider mutations as borrows in drop tracking | Eric Holk | -0/+114 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -21/+7 |
| 2022-02-16 | Update dist-x86_64-musl to Ubuntu 20.04 | Nikita Popov | -2/+2 |
| 2022-02-16 | Add cmake directory to llvm source distribution | Nikita Popov | -0/+2 |
| 2022-02-16 | Update coverage IR test | Nikita Popov | -2/+2 |
| 2022-02-16 | Update optimization remark test for LLVM 14 | Nikita Popov | -2/+2 |
| 2022-02-16 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-02-16 | Update rustdoc tests to adapt to changes to the sidebar | Guillaume Gomez | -59/+59 |
| 2022-02-16 | Unify sidebar a bit more by generating a list using <ul> instead of <div> ele... | Guillaume Gomez | -127/+109 |
| 2022-02-16 | Rollup merge of #94054 - lnicola:rust-analyzer-2022-02-16, r=lnicola | Matthias Krüger | -22/+16 |
| 2022-02-16 | Rollup merge of #94045 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-02-16 | Rollup merge of #94037 - tmiasko:verbose, r=Mark-Simulacrum | Matthias Krüger | -8/+23 |
| 2022-02-16 | Rollup merge of #94027 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -0/+72 |
| 2022-02-16 | Rollup merge of #94015 - GuillaumeGomez:check-option, r=notriddle | Matthias Krüger | -1/+14 |
| 2022-02-16 | Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha | Matthias Krüger | -1/+1 |
| 2022-02-16 | rustdoc: resolve intra-doc links when checking HTML | Michael Howell | -2/+120 |
| 2022-02-16 | Do not suggest "is a function" for free variables | Michael Howell | -0/+94 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+71 |
| 2022-02-16 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+16 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -3/+36 |
| 2022-02-16 | add llvm-nm to bootstrap dist bin's | Krasimir Georgiev | -0/+1 |
| 2022-02-16 | Auto merge of #94044 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-02-16 | allow special behavior when printing const infer | lcnr | -4/+4 |
| 2022-02-16 | debuginfo: Support fat pointers to unsized tuples. | Michael Woerister | -0/+23 |
| 2022-02-16 | Add mentions to `Copy` for `union` fields | Daniel Henry-Mantilla | -27/+37 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -1/+106 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -43/+70 |
| 2022-02-15 | Update cargo | Eric Huss | -0/+0 |
| 2022-02-15 | Update books | Eric Huss | -0/+0 |
| 2022-02-15 | fix assumption that ScalarPair Box is always a fat pointer | DrMeepster | -0/+6 |
| 2022-02-16 | Make implementation generic | Lucas Kent | -16/+16 |
| 2022-02-16 | Suggest deriving required supertraits | Lucas Kent | -0/+113 |
| 2022-02-16 | Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk | bors | -43/+6 |
| 2022-02-15 | Use cargo-fmt in self_tests | Cameron Steffen | -34/+12 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -8/+23 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -0/+72 |
| 2022-02-15 | Add context to get_toml_path() error (#5207) | Travis Finkenauer | -2/+4 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -11/+2 |
| 2022-02-15 | Auto merge of #93439 - abrown:cf-protection, r=nagisa | bors | -0/+78 |
| 2022-02-15 | Add documentation for rustdoc --check option | Guillaume Gomez | -0/+11 |