| Age | Commit message (Expand) | Author | Lines |
| 2021-09-23 | Add test | Esteban Kuber | -0/+14 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -72/+51 |
| 2021-09-22 | Auto merge of #89187 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-09-22 | Update cargo | Eric Huss | -0/+0 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+194 |
| 2021-09-22 | Rollup merge of #89170 - rusticstuff:aarch64_macos_disable_leak_sanitizer, r=... | the8472 | -1/+2 |
| 2021-09-22 | Rollup merge of #89164 - camelid:show-type-layout-docs, r=jyn514 | the8472 | -2/+18 |
| 2021-09-22 | Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoerister | the8472 | -0/+8 |
| 2021-09-22 | Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehuss | the8472 | -7/+5 |
| 2021-09-22 | Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank | the8472 | -1/+1 |
| 2021-09-22 | Fix test | Cameron Steffen | -3/+3 |
| 2021-09-22 | Add tests | Nadrieril | -0/+45 |
| 2021-09-22 | Run no_core rustdoc tests on Linux only. | Hans Kratz | -2/+2 |
| 2021-09-22 | Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomez | bors | -54/+47 |
| 2021-09-22 | PR fixup | Aman Arora | -46/+61 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+417 |
| 2021-09-22 | Disable the leak sanitizer on Macos aarch64 for now. | Hans Kratz | -1/+2 |
| 2021-09-22 | Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakis | bors | -0/+39 |
| 2021-09-21 | rustdoc: Emphasize "completely unstable" | Noah Lev | -1/+1 |
| 2021-09-21 | rustdoc: Note that type layout may differ between compilations | Noah Lev | -1/+1 |
| 2021-09-21 | Fix inconsistent heading level in the rustdoc book | Noah Lev | -1/+1 |
| 2021-09-21 | Document `--show-type-layout` in the rustdoc book | Noah Lev | -0/+16 |
| 2021-09-22 | Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli... | bors | -0/+101 |
| 2021-09-21 | Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472 | bors | -46/+189 |
| 2021-09-21 | Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obk | the8472 | -0/+48 |
| 2021-09-21 | Rollup merge of #89126 - FabianWolff:issue-89088, r=petrochenkov | the8472 | -0/+22 |
| 2021-09-21 | Rollup merge of #89115 - lnicola:rust-analyzer-2021-09-20, r=Mark-Simulacrum | the8472 | -32/+16 |
| 2021-09-21 | Rollup merge of #89096 - daira:improve-ninja-error-message, r=jyn514 | the8472 | -2/+7 |
| 2021-09-21 | Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot | the8472 | -12/+6 |
| 2021-09-21 | Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiser | the8472 | -0/+90 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -41/+70 |
| 2021-09-21 | Auto merge of #88981 - durin42:llvm-14-crc32, r=nagisa | bors | -0/+28 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -69/+48 |
| 2021-09-21 | add case for checking const refs in check_const_value_eq | b-naber | -0/+48 |
| 2021-09-21 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -0/+1 |
| 2021-09-21 | Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats... | bors | -25/+6 |
| 2021-09-21 | Handle type params in insig dtors | Aman Arora | -17/+45 |
| 2021-09-21 | Update tests | Aman Arora | -559/+229 |
| 2021-09-21 | Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkov | bors | -8/+12 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -0/+4 |
| 2021-09-20 | Remove Drop-caused migration-added captures | Mark Rousskov | -5/+1 |
| 2021-09-20 | Adjust tidy edition lint to force 2021 | Noah Lev | -9/+35 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -28/+28 |
| 2021-09-21 | Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp... | bors | -0/+66 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -54/+47 |
| 2021-09-21 | Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0` | Fabian Wolff | -0/+8 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -6/+141 |
| 2021-09-20 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2021-09-21 | Disable visible path calculation for PrettyPrinter in Ok path of compiler | Alik Aslanyan | -15/+16 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -0/+1 |