| Age | Commit message (Expand) | Author | Lines |
| 2023-03-19 | Only clear locals that are known to be written to. | Camille GILLOT | -16/+53 |
| 2023-03-19 | Auto merge of #14378 - lowr:patch/bump-chalk-0.89, r=lnicola | bors | -12/+44 |
| 2023-03-19 | Add regression test | Ryo Yoshida | -0/+32 |
| 2023-03-19 | Bump chalk to 0.89 | Ryo Yoshida | -12/+12 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -20/+61 |
| 2023-03-19 | refactor: refactor identifier parsing somewhat | Ezra Shaw | -23/+31 |
| 2023-03-19 | Delay overlap errors if errors are involved | Michael Goulet | -8/+15 |
| 2023-03-19 | Constrain const vars to error if const types are mismatched | Michael Goulet | -8/+39 |
| 2023-03-19 | Improve collect_into documentation | fren_gor | -4/+4 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -56/+71 |
| 2023-03-18 | Auto merge of #109326 - nikic:revert-llvm-16, r=the8472 | bors | -4/+4 |
| 2023-03-18 | Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper" | Nikita Popov | -4/+4 |
| 2023-03-18 | Implement FixedSizeEncoding for UnusedGenericParams. | Camille GILLOT | -14/+43 |
| 2023-03-18 | Always enable MIR inlining when building std | Ben Kimock | -0/+6 |
| 2023-03-18 | Enable inlining of diverging functions | Ben Kimock | -7/+557 |
| 2023-03-18 | Remove duplicate switch targets | Ben Kimock | -1/+63 |
| 2023-03-18 | Remove duplicate unreachable blocks | Ben Kimock | -75/+148 |
| 2023-03-18 | Auto merge of #107224 - nikic:llvm-16, r=cuviper | bors | -8/+9 |
| 2023-03-18 | Add test for `c_variadic` in rustdoc-json | Alona Enraght-Moony | -0/+9 |
| 2023-03-18 | Update links for custom discriminants. | Eric Huss | -5/+4 |
| 2023-03-18 | refactor `fn bootstrap::builder::Builder::compiler_for` | ozkanonur | -8/+9 |
| 2023-03-18 | Auto merge of #10456 - samueltardieu:issue-10450, r=Manishearth | bors | -4/+75 |
| 2023-03-18 | Auto merge of #108802 - nikic:bolt-update, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -5/+37 |
| 2023-03-18 | Auto merge of #109303 - matthiaskrgr:rollup-usj4ef5, r=matthiaskrgr | bors | -313/+760 |
| 2023-03-18 | Rollup merge of #109288 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -20/+15 |
| 2023-03-18 | Rollup merge of #109287 - scottmcm:hash-slice-size-of-val, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-03-18 | Rollup merge of #109283 - notriddle:notriddle/visibility-to-src-with-space, r... | Matthias Krüger | -7/+7 |
| 2023-03-18 | Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errors | Matthias Krüger | -1/+27 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -41/+19 |
| 2023-03-18 | Rollup merge of #109193 - spastorino:new-rpitit-11, r=compiler-errors | Matthias Krüger | -20/+339 |
| 2023-03-18 | Rollup merge of #108772 - jyn514:faster-tidy, r=the8472 | Matthias Krüger | -187/+225 |
| 2023-03-18 | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | -35/+126 |
| 2023-03-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im... | onestacked | -24/+70 |
| 2023-03-18 | Auto merge of #108815 - the8472:process-obligations-fast-skip, r=nnethercote | bors | -6/+79 |
| 2023-03-18 | Auto merge of #13789 - feniljain:fix_enum_completion, r=Veykril | bors | -13/+147 |
| 2023-03-18 | refactor: pass is_variant_missing as args to build_completion | feniljain | -21/+15 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -72/+152 |
| 2023-03-18 | fix: make tests valid rust code | feniljain | -4/+7 |
| 2023-03-18 | address review comments | Joshua Nelson | -24/+52 |
| 2023-03-18 | Let tidy use more threads | Joshua Nelson | -1/+5 |
| 2023-03-18 | Use a single WalkBuilder for multiple paths | Joshua Nelson | -42/+43 |
| 2023-03-18 | Make `ui_tests` non-quadratic | Joshua Nelson | -34/+30 |
| 2023-03-18 | Speed up file walking in tidy | Joshua Nelson | -83/+80 |
| 2023-03-18 | Use named threads in tidy | Joshua Nelson | -4/+16 |
| 2023-03-17 | review | Gus Caplan | -3/+3 |
| 2023-03-17 | move default backtrace setting to sys | Gus Caplan | -3/+10 |
| 2023-03-18 | Stabilise `unix_socket_abstract` | John Millikin | -20/+15 |
| 2023-03-18 | fix: don't suggest similar method when unstable | Ezra Shaw | -0/+56 |
| 2023-03-18 | Auto merge of #109284 - matthiaskrgr:rollup-aaublsx, r=matthiaskrgr | bors | -65/+252 |