about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-19Rollup merge of #112328 - juliusl:pr/windows-add-change-time, r=ChrisDentonMatthias Krüger-0/+21
2024-07-19Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35bors-281/+1904
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-540/+850
2024-07-19Rollup merge of #127953 - bzEq:aix-compiletest-dylib-suffix, r=jieyouxuTrevor Gross-0/+2
2024-07-19Rollup merge of #127935 - tgross35:binary_asm_labels-x86-only, r=estebank,UrgauTrevor Gross-26/+77
2024-07-19Rollup merge of #127928 - Oneirical:anatesthetic-sleep, r=KobzolTrevor Gross-33/+53
2024-07-19Rollup merge of #127902 - nnethercote:collect_tokens_trailing_token-cleanups,...Trevor Gross-98/+155
2024-07-19Rollup merge of #127891 - estebank:enum-type-sugg, r=estebankTrevor Gross-79/+1508
2024-07-19Rollup merge of #127825 - Oneirical:self-testeem, r=jieyouxuTrevor Gross-36/+73
2024-07-19Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercoteTrevor Gross-9/+36
2024-07-19Update the `binary_asm_label` documentationTrevor Gross-9/+23
2024-07-19Overhaul comments in `collect_tokens_trailing_token`.Nicholas Nethercote-75/+129
2024-07-19Make `Parser::num_bump_calls` 0-indexed.Nicholas Nethercote-6/+11
2024-07-19Move `inner_attr` code downwards.Nicholas Nethercote-10/+10
2024-07-19Remove `final_attrs` local variable.Nicholas Nethercote-4/+2
2024-07-19Simplify `CaptureState::inner_attr_ranges`.Nicholas Nethercote-5/+5
2024-07-19Revert format changeKai Luo-25/+5
2024-07-19AIX uses .a as dylib's suffixKai Luo-5/+27
2024-07-19Auto merge of #127936 - matthiaskrgr:rollup-ci0eg7k, r=tgross35bors-247/+447
2024-07-18Rollup merge of #127929 - estebank:addr_of, r=compiler-errorsMatthias Krüger-91/+74
2024-07-18Rollup merge of #127925 - compiler-errors:tag, r=lcnrMatthias Krüger-62/+34
2024-07-18Rollup merge of #127913 - onur-ozkan:broken-defaults, r=KobzolMatthias Krüger-4/+19
2024-07-18Rollup merge of #127871 - compiler-errors:recursive, r=estebankMatthias Krüger-31/+211
2024-07-18Rollup merge of #127858 - Zalathar:pair-tree, r=NadrierilMatthias Krüger-39/+46
2024-07-18Rollup merge of #127835 - estebank:issue-127823, r=compiler-errorsMatthias Krüger-12/+33
2024-07-18Rollup merge of #127594 - c6c7:fuchsia-status-code-match-arm, r=tmandryMatthias Krüger-7/+16
2024-07-18Rollup merge of #127418 - GuillaumeGomez:wrap-too-long-type-name, r=notriddleMatthias Krüger-1/+14
2024-07-18Update the `binary_asm_label` messageTrevor Gross-8/+21
2024-07-18rewrite link-path-order to rmakeOneirical-22/+35
2024-07-18Change `binary_asm_labels` to only fire on x86 and x86_64Trevor Gross-9/+33
2024-07-18Add test for size of items in the items listGuillaume Gomez-1/+6
2024-07-18Wrap too long item name and improve the item list display a bitGuillaume Gomez-0/+8
2024-07-18Use more accurate span for `addr_of!` suggestionEsteban Küber-91/+74
2024-07-18Remove tag field from relationsMichael Goulet-62/+34
2024-07-18Tweak "field not found" suggestion when giving struct literal for tuple struc...Esteban Küber-37/+53
2024-07-18More accurate suggestions when writing wrong style of enum variant literalEsteban Küber-432/+940
2024-07-18Add svg test for incorrect literal type suggestionEsteban Küber-0/+905
2024-07-18Auto merge of #127924 - matthiaskrgr:rollup-1gn6afv, r=matthiaskrgrbors-47/+393
2024-07-18Fix ICE in suggestion caused by `⩵` being recovered as `==`Esteban Küber-12/+33
2024-07-18rewrite lto-smoke-c to rmakeOneirical-13/+20
2024-07-18Rollup merge of #127919 - Kobzol:fix-git-command, r=onur-ozkanMatthias Krüger-0/+1
2024-07-18Rollup merge of #127908 - fasterthanlime:patch-1, r=jieyouxuMatthias Krüger-6/+9
2024-07-18Rollup merge of #127854 - fmease:glob-import-type_ir_inherent-lint, r=compile...Matthias Krüger-2/+168
2024-07-18Rollup merge of #127748 - scottmcm:option_len, r=joboetMatthias Krüger-8/+51
2024-07-18Rollup merge of #127656 - RalfJung:pub_use_of_private_extern_crate, r=petroch...Matthias Krüger-5/+20
2024-07-18Rollup merge of #124881 - Sp00ph:reentrant_lock_tid, r=joboetMatthias Krüger-26/+144
2024-07-18create `check-default-config-profiles.sh` for `mingw-check`onur-ozkan-2/+14
2024-07-18Update `ReentrantLock` implementation, add `CURRENT_ID` thread local.Markus Everling-26/+144
2024-07-18Allow a git command for getting the current branch in bootstrap to failJakub Beránek-0/+1
2024-07-18Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnrbors-47/+522