| Age | Commit message (Expand) | Author | Lines |
| 2022-11-06 | README: Add macos cache deletion command | Martin Kröning | -2/+5 |
| 2022-11-06 | Auto merge of #2653 - RalfJung:stderr, r=RalfJung | bors | -12/+1 |
| 2022-11-06 | remove a stray stderr file | Ralf Jung | -12/+1 |
| 2022-11-06 | Auto merge of #2638 - DrMeepster:windows-condvars, r=RalfJung | bors | -30/+504 |
| 2022-11-05 | fix shared behavior and add tests | DrMeepster | -3/+290 |
| 2022-11-05 | use enum for condvar locks | DrMeepster | -44/+76 |
| 2022-11-05 | impl condvars for windows | DrMeepster | -30/+185 |
| 2022-11-05 | Auto merge of #2650 - RalfJung:rustup, r=RalfJung | bors | -8877/+11801 |
| 2022-11-05 | Merge from rustc | Ralf Jung | -8877/+11801 |
| 2022-11-06 | bootstrap: add support for running Miri on a file | Ralf Jung | -54/+132 |
| 2022-11-05 | Auto merge of #103998 - Dylan-DPC:rollup-2nbmtc9, r=Dylan-DPC | bors | -412/+300 |
| 2022-11-05 | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | -9/+10 |
| 2022-11-05 | Rollup merge of #103994 - clubby789:break-unlabeled, r=TaKO8Ki | Dylan DPC | -30/+37 |
| 2022-11-05 | Rollup merge of #103867 - compiler-errors:no-has-errors, r=cjgillot | Dylan DPC | -19/+20 |
| 2022-11-05 | Rollup merge of #103866 - compiler-errors:fn-ctxt-less-state, r=fee1-dead | Dylan DPC | -27/+15 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -255/+152 |
| 2022-11-05 | Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillot | Dylan DPC | -72/+66 |
| 2022-11-05 | Auto merge of #103992 - weihanglo:update-cargo, r=weihanglo | bors | -20/+71 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -9/+10 |
| 2022-11-05 | Auto merge of #103991 - matthiaskrgr:rollup-tj53nte, r=matthiaskrgr | bors | -295/+284 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -30/+37 |
| 2022-11-04 | Update cargo | Weihang Lo | -20/+71 |
| 2022-11-05 | Rollup merge of #103984 - V0ldek:103974-refactor-mk_const, r=BoxyUwU | Matthias Krüger | -104/+74 |
| 2022-11-05 | Rollup merge of #103980 - notriddle:notriddle/search-results, r=GuillaumeGomez | Matthias Krüger | -32/+19 |
| 2022-11-05 | Rollup merge of #103977 - TimNN:memory-effects, r=nikic | Matthias Krüger | -12/+67 |
| 2022-11-05 | Rollup merge of #103956 - JakobDegen:tidy-bless, r=jyn514 | Matthias Krüger | -7/+11 |
| 2022-11-05 | Rollup merge of #103946 - camsteffen:cleanup-bind-pattern, r=cjgillot | Matthias Krüger | -37/+14 |
| 2022-11-05 | Rollup merge of #103878 - Mark-Simulacrum:fix-stable-ci-download, r=jyn514 | Matthias Krüger | -17/+42 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -86/+57 |
| 2022-11-04 | Auto merge of #103298 - ferrocene:pa-compile-flags-last, r=jyn514 | bors | -39/+80 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -104/+74 |
| 2022-11-04 | rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really needed | Michael Howell | -15/+12 |
| 2022-11-04 | Auto merge of #103978 - matthiaskrgr:rollup-iym9kmg, r=matthiaskrgr | bors | -407/+811 |
| 2022-11-04 | rustdoc: simplify search results CSS and DOM | Michael Howell | -19/+9 |
| 2022-11-04 | LLVM 16: Switch to using MemoryEffects | Tim Neumann | -12/+67 |
| 2022-11-04 | Rollup merge of #103964 - clubby789:lint-enclosing-unsafe, r=compiler-errors | Matthias Krüger | -9/+84 |
| 2022-11-04 | Rollup merge of #103958 - chenyukang:yukang/fix-103951-count-limit, r=jyn514 | Matthias Krüger | -26/+35 |
| 2022-11-04 | Rollup merge of #103937 - BoxyUwU:misc_cleanups, r=compiler-errors | Matthias Krüger | -101/+56 |
| 2022-11-04 | Rollup merge of #103897 - Amanieu:llvm-58384, r=davidtwco | Matthias Krüger | -3/+70 |
| 2022-11-04 | Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -99/+298 |
| 2022-11-04 | Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc | Matthias Krüger | -59/+42 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -99/+215 |
| 2022-11-04 | Rollup merge of #103367 - chbaker0:update-std-getrandom, r=thomcc | Matthias Krüger | -11/+11 |
| 2022-11-04 | Auto merge of #2641 - DrMeepster:init_once_acquire, r=RalfJung | bors | -33/+97 |
| 2022-11-04 | Auto merge of #101703 - nicholasbishop:bishop-add-uefi-ci-2, r=jyn514 | bors | -2/+159 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -255/+152 |
| 2022-11-04 | test tidy should not count untracked paths towards entries limit | yukang | -26/+35 |
| 2022-11-04 | Auto merge of #103962 - matthiaskrgr:rollup-9av8i6k, r=matthiaskrgr | bors | -213/+334 |
| 2022-11-04 | Formatting changes + add UI test | clubby789 | -10/+59 |
| 2022-11-04 | Give a specific lint for unsafety not being inherited | clubby789 | -9/+35 |