summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-20Auto merge of #93121 - pietroalbini:pa-1.58.1-really, r=pietroalbini 1.58.1bors-1/+1
2022-01-20bump version numberPietro Albini-1/+1
2022-01-20Auto merge of #93110 - pietroalbini:pa-cve-2022-21658-stable, r=pietroalbinibors-94/+948
2022-01-20Better fix for FuchsiaHans Kratz-9/+2
2022-01-20name_cstr() is not needed for Redox.Hans Kratz-6/+1
2022-01-20Fuchsia apparently does not have DT_UNKNOWN.Hans Kratz-1/+10
2022-01-20backport missed illumos fixHans Kratz-17/+26
2022-01-20Update release notes to include CVE-2022-21658Pietro Albini-0/+2
2022-01-20Update std::fs::remove_dir_all documentationPietro Albini-4/+8
2022-01-20Fix CVE-2022-21658 for WASIAlex Crichton-8/+63
2022-01-20Fix CVE-2022-21658 for UNIX-likeHans Kratz-12/+342
2022-01-20Fix CVE-2022-21658 for WindowsChris Denton-27/+419
2022-01-19bump cargo to fix spurious failurePietro Albini-0/+0
2022-01-19add release notes for 1.58.1Pietro Albini-0/+13
2022-01-19Handle implicit named arguments in `useless_format`Jason Newcomb-3/+42
2022-01-19Move `non_send_fields_in_send_ty` back to `nursery`Yechan Bae-3/+2
2022-01-19Only check for errors in predicate when skipping impl assemblyAaron Hill-32/+28
2022-01-19fix(rustfmt): resolve generated file formatting issueCaleb Cartwright-5/+23
2022-01-11Auto merge of #92723 - pietroalbini:1.58.0, r=pietroalbini 1.58.0bors-1/+291
2022-01-10bump to stable channelPietro Albini-1/+1
2022-01-10backport release notesPietro Albini-0/+290
2022-01-08Auto merge of #92592 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-164/+358
2022-01-07Fix testsChris Denton-3/+11
2022-01-07Quote bat script command lineChris Denton-0/+35
2022-01-05Remove portable_simdMark Rousskov-131/+0
2022-01-05Combine drain_filter callsAaron Hill-4/+4
2022-01-05Use SsoHashSetAaron Hill-2/+2
2022-01-05Deduplicate projection sub-obligationsAaron Hill-0/+6
2022-01-05Add test with `#[rustc_evaluate_where_clauses]`Wesley Wiser-1/+152
2022-01-05Add test for evaluate_obligation: Ok(EvaluatedToOkModuloRegions) ICEWesley Wiser-0/+117
2022-01-05Disable LLVM newPM by defaultSimonas Kazlauskas-8/+4
2022-01-05Make rustdoc headings black, and markdown blueJacob Hoffman-Andrews-7/+16
2022-01-05Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set."Hans Kratz-15/+0
2022-01-05Fix HashStable implementation on InferTyMichael Goulet-0/+18
2021-12-04Auto merge of #91456 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-340/+283
2021-12-02Bump bootstrap to released stable compilerMark Rousskov-340/+283
2021-11-29Auto merge of #91362 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-47/+53
2021-11-29Don't treat unnormalized function arguments as well-formedjackh726-46/+52
2021-11-29Bump channel to betaMark Rousskov-1/+1
2021-11-27Auto merge of #91269 - matthiaskrgr:rollup-jh8i8eh, r=matthiaskrgrbors-148/+200
2021-11-26Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomezMatthias Krüger-74/+68
2021-11-26Rollup merge of #91252 - jyn514:relative-dir, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-11-26Rollup merge of #91248 - alessandrod:compiler-builtins-bump-bpf, r=Mark-Simul...Matthias Krüger-3/+3
2021-11-26Rollup merge of #91240 - dtolnay:utf8width, r=Mark-SimulacrumMatthias Krüger-16/+17
2021-11-26Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jshaMatthias Krüger-5/+53
2021-11-26Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514Matthias Krüger-43/+43
2021-11-26Rollup merge of #90611 - fee1-dead:rustdoc-ice-fix, r=jyn514,willcrichtonMatthias Krüger-6/+15
2021-11-26Auto merge of #91246 - nnethercote:faster-layout-array, r=dtolnaybors-4/+98
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-74/+68
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-38/+37