about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-06-21Rollup merge of #112886 - clubby789:revert-user-dist, r=albertlarsan68Guillaume Gomez-7/+7
2023-06-21Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obkGuillaume Gomez-4/+17
2023-06-21Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not...Guillaume Gomez-18/+57
2023-06-21Correctly handle Weak type aliases in rustdocGuillaume Gomez-4/+17
2023-06-21Revert 'Rename profile=user to profile=dist'clubby789-7/+7
2023-06-21Remove outdated import in r-a proc macro server.Mara Bos-4/+1
2023-06-21change edition to 2021, fix clippy warnsklensy-11/+11
2023-06-21rust-installer: drop clap v3, migrate to v4klensy-36/+36
2023-06-21Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstriebbors-57/+61
2023-06-21Rollup merge of #112790 - WaffleLapkin:syntactically, r=NilstriebNilstrieb-0/+3
2023-06-21Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnrNilstrieb-57/+58
2023-06-21Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieubors-28/+8
2023-06-20Delete use of proc_macro_span_shrink from proc-macro2David Tolnay-12/+12
2023-06-20Add `Span::{line, column}`Jacob Pratt-0/+10
2023-06-20`Span::{before, after}` → `Span::{start, end}`Jacob Pratt-2/+2
2023-06-20Remove `LineColumn`, `Span::start`, `Span::end`Jacob Pratt-8/+0
2023-06-20Update cargoWeihang Lo-3/+0
2023-06-20Fix invalid creation of files in rustdocGuillaume Gomez-9/+44
2023-06-20add support for needs-dynamic-linkingPietro Albini-0/+5
2023-06-20avoid dynamic linking on targets that do not support dynamic linkingPietro Albini-1/+3
2023-06-20merge target spec and --print=cfg for compiletest target infoPietro Albini-64/+24
2023-06-20Auto merge of #2520 - saethlin:mmap-shim, r=RalfJungbors-12/+521
2023-06-20Improve organizationBen Kimock-83/+90
2023-06-20Make munmap throw unsup errors instead of trying to workBen Kimock-64/+68
2023-06-20mmap/munmap/mremamp shimsBen Kimock-12/+510
2023-06-20wrap `else {` for long, single-lined initializer expressionsYacin Tmimi-2/+4
2023-06-20Prevent single-line `let-else` if it would exceed `max_width`Yacin Tmimi-7/+27
2023-06-20Implement wrapping rules to force `else` on a newline in `let-else`Yacin Tmimi-1/+50
2023-06-20Implement `let-else` rewriting in terms of rewrite_let_else_blockYacin Tmimi-2/+19
2023-06-20Allow callers to determine if blocks can be formatted on a single lineYacin Tmimi-1/+12
2023-06-20Initial pass at implementing let-elseYacin Tmimi-5/+15
2023-06-20Extract logic for rewriting `else` keyword into functionYacin Tmimi-34/+46
2023-06-20Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-c...Guillaume Gomez-1/+7
2023-06-20Add `Item::def_id` helperGuillaume Gomez-9/+13
2023-06-20Auto merge of #112821 - calebcartwright:rustfmt-sync, r=calebcartwrightbors-366/+1622
2023-06-19Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-syncCaleb Cartwright-366/+1622
2023-06-20doc: loongarch: Update maintainersWANG Rui-1/+1
2023-06-19chore: address merge and bump toolchainCaleb Cartwright-1/+1
2023-06-19Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-06-19Caleb Cartwright-92/+328
2023-06-19Handling of numbered markdown lists.Lukasz Anforowicz-21/+153
2023-06-19Rollup merge of #112799 - GuillaumeGomez:clean-up-doc-hidden-check, r=notriddleMichael Goulet-10/+17
2023-06-19Rollup merge of #112787 - oli-obk:gha_tinder_for_problems, r=jyn514Michael Goulet-0/+40
2023-06-19Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-SimulacrumMichael Goulet-43/+53
2023-06-19Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naberMichael Goulet-1/+1
2023-06-20Update LLVM submoduleAmanieu d'Antras-0/+0
2023-06-19rustdoc: js: change color and reduce size of typename in search resultAlexis (Poliorcetics) Bourget-1/+7
2023-06-19Rollup merge of #112780 - compiler-errors:tait-is-ambig, r=lcnrMatthias Krüger-14/+25
2023-06-19update some dependenciesKaDiWa-14/+15
2023-06-19Add gha problem matcherOli Scherer-0/+40
2023-06-19Adjust enum variant spans to exclude any explicit discriminantYacin Tmimi-3/+22