summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-05-15Auto merge of #125032 - compiler-errors:crash-dump-dir, r=onur-ozkanbors-8/+14
2024-05-15Bump Swatinem/rust-cacheLukas Wirth-2/+2
2024-05-15Use Swatinem/rust-cache for metrics CILukas Wirth-29/+12
2024-05-14rustdoc: Negative impls are not notableMichael Goulet-0/+8
2024-05-15delegation: Implement list delegationVadim Petrochenkov-3/+3
2024-05-14Port issue-11908 to rmakeOneirical-13/+49
2024-05-14improve maybe_consume_incorrect_semicolonardi-2/+2
2024-05-14port no-cdylib-as-rdylib testOneirical-1/+0
2024-05-14rewrite c-link-to-rust-staticlibOneirical-1/+0
2024-05-14Auto merge of #17232 - Veykril:build-scripts-keep-going, r=Veykrilbors-9/+16
2024-05-14fix: Don't emit --keep-going for custom build script commandsLukas Wirth-9/+16
2024-05-14feat(tools/opt-dist): allow local builds to specify a rustc-perf checkoutBernardo Meurer Costa-0/+6
2024-05-14Auto merge of #125120 - compiler-errors:rollup-mnjybwv, r=compiler-errorsbors-1/+46
2024-05-14Auto merge of #17216 - Young-Flash:mod_with_path, r=Veykrilbors-3/+78
2024-05-14Rollup merge of #125047 - Oneirical:test5, r=jieyouxuMichael Goulet-1/+13
2024-05-14Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=compiler-e...Michael Goulet-0/+33
2024-05-14Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoeristerbors-0/+2
2024-05-14Auto merge of #17227 - Veykril:build-deps-changed-hashes, r=Veykrilbors-97/+94
2024-05-14internal: Sort computed runnablesLukas Wirth-20/+34
2024-05-14Add v0 symbol mangling for `f16` and `f128`Trevor Gross-0/+2
2024-05-14Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstriebbors-0/+42
2024-05-14Hash file contents to verify whether file actually changedLukas Wirth-94/+75
2024-05-14Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykrilbors-27/+15
2024-05-14Track hashes for file contentsLukas Wirth-12/+28
2024-05-14Auto merge of #17224 - Veykril:lock-bump, r=Veykrilbors-143/+169
2024-05-14Expand macro recursively expands both fp-like and attribute macros intertwinedLukas Wirth-27/+15
2024-05-14Bump Cargo.lockLukas Wirth-143/+169
2024-05-14fix typo in x86_64-unknown-linux-none docsFederico Maria Morrone-1/+1
2024-05-14Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxubors-1/+0
2024-05-14Wording improvementJosh Triplett-1/+1
2024-05-14Fix missing wordJosh Triplett-1/+1
2024-05-14style-guide: When breaking binops handle multi-line first operand betterJosh Triplett-0/+33
2024-05-13lto function, static_library call, renameOneirical-4/+3
2024-05-13Rollup merge of #125090 - erickt:bump-fuchsia, r=tmandryJacob Pratt-14/+11
2024-05-13Auto merge of #125076 - compiler-errors:alias-term, r=lcnrbors-18/+36
2024-05-13Apply nitsMichael Goulet-3/+3
2024-05-13Migrate fuchsia docs from `pm` to `ffx`Erick Tryzelaar-14/+11
2024-05-13Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat...Matthias Krüger-1/+14
2024-05-13Use an helper to move the filesLuca Barbato-7/+24
2024-05-13split out AliasTy -> AliasTermMichael Goulet-18/+36
2024-05-13Auto merge of #17221 - Veykril:lazier-validation, r=Veykrilbors-140/+151
2024-05-13`parse_macro_expansion_error` almost never contains values so `Option` itLukas Wirth-8/+14
2024-05-13Push macro-parsing error calculation out of fundamental queriesLukas Wirth-140/+145
2024-05-13Reword formatting for where clausesJosh Triplett-1/+1
2024-05-13style-guide: Also format where clauses on one line for short function declsJosh Triplett-5/+15
2024-05-13style-guide: Not all where clauses can be written as inline boundsJosh Triplett-1/+1
2024-05-13style-guide: Give a second example for associated type formattingJosh Triplett-0/+1
2024-05-13style-guide: Format single associated type `where` clauses on the same lineJosh Triplett-1/+13
2024-05-13Migrate `run-make/rustdoc-target-spec-json-path` to rmakeGuillaume Gomez-1/+0
2024-05-13Add `library_search_path` to `Rustdoc`Guillaume Gomez-0/+8