about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-15Update doc for std::io::Error::downcastJiahao XU-1/+5
2024-04-15Auto merge of #115717 - jsgf:stablize-json-unused-externs, r=oli-obkbors-10/+33
2024-04-15Auto merge of #17070 - Veykril:simplify, r=Veykrilbors-15/+7
2024-04-15internal: Remove unnecessay `GlobalState::send_hint_refresh_query` fieldLukas Wirth-15/+7
2024-04-15Fix some typos in docmountcount-3/+3
2024-04-15Auto merge of #3465 - RalfJung:run-dep-error-format, r=RalfJungbors-1/+2
2024-04-15disable create_dir_all_bare on all(miri, windows)Ralf Jung-0/+1
2024-04-15Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikicbors-4/+46
2024-04-15fix error display for './miri run --dep'Ralf Jung-1/+2
2024-04-15libtest: also measure time in MiriRalf Jung-5/+3
2024-04-15Auto merge of #3464 - RalfJung:windows-err, r=RalfJungbors-19/+79
2024-04-15Windows: add basic support for FormatMessageWRalf Jung-19/+79
2024-04-15Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obkbors-7/+3362
2024-04-15Auto merge of #17069 - lnicola:fix-skip-array-dispatch, r=lnicolabors-1/+1
2024-04-15Fix rustc_skip_array_during_method_dispatch edition checkLaurențiu Nicola-1/+1
2024-04-14Fix UB in LLVM FFI when passing zero or >1 bundleMark Rousskov-6/+29
2024-04-15Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubileebors-8/+5
2024-04-15Provide prebuilt std for gnullvm targetsMateusz Mikuła-15/+46
2024-04-15Auto merge of #123828 - cuviper:cargo-aarch64-gnu, r=Mark-Simulacrumbors-1/+3
2024-04-14crashes: limit a couple tests to only run on x86_64 and/or not on windowsMatthias Krüger-10/+6
2024-04-14Auto merge of #123945 - GuillaumeGomez:rollup-14x3enh, r=GuillaumeGomezbors-52/+124
2024-04-14Rollup merge of #123915 - shenawy29:patch-1, r=NilstriebGuillaume Gomez-6/+6
2024-04-14Rollup merge of #123905 - notriddle:notriddle/redundant-explicit-link-hunks, ...Guillaume Gomez-11/+22
2024-04-14Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorinoGuillaume Gomez-6/+55
2024-04-14Rollup merge of #123373 - onur-ozkan:skip-codegen, r=Mark-SimulacrumGuillaume Gomez-0/+10
2024-04-14Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip...Guillaume Gomez-29/+31
2024-04-14Add documentation for unused-externs(-silent)Jeremy Fitzhardinge-0/+30
2024-04-14Stabilize --json unused-externs(-silent)Jeremy Fitzhardinge-10/+3
2024-04-14Auto merge of #12094 - yuxqiu:search_is_some, r=xFrednet,ARandomDev99bors-8/+204
2024-04-15Improve semantics of int_ty_max functionsninad-34/+26
2024-04-14Auto merge of #123719 - RalfJung:compiler_builtins, r=Mark-Simulacrumbors-2/+2
2024-04-14Miri: run .CRT$XLB linker section on thread-endRalf Jung-208/+180
2024-04-14Fix ENV quotes in aarch64-gnu/DockerfileJosh Stone-1/+1
2024-04-14Run static initializersbjorn3-15/+102
2024-04-14move the LargeAssignments lint logic into its own fileRalf Jung-140/+161
2024-04-14Add more test casesninad-4/+26
2024-04-14Make `depth_first_search` into a standalone functionMaybe Waffle-17/+21
2024-04-14Document `ControlFlowGraph`Maybe Waffle-4/+2
2024-04-14Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode`Maybe Waffle-21/+21
2024-04-14Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`Maybe Waffle-133/+78
2024-04-14Merge `WithNumNodes` into DirectedGraphMaybe Waffle-52/+33
2024-04-14Don't leak unnameable types in -> _ recoverMichael Goulet-17/+37
2024-04-14`statx` probe: `ENOSYS` might come from a faulty FUSE driverTobias Bucher-8/+5
2024-04-14Fix formattingninad-1/+3
2024-04-14Don't inline integer literals when out of rangeninad-77/+171
2024-04-14Auto merge of #17065 - Veykril:edition-parse-mac, r=Veykrilbors-145/+187
2024-04-14internal: Thread edition through to parsing/tt-to-syntax-tree routines for ma...Lukas Wirth-145/+187
2024-04-14Fix 1-tuple value suggestionMichael Goulet-7/+6
2024-04-14Suggest value on bare returnMichael Goulet-0/+42
2024-04-14Fix value suggestion for array in generic contextMichael Goulet-5/+30