| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | Auto merge of #93121 - pietroalbini:pa-1.58.1-really, r=pietroalbini 1.58.1 | bors | -1/+1 |
| 2022-01-20 | bump version number | Pietro Albini | -1/+1 |
| 2022-01-20 | Auto merge of #93110 - pietroalbini:pa-cve-2022-21658-stable, r=pietroalbini | bors | -94/+948 |
| 2022-01-20 | Better fix for Fuchsia | Hans Kratz | -9/+2 |
| 2022-01-20 | name_cstr() is not needed for Redox. | Hans Kratz | -6/+1 |
| 2022-01-20 | Fuchsia apparently does not have DT_UNKNOWN. | Hans Kratz | -1/+10 |
| 2022-01-20 | backport missed illumos fix | Hans Kratz | -17/+26 |
| 2022-01-20 | Update release notes to include CVE-2022-21658 | Pietro Albini | -0/+2 |
| 2022-01-20 | Update std::fs::remove_dir_all documentation | Pietro Albini | -4/+8 |
| 2022-01-20 | Fix CVE-2022-21658 for WASI | Alex Crichton | -8/+63 |
| 2022-01-20 | Fix CVE-2022-21658 for UNIX-like | Hans Kratz | -12/+342 |
| 2022-01-20 | Fix CVE-2022-21658 for Windows | Chris Denton | -27/+419 |
| 2022-01-19 | bump cargo to fix spurious failure | Pietro Albini | -0/+0 |
| 2022-01-19 | add release notes for 1.58.1 | Pietro Albini | -0/+13 |
| 2022-01-19 | Handle implicit named arguments in `useless_format` | Jason Newcomb | -3/+42 |
| 2022-01-19 | Move `non_send_fields_in_send_ty` back to `nursery` | Yechan Bae | -3/+2 |
| 2022-01-19 | Only check for errors in predicate when skipping impl assembly | Aaron Hill | -32/+28 |
| 2022-01-19 | fix(rustfmt): resolve generated file formatting issue | Caleb Cartwright | -5/+23 |
| 2022-01-11 | Auto merge of #92723 - pietroalbini:1.58.0, r=pietroalbini 1.58.0 | bors | -1/+291 |
| 2022-01-10 | bump to stable channel | Pietro Albini | -1/+1 |
| 2022-01-10 | backport release notes | Pietro Albini | -0/+290 |
| 2022-01-08 | Auto merge of #92592 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -164/+358 |
| 2022-01-07 | Fix tests | Chris Denton | -3/+11 |
| 2022-01-07 | Quote bat script command line | Chris Denton | -0/+35 |
| 2022-01-05 | Remove portable_simd | Mark Rousskov | -131/+0 |
| 2022-01-05 | Combine drain_filter calls | Aaron Hill | -4/+4 |
| 2022-01-05 | Use SsoHashSet | Aaron Hill | -2/+2 |
| 2022-01-05 | Deduplicate projection sub-obligations | Aaron Hill | -0/+6 |
| 2022-01-05 | Add test with `#[rustc_evaluate_where_clauses]` | Wesley Wiser | -1/+152 |
| 2022-01-05 | Add test for evaluate_obligation: Ok(EvaluatedToOkModuloRegions) ICE | Wesley Wiser | -0/+117 |
| 2022-01-05 | Disable LLVM newPM by default | Simonas Kazlauskas | -8/+4 |
| 2022-01-05 | Make rustdoc headings black, and markdown blue | Jacob Hoffman-Andrews | -7/+16 |
| 2022-01-05 | Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set." | Hans Kratz | -15/+0 |
| 2022-01-05 | Fix HashStable implementation on InferTy | Michael Goulet | -0/+18 |
| 2021-12-04 | Auto merge of #91456 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -340/+283 |
| 2021-12-02 | Bump bootstrap to released stable compiler | Mark Rousskov | -340/+283 |
| 2021-11-29 | Auto merge of #91362 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -47/+53 |
| 2021-11-29 | Don't treat unnormalized function arguments as well-formed | jackh726 | -46/+52 |
| 2021-11-29 | Bump channel to beta | Mark Rousskov | -1/+1 |
| 2021-11-27 | Auto merge of #91269 - matthiaskrgr:rollup-jh8i8eh, r=matthiaskrgr | bors | -148/+200 |
| 2021-11-26 | Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomez | Matthias Krüger | -74/+68 |
| 2021-11-26 | Rollup merge of #91252 - jyn514:relative-dir, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-11-26 | Rollup merge of #91248 - alessandrod:compiler-builtins-bump-bpf, r=Mark-Simul... | Matthias Krüger | -3/+3 |
| 2021-11-26 | Rollup merge of #91240 - dtolnay:utf8width, r=Mark-Simulacrum | Matthias Krüger | -16/+17 |
| 2021-11-26 | Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -5/+53 |
| 2021-11-26 | Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514 | Matthias Krüger | -43/+43 |
| 2021-11-26 | Rollup merge of #90611 - fee1-dead:rustdoc-ice-fix, r=jyn514,willcrichton | Matthias Krüger | -6/+15 |
| 2021-11-26 | Auto merge of #91246 - nnethercote:faster-layout-array, r=dtolnay | bors | -4/+98 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -74/+68 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -38/+37 |