about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-01Make Rust Analyzer tests faster by compiling less codeJakub Beránek-1/+3
2023-07-01test-various: update nodejs to 18.12 (LTS)Jan-Mirko Otter-2/+2
2023-07-01Don't pass --test-args to `python -m unitest`jyn-5/+15
2023-07-01Auto merge of #113225 - calebcartwright:sync-rustfmt, r=calebcartwrightbors-49/+1081
2023-07-01Rollup merge of #113227 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2023-07-01Update cargoWeihang Lo-0/+0
2023-07-01Add tests for RustOptimizehi-rustin-1/+20
2023-07-01Use RustOptimize to set optimizehi-rustin-9/+50
2023-07-01msvc dist extended: rust-analyzer is optionalRémy Rakic-19/+20
2023-07-01msvc dist extended: clippy is optionalRémy Rakic-22/+29
2023-07-01Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmtCaleb Cartwright-40/+198
2023-07-01Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmtCaleb Cartwright-49/+1081
2023-07-01Implement `become` expression formatting in rustfmtMaybe Waffle-0/+2
2023-07-01wrap `else` to next line if `let-else` pattern is multi-linedYacin Tmimi-2/+2
2023-07-01update `else_block_exceeds_width` calculation in `let-else` rewriteYacin Tmimi-1/+2
2023-07-01implement single_line_let_else_max_widthYacin Tmimi-7/+43
2023-07-01Rollup merge of #113206 - chenyukang:yukang-trivial-fix-113135, r=KobzolMatthias Krüger-1/+5
2023-07-01Rollup merge of #113191 - GuillaumeGomez:update-browser-ui-test, r=notriddleMatthias Krüger-1/+1
2023-07-01Rollup merge of #113189 - Zalathar:trim-end, r=ozkanonurMatthias Krüger-1/+1
2023-07-01Rollup merge of #113186 - jyn514:intra-doc-panic, r=petrochenkovMatthias Krüger-0/+4
2023-07-01Rollup merge of #113185 - jyn514:dist-channel, r=ozkanonurMatthias Krüger-0/+3
2023-06-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+6
2023-06-30fix loading target specs in compiletest not working with custom targetsPietro Albini-1/+13
2023-06-30Update browser-ui-test version to 0.16.8Guillaume Gomez-1/+1
2023-06-30compiletest: Only trim the end of process outputZalathar-1/+1
2023-06-30User may want to skip tidy check sometimesyukang-1/+5
2023-06-29document that the panic in collect_intra_doc_links is load-bearingjyn-0/+4
2023-06-29Set `channel = nightly` in dist profilejyn-0/+3
2023-06-30Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgrbors-39/+435
2023-06-30CI: include workflow name in concurrency groupJakub Beránek-1/+1
2023-06-29Auto merge of #113059 - Kobzol:ci-concurrency-fix, r=pietroalbinibors-3/+4
2023-06-29Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiserMatthias Krüger-30/+394
2023-06-29Rollup merge of #112234 - ozkanonur:hotfix, r=jyn514Matthias Krüger-9/+41
2023-06-29CI: do not cancel concurrent builds on the same branchJakub Beránek-3/+4
2023-06-29Auto merge of #113151 - RalfJung:miri, r=RalfJung,oli-obkbors-464/+3204
2023-06-29Use a valid `target` directory in miri ui testsOli Scherer-0/+1
2023-06-29Auto merge of #2947 - oli-obk:gha_mk_pr, r=RalfJungbors-0/+3
2023-06-29refactor `tool_doc!` so that it can accept additional arguments.ozkanonur-9/+41
2023-06-29Checking for a cached value without having a cache is uselessOli Scherer-4/+1
2023-06-29Bashy Mc BashfaceOli Scherer-0/+6
2023-06-29Auto merge of #113134 - TaKO8Ki:rollup-4hvqzf6, r=TaKO8Kibors-14/+36
2023-06-29Merge from rustcRalf Jung-32/+29
2023-06-29Preparing for merge from rustcRalf Jung-1/+1
2023-06-29Rollup merge of #113143 - joshtriplett:style-guide-narrow-dereference-guidanc...Matthias Krüger-1/+2
2023-06-29Rollup merge of #113140 - joshtriplett:style-guide-example-multi-line-attribu...Matthias Krüger-0/+5
2023-06-28style-guide: Document newline rules for assignment operatorsJosh Triplett-2/+3
2023-06-28style-guide: Narrow guidance about references and dereferencingJosh Triplett-1/+2
2023-06-28style-guide: Add an example of formatting a multi-line attributeJosh Triplett-0/+5
2023-06-28syle-guide: Clarify let-else furtherJosh Triplett-2/+24
2023-06-28Auto merge of #2936 - Vanille-N:unique, r=RalfJungbors-39/+524