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