| Age | Commit message (Expand) | Author | Lines |
| 2022-11-02 | Update cargo | Weihang Lo | -0/+0 |
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -3/+37 |
| 2022-11-02 | Rollup merge of #103275 - Manishearth:tinystrup, r=pnkfelix | Dylan DPC | -0/+2 |
| 2022-11-02 | fix ./miri bench | Ralf Jung | -1/+4 |
| 2022-11-01 | Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514 | Manish Goregaokar | -92/+156 |
| 2022-11-01 | Rollup merge of #103072 - cuviper:compiletest-path, r=Mark-Simulacrum | Manish Goregaokar | -33/+37 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+25 |
| 2022-11-01 | :arrow_up: rust-analyzer | Laurențiu Nicola | -404/+824 |
| 2022-10-31 | Detect unused files in `src/test/mir-opt` and error on them in tidy. | Jakob Degen | -92/+156 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -0/+2 |
| 2022-10-31 | bump up recursion limit for miri crate | Ralf Jung | -0/+2 |
| 2022-10-31 | Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk | Dylan DPC | -39/+29 |
| 2022-10-31 | followup for pr 2640 | Rageking8 | -1/+1 |
| 2022-10-30 | add acquire when init once is already complete | DrMeepster | -20/+59 |
| 2022-10-31 | fix dupe word typos | Rageking8 | -2/+2 |
| 2022-10-30 | Remove unnecessary argument to `package` | Joshua Nelson | -8/+3 |
| 2022-10-30 | More build-manifest docs | Joshua Nelson | -3/+2 |
| 2022-10-30 | rustup | Ralf Jung | -2/+2 |
| 2022-10-30 | Merge from rustc | Ralf Jung | -1843/+2501 |
| 2022-10-30 | Auto merge of #103721 - RalfJung:miri, r=RalfJung | bors | -74/+346 |
| 2022-10-29 | compiletest: set the dylib path when gathering target cfg | Josh Stone | -33/+37 |
| 2022-10-29 | Use LanguageItems::require less | Cameron Steffen | -39/+29 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -2/+5 |
| 2022-10-29 | Stacked Borrows: make scalar field retagging the default | Ralf Jung | -42/+76 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -95/+137 |
| 2022-10-29 | Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors | Guillaume Gomez | -115/+115 |
| 2022-10-29 | Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu... | Guillaume Gomez | -36/+15 |
| 2022-10-29 | Auto merge of #2634 - RalfJung:miri-script, r=oli-obk | bors | -111/+146 |
| 2022-10-29 | explain how to go back to rustup-managed Miri | Ralf Jung | -0/+3 |
| 2022-10-29 | merge rustup-toolchain into ./miri | Ralf Jung | -68/+58 |
| 2022-10-29 | teach ./miri how to do Josh syncs | Ralf Jung | -44/+89 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -115/+115 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -32/+32 |
| 2022-10-28 | relative futex and condvar timeouts can work with isolation | Ralf Jung | -7/+100 |
| 2022-10-28 | cleanup some test cfg | Ralf Jung | -13/+11 |
| 2022-10-28 | test most sync primitives on Windows | Ralf Jung | -5/+16 |
| 2022-10-28 | simplify Linux futex impl a bit | Ralf Jung | -22/+7 |
| 2022-10-28 | threadleak_ignored should now pass with preemption (the issue has been fixed ... | Ralf Jung | -2/+1 |
| 2022-10-28 | implement thread parking on Windows | Ralf Jung | -8/+155 |
| 2022-10-28 | Retain ParamEnv constness when running deferred cast checks | Deadbeef | -1/+2 |
| 2022-10-28 | update ignore-windows comments | Ralf Jung | -7/+5 |
| 2022-10-28 | Auto merge of #2626 - RalfJung:pthread_setname_np, r=RalfJung | bors | -4/+19 |
| 2022-10-28 | pthread_setname_np returns an int on macOS | Ralf Jung | -4/+19 |
| 2022-10-28 | Rollup merge of #103645 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2022-10-27 | Move clippy::uninlined_format_args back to pedantic | Philipp Krones | -3/+2 |
| 2022-10-27 | Implement `ptr_mask` intrinsic | Maybe Waffle | -1/+30 |
| 2022-10-27 | Use PkgType for profiles, too | Joshua Nelson | -37/+24 |
| 2022-10-27 | Use PkgType in more places | Joshua Nelson | -47/+27 |
| 2022-10-28 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-27 | Use an exhaustive match in `target_host_combination`. | Joshua Nelson | -37/+49 |