about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-05-05Implement lldb formattter for "clang encoded" enums (LLDB 18.1+)Vladimir Makayev-2/+60
2024-05-06bootstrap should also render fractional nanoseconds for benchmarksThe 8472-4/+4
2024-05-05Document all Apple targets in rustc's platform supportMads Marquart-177/+371
2024-05-05Auto merge of #3574 - RalfJung:deps, r=RalfJungbors-163/+17
2024-05-05getrandom: test with and without isolationRalf Jung-23/+16
2024-05-05remove rand testRalf Jung-61/+0
2024-05-05reduce tokio featuresRalf Jung-79/+1
2024-05-05Auto merge of #3570 - devnexen:solaris_build_fix, r=RalfJungbors-8/+27
2024-05-05solaris support start.David Carlier-8/+27
2024-05-05fix lifetime bound var index in dyn traitdfireBird-5/+25
2024-05-05Fix bad color for setting cog in ayu themeGuillaume Gomez-0/+5
2024-05-05Auto merge of #124754 - RalfJung:miri-sync, r=RalfJungbors-1622/+1828
2024-05-05unix/fs: a bit of cleanup around host-specific codeRalf Jung-28/+18
2024-05-05tests: update test in assist apply_demorganroife-10/+8
2024-05-05rustdoc: dedup search form HTMLMichael Howell-24/+46
2024-05-05use the repository field to link to the repositoryGábor Szabó-1/+2
2024-05-05Rename `run-make-support` library `output` method to `command_output`Guillaume Gomez-10/+10
2024-05-05Migrate `run-make/doctests-runtool` to rmakeGuillaume Gomez-1/+0
2024-05-05Implement `edition` method on `Rustdoc` type as wellGuillaume Gomez-0/+7
2024-05-05Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwcoGuillaume Gomez-100/+67
2024-05-05Rollup merge of #124668 - 12101111:fix-bootstrap-tarball, r=onur-ozkanGuillaume Gomez-6/+1
2024-05-05Rollup merge of #124148 - notriddle:notriddle/reference, r=GuillaumeGomezGuillaume Gomez-24/+79
2024-05-05Auto merge of #3565 - RalfJung:libc, r=RalfJungbors-451/+418
2024-05-05hello: also ensure stderr worksRalf Jung-0/+2
2024-05-05move randomness tests into a single file and share the getrandom implementati...Ralf Jung-88/+55
2024-05-05move things out of libc-misc that have a better home; make libc-misc work on ...Ralf Jung-364/+362
2024-05-05Auto merge of #3569 - RalfJung:cargo-update, r=RalfJungbors-335/+309
2024-05-05fix: keep parentheses when the precedence of inner expr is lower than the out...roife-36/+40
2024-05-05housekeeping: update dependenciesRalf Jung-335/+309
2024-05-05unix/thread: properly use pthread_t for thread IDsRalf Jung-5/+7
2024-05-05Add `rustfmt` cfg to well known cfgs listUrgau-1/+2
2024-05-05sanity-check the pthread offsets against the static initializersRalf Jung-26/+123
2024-05-05CI: fix auto builds and make sure that we always have at least a single CI jobJakub Beránek-1/+5
2024-05-05Address review commentsJakub Beránek-4/+8
2024-05-05Make the regex more robustJakub Beránek-1/+1
2024-05-05Parse try build CI job name from commit messageJakub Beránek-5/+46
2024-05-05Use sum type for `WorkflowRunType`Jakub Beránek-14/+26
2024-05-05pthread shims: reorganize field offset handlingRalf Jung-191/+134
2024-05-05illumos support.David Carlier-24/+102
2024-05-04make ExitProcess Windows-onlyRalf Jung-8/+8
2024-05-04fix/extend some commentsRalf Jung-1/+2
2024-05-04rustc_pull: explain order of operationsRalf Jung-0/+2
2024-05-04Merge from rustcRalf Jung-223/+183
2024-05-04Preparing for merge from rustcRalf Jung-1/+1
2024-05-04Rollup merge of #124723 - onkoe:issue-124722-fix, r=workingjubileeMatthias Krüger-5/+5
2024-05-04Rollup merge of #124663 - Kobzol:docker-local-download, r=Mark-SimulacrumMatthias Krüger-35/+39
2024-05-04Rollup merge of #124573 - onur-ozkan:update-dep-comment, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-05-04Rollup merge of #124501 - VladimirMakaev:add-lldb-to-config-toml, r=Mark-Simu...Matthias Krüger-3/+13
2024-05-04docs(hermit): Explain Hermit's template linkbarrett-1/+1
2024-05-04only show the 'basic API common for this target' message when this is a missi...Ralf Jung-44/+34