| Age | Commit message (Expand) | Author | Lines |
| 2023-02-26 | Rollup merge of #107062 - tgross35:update-doc-index, r=ehuss | Matthias Krüger | -63/+165 |
| 2023-02-25 | Auto merge of #107405 - hermitcore:bsd, r=bjorn3 | bors | -478/+594 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -103/+276 |
| 2023-02-25 | Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errors | bors | -471/+450 |
| 2023-02-25 | Rollup merge of #108434 - obeis:hir-analysis-migrate-diagnostics, r=Nilstrieb | Matthias Krüger | -63/+107 |
| 2023-02-25 | Rollup merge of #108433 - compiler-errors:missing-provider-nit, r=Nilstrieb | Matthias Krüger | -2/+3 |
| 2023-02-25 | Rollup merge of #108412 - GuillaumeGomez:fix-gui-test-navigation-bug, r=notri... | Matthias Krüger | -3/+2 |
| 2023-02-25 | Rollup merge of #108410 - notriddle:notriddle/tag-item-summary, r=GuillaumeGomez | Matthias Krüger | -4/+11 |
| 2023-02-25 | Rollup merge of #108407 - notriddle:notriddle/vec-get-mut, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-02-25 | Rollup merge of #108404 - ozkanonur:108004, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-02-25 | Rollup merge of #108354 - djkoloski:update_fuchsia_test_runner, r=djkoloski | Matthias Krüger | -27/+149 |
| 2023-02-25 | Auto merge of #108233 - ChrisDenton:move-std-tests, r=thomcc | bors | -53/+115 |
| 2023-02-25 | Auto merge of #106430 - tmiasko:rm-dead-unwinds, r=cjgillot | bors | -402/+389 |
| 2023-02-25 | Auto merge of #107638 - zhangyunhao116:pdqsort-rand, r=cuviper | bors | -10/+14 |
| 2023-02-24 | Auto merge of #91742 - cjgillot:force-backtrace, r=estebank | bors | -11/+45 |
| 2023-02-24 | Auto merge of #108421 - Dylan-DPC:rollup-mpeovxd, r=Dylan-DPC | bors | -408/+741 |
| 2023-02-24 | Update `fuchsia-test-runner.py` and docs | David Koloski | -27/+149 |
| 2023-02-24 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -63/+107 |
| 2023-02-24 | Wrap missing provider message correctly | Michael Goulet | -2/+3 |
| 2023-02-24 | doc: cleanup of doc/index.md | Trevor Gross | -63/+165 |
| 2023-02-24 | avoid the usage of libc during the creation of documentation | Stefan Lankes | -9/+7 |
| 2023-02-24 | remove code duplications | Stefan Lankes | -393/+129 |
| 2023-02-24 | move IO traits to std/src/os/hermit | Stefan Lankes | -73/+102 |
| 2023-02-24 | add support of RustyHermit's BSD socket layer | Stefan Lankes | -459/+812 |
| 2023-02-24 | Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler... | Dylan DPC | -340/+340 |
| 2023-02-24 | Rollup merge of #108391 - sunfishcode:sunfishcode/is-terminal-file-length, r=... | Dylan DPC | -19/+21 |
| 2023-02-24 | Rollup merge of #108388 - ohno418:better-suggestion-on-malformed-closure, r=d... | Dylan DPC | -7/+50 |
| 2023-02-24 | Rollup merge of #108377 - clubby789:duplicate-diagnostic-ice, r=compiler-errors | Dylan DPC | -1/+32 |
| 2023-02-24 | Rollup merge of #108370 - fbq:time-doc-fix, r=thomcc | Dylan DPC | -3/+3 |
| 2023-02-24 | Rollup merge of #108287 - compiler-errors:new-solver-bad-cast, r=spastorino | Dylan DPC | -0/+15 |
| 2023-02-24 | Rollup merge of #108169 - Zoxc:query-key-copy, r=cjgillot | Dylan DPC | -17/+18 |
| 2023-02-24 | Rollup merge of #106923 - mejrs:fluent_err, r=davidtwco | Dylan DPC | -6/+59 |
| 2023-02-24 | Rollup merge of #106918 - dtolnay:heapretain, r=the8472 | Dylan DPC | -6/+37 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -9/+166 |
| 2023-02-23 | No need for the wait-for anymore to go around browser navigation bug | Guillaume Gomez | -2/+1 |
| 2023-02-23 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2023-02-23 | rustdoc: avoid including `<li>` tags in item table short desc | Michael Howell | -4/+11 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -8/+8 |
| 2023-02-24 | Add `mk_canonical_var_infos_from_iter`. | Nicholas Nethercote | -23/+28 |
| 2023-02-24 | Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`. | Nicholas Nethercote | -34/+42 |
| 2023-02-24 | Replace a `mk_ty` call with `mk_bound`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -363/+364 |
| 2023-02-24 | Tweak the slice interners. | Nicholas Nethercote | -59/+24 |
| 2023-02-23 | docs: use intra-doc links for `Vec::get(_mut)` | Michael Howell | -2/+2 |
| 2023-02-23 | rustdoc: update UI test for dropping "this" article | Michael Howell | -1/+1 |
| 2023-02-23 | support `x fmt` for sub and outside of rust directories | ozkanonur | -2/+2 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -339/+339 |
| 2023-02-23 | Fix ICE in 'duplicate diagnostic item' diagnostic | clubby789 | -1/+32 |
| 2023-02-23 | Fix `is_terminal`'s handling of long paths on Windows. | Dan Gohman | -19/+21 |
| 2023-02-23 | ./x.py test --bless | Tomasz Miąsko | -6/+4 |