| Age | Commit message (Expand) | Author | Lines |
| 2022-10-21 | split libc tests from stdlib tests | Ralf Jung | -120/+176 |
| 2022-10-21 | use is_terminal to implement isatty | Ralf Jung | -30/+41 |
| 2022-10-21 | add always-failing GetFileInformationByHandleEx stub | Ralf Jung | -15/+20 |
| 2022-10-21 | rustup | Ralf Jung | -1/+2 |
| 2022-10-21 | merge rustc history | Ralf Jung | -8099/+17102 |
| 2022-10-20 | Auto merge of #2601 - DrMeepster:windows_init_once, r=RalfJung | bors | -194/+616 |
| 2022-10-21 | slight refactoring | Ralf Jung | -305/+310 |
| 2022-10-20 | change rust version to fix CI | DrMeepster | -1/+1 |
| 2022-10-20 | remove redundant Ok(...?) | DrMeepster | -9/+3 |
| 2022-10-20 | code reuse for sync ids | DrMeepster | -162/+110 |
| 2022-10-20 | use Default derive for InitOnceStatus | DrMeepster | -7/+2 |
| 2022-10-20 | update rust version | DrMeepster | -1/+1 |
| 2022-10-20 | add test for init once | DrMeepster | -0/+144 |
| 2022-10-20 | add windows one time initialization | DrMeepster | -32/+368 |
| 2022-10-20 | Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwco | bors | -2/+1 |
| 2022-10-19 | Magic functions for writing to stdout/stderr. | Cliff L. Biffle | -3/+111 |
| 2022-10-19 | Make miri read_dir test a little more robust | Alex Saveau | -11/+17 |
| 2022-10-19 | Auto merge of #2600 - saethlin:ice, r=RalfJung | bors | -4/+29 |
| 2022-10-19 | Never start the Stack::retain loop at offset 0 so that the left element is al... | Ben Kimock | -4/+29 |
| 2022-10-19 | Auto merge of #2604 - RalfJung:ret-scalar, r=RalfJung | bors | -35/+39 |
| 2022-10-19 | use Scalar return types for Windows shims | Ralf Jung | -35/+39 |
| 2022-10-19 | Add testcase for next_point, fix more trivial issues in find_width_of_charact... | yukang | -2/+1 |
| 2022-10-19 | Auto merge of #2322 - saethlin:stack-inspection-tools, r=oli-obk | bors | -0/+79 |
| 2022-10-19 | Auto merge of #103225 - matthiaskrgr:rollup-1zkv87y, r=matthiaskrgr | bors | -0/+0 |
| 2022-10-18 | Add docs | Ben Kimock | -0/+11 |
| 2022-10-18 | Rollup merge of #103203 - GuillaumeGomez:fix-llvm-runtools-condition, r=Amanieu | Matthias Krüger | -1/+18 |
| 2022-10-18 | Retrieve LLVM version from llvm-filecheck binary if it is not set yet | Guillaume Gomez | -1/+18 |
| 2022-10-18 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-18 | Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc | bors | -0/+8 |
| 2022-10-18 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1631/+3127 |
| 2022-10-17 | Rollup merge of #102962 - flba-eb:remote_test_server_help, r=pietroalbini | Matthias Krüger | -3/+22 |
| 2022-10-16 | Support DirEntry metadata calls in miri | Alex Saveau | -0/+8 |
| 2022-10-16 | fix caching check in CI | Ralf Jung | -2/+2 |
| 2022-10-15 | Replace tags in stdout | Ben Kimock | -5/+7 |
| 2022-10-15 | Auto merge of #103083 - Dylan-DPC:rollup-97cvwdv, r=Dylan-DPC | bors | -0/+0 |
| 2022-10-15 | Rollup merge of #103041 - weihanglo:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -12/+17 |
| 2022-10-14 | Add a test | Ben Kimock | -0/+34 |
| 2022-10-14 | Implement a crude stack printing mechanism | Ben Kimock | -0/+32 |
| 2022-10-14 | Also run alphabetical check in src and library | nils | -6/+6 |
| 2022-10-14 | Auto merge of #2594 - RalfJung:target, r=RalfJung | bors | -22/+26 |
| 2022-10-14 | Rollup merge of #102938 - c410-f3r:here-we-go-again, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-10-14 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-14 | print the target also when running tests on the host | Ralf Jung | -22/+26 |
| 2022-10-14 | CI improvements | Ralf Jung | -3/+39 |
| 2022-10-14 | Remove CastCheckResult since it's unused | Michael Goulet | -12/+17 |
| 2022-10-13 | Move some tests to more reasonable directories | Caio | -2/+2 |
| 2022-10-12 | tidy: error if a lang feature is already present | est31 | -126/+137 |
| 2022-10-12 | rustup | Ralf Jung | -2/+2 |
| 2022-10-12 | merge rustc history | Ralf Jung | -3/+2 |