about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-14Update build instructions for OpenHarmonyAmanieu d'Antras-24/+27
2024-03-14Move generate_stacktrace_from_stack away from InterpCx to avoid having to kno...Oli Scherer-1/+1
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-51/+42
2024-03-14Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`Guillaume Gomez-46/+46
2024-03-14Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`Guillaume Gomez-5/+5
2024-03-14print ghostsManish Goregaokar-0/+6
2024-03-14Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=AmanieuMatthias Krüger-1/+1
2024-03-14Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume...Matthias Krüger-134/+264
2024-03-14Auto merge of #3380 - RalfJung:cron, r=RalfJungbors-2/+2
2024-03-14Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obkbors-3/+2
2024-03-14Add comments explaining tier 1 PR checksChris Denton-1/+3
2024-03-14Check all tier 1 targets in PR CIChris Denton-0/+2
2024-03-14make cron job topic names more consistentRalf Jung-2/+2
2024-03-14coverage: `-Zcoverage-options=branch` is no longer a placeholderZalathar-2/+2
2024-03-14fmtThe Miri Cronjob Bot-1/+6
2024-03-14Merge from rustcThe Miri Cronjob Bot-229/+445
2024-03-14Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-13Improve sysroots notificationBen Kimock-6/+22
2024-03-14update virtual clock in miri test since signed loops now execute more methodsThe 8472-1/+1
2024-03-14ensure std for cross-targetsonur-ozkan-2/+6
2024-03-13Rollup merge of #122422 - Enselic:only-unix, r=oli-obkMatthias Krüger-0/+3
2024-03-13Add compare-output-lines-by-subset to compiletest KNOWN_DIRECTIVE_NAMESMads Marquart-0/+1
2024-03-13Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obkbors-63/+210
2024-03-13Rollup merge of #122410 - rjeli:rustdoc-no-local-font-preload, r=notriddleMatthias Krüger-0/+2
2024-03-13Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercoteMatthias Krüger-8/+15
2024-03-13compiletest: Allow `only-unix` in test headersMartin Nordholts-0/+3
2024-03-13coverage: Add `-Zcoverage-options` for fine control of coverageZalathar-0/+16
2024-03-13coverage: Remove all unstable values of `-Cinstrument-coverage`Zalathar-9/+0
2024-03-12rustdoc: do not preload fonts when browsing locallyElijah Riggs-0/+2
2024-03-12Auto merge of #3370 - RalfJung:windows-sync, r=RalfJungbors-602/+0
2024-03-12Auto merge of #122394 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-03-12Update cargoWeihang Lo-0/+0
2024-03-12Bump windows-bindgen to 0.55.0Chris Denton-1/+1
2024-03-12Bump windows-bindgen to 0.54.0Chris Denton-1/+1
2024-03-12Rollup merge of #122378 - clubby789:rustbook-rebuild, r=onur-ozkanJubilee-1/+2
2024-03-12Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddleJubilee-1/+0
2024-03-12Rollup merge of #122354 - clubby789:bootstrap-eager-verbose, r=albertlarsan68Jubilee-52/+62
2024-03-12Rollup merge of #122081 - onur-ozkan:validate-path-remaps, r=clubby789Jubilee-1/+14
2024-03-12Rollup merge of #121754 - TimNN:split-target, r=Mark-Simulacrum,onur-ozkanJubilee-11/+43
2024-03-12sess: stabilize relro-levelDavid Wood-0/+20
2024-03-12Properly rebuild rustbooksclubby789-1/+2
2024-03-12chore: remove repetitive wordspavedroad-1/+1
2024-03-12Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercotebors-11/+11
2024-03-12Allow dead_code for unused struct fields that are now causing a warningArthur Carcano-0/+2
2024-03-12fix: allow-one-hash-in-raw-strings option of needless_raw_string_hashes was i...Arthur Carcano-2/+63
2024-03-12prevent notifying the same changes more than onceonur-ozkan-5/+15
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-24/+28
2024-03-12s/mt/mutability/Oli Scherer-3/+3
2024-03-12Add `nested` bool to `DefKind::Static`.Oli Scherer-3/+3
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-11/+11