| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Update doc for std::io::Error::downcast | Jiahao XU | -1/+5 |
| 2024-04-15 | Auto merge of #115717 - jsgf:stablize-json-unused-externs, r=oli-obk | bors | -10/+33 |
| 2024-04-15 | Auto merge of #17070 - Veykril:simplify, r=Veykril | bors | -15/+7 |
| 2024-04-15 | internal: Remove unnecessay `GlobalState::send_hint_refresh_query` field | Lukas Wirth | -15/+7 |
| 2024-04-15 | Fix some typos in doc | mountcount | -3/+3 |
| 2024-04-15 | Auto merge of #3465 - RalfJung:run-dep-error-format, r=RalfJung | bors | -1/+2 |
| 2024-04-15 | disable create_dir_all_bare on all(miri, windows) | Ralf Jung | -0/+1 |
| 2024-04-15 | Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikic | bors | -4/+46 |
| 2024-04-15 | fix error display for './miri run --dep' | Ralf Jung | -1/+2 |
| 2024-04-15 | libtest: also measure time in Miri | Ralf Jung | -5/+3 |
| 2024-04-15 | Auto merge of #3464 - RalfJung:windows-err, r=RalfJung | bors | -19/+79 |
| 2024-04-15 | Windows: add basic support for FormatMessageW | Ralf Jung | -19/+79 |
| 2024-04-15 | Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obk | bors | -7/+3362 |
| 2024-04-15 | Auto merge of #17069 - lnicola:fix-skip-array-dispatch, r=lnicola | bors | -1/+1 |
| 2024-04-15 | Fix rustc_skip_array_during_method_dispatch edition check | Laurențiu Nicola | -1/+1 |
| 2024-04-14 | Fix UB in LLVM FFI when passing zero or >1 bundle | Mark Rousskov | -6/+29 |
| 2024-04-15 | Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubilee | bors | -8/+5 |
| 2024-04-15 | Provide prebuilt std for gnullvm targets | Mateusz Mikuła | -15/+46 |
| 2024-04-15 | Auto merge of #123828 - cuviper:cargo-aarch64-gnu, r=Mark-Simulacrum | bors | -1/+3 |
| 2024-04-14 | crashes: limit a couple tests to only run on x86_64 and/or not on windows | Matthias Krüger | -10/+6 |
| 2024-04-14 | Auto merge of #123945 - GuillaumeGomez:rollup-14x3enh, r=GuillaumeGomez | bors | -52/+124 |
| 2024-04-14 | Rollup merge of #123915 - shenawy29:patch-1, r=Nilstrieb | Guillaume Gomez | -6/+6 |
| 2024-04-14 | Rollup merge of #123905 - notriddle:notriddle/redundant-explicit-link-hunks, ... | Guillaume Gomez | -11/+22 |
| 2024-04-14 | Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorino | Guillaume Gomez | -6/+55 |
| 2024-04-14 | Rollup merge of #123373 - onur-ozkan:skip-codegen, r=Mark-Simulacrum | Guillaume Gomez | -0/+10 |
| 2024-04-14 | Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip... | Guillaume Gomez | -29/+31 |
| 2024-04-14 | Add documentation for unused-externs(-silent) | Jeremy Fitzhardinge | -0/+30 |
| 2024-04-14 | Stabilize --json unused-externs(-silent) | Jeremy Fitzhardinge | -10/+3 |
| 2024-04-14 | Auto merge of #12094 - yuxqiu:search_is_some, r=xFrednet,ARandomDev99 | bors | -8/+204 |
| 2024-04-15 | Improve semantics of int_ty_max functions | ninad | -34/+26 |
| 2024-04-14 | Auto merge of #123719 - RalfJung:compiler_builtins, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-04-14 | Miri: run .CRT$XLB linker section on thread-end | Ralf Jung | -208/+180 |
| 2024-04-14 | Fix ENV quotes in aarch64-gnu/Dockerfile | Josh Stone | -1/+1 |
| 2024-04-14 | Run static initializers | bjorn3 | -15/+102 |
| 2024-04-14 | move the LargeAssignments lint logic into its own file | Ralf Jung | -140/+161 |
| 2024-04-14 | Add more test cases | ninad | -4/+26 |
| 2024-04-14 | Make `depth_first_search` into a standalone function | Maybe Waffle | -17/+21 |
| 2024-04-14 | Document `ControlFlowGraph` | Maybe Waffle | -4/+2 |
| 2024-04-14 | Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode` | Maybe Waffle | -21/+21 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -133/+78 |
| 2024-04-14 | Merge `WithNumNodes` into DirectedGraph | Maybe Waffle | -52/+33 |
| 2024-04-14 | Don't leak unnameable types in -> _ recover | Michael Goulet | -17/+37 |
| 2024-04-14 | `statx` probe: `ENOSYS` might come from a faulty FUSE driver | Tobias Bucher | -8/+5 |
| 2024-04-14 | Fix formatting | ninad | -1/+3 |
| 2024-04-14 | Don't inline integer literals when out of range | ninad | -77/+171 |
| 2024-04-14 | Auto merge of #17065 - Veykril:edition-parse-mac, r=Veykril | bors | -145/+187 |
| 2024-04-14 | internal: Thread edition through to parsing/tt-to-syntax-tree routines for ma... | Lukas Wirth | -145/+187 |
| 2024-04-14 | Fix 1-tuple value suggestion | Michael Goulet | -7/+6 |
| 2024-04-14 | Suggest value on bare return | Michael Goulet | -0/+42 |
| 2024-04-14 | Fix value suggestion for array in generic context | Michael Goulet | -5/+30 |