| Age | Commit message (Expand) | Author | Lines |
| 2021-09-21 | Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytm | the8472 | -12/+6 |
| 2021-09-21 | Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot | the8472 | -12/+6 |
| 2021-09-21 | Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot | the8472 | -22/+15 |
| 2021-09-21 | Rollup merge of #89015 - klensy:escape-def, r=Mark-Simulacrum | the8472 | -4/+6 |
| 2021-09-21 | Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiser | the8472 | -14/+137 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -152/+185 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -0/+0 |
| 2021-09-21 | Demote float_cmp to pedantic | Jubilee Young | -3/+2 |
| 2021-09-21 | Auto merge of #7694 - Jarcho:lintcheck_retry, r=matthiaskrgr | bors | -1/+19 |
| 2021-09-21 | Auto merge of #88981 - durin42:llvm-14-crc32, r=nagisa | bors | -34/+83 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -20/+15 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -100/+108 |
| 2021-09-21 | add case for checking const refs in check_const_value_eq | b-naber | -0/+57 |
| 2021-09-21 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -6/+43 |
| 2021-09-21 | Re-export FromSecsError from `std` | mbartlett21 | -0/+3 |
| 2021-09-21 | Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats... | bors | -76/+78 |
| 2021-09-21 | Update stdarch submodule | Hans Kratz | -0/+0 |
| 2021-09-21 | Handle type params in insig dtors | Aman Arora | -27/+61 |
| 2021-09-21 | Fix match for placeholder region | Ankit Chandawala | -1/+4 |
| 2021-09-21 | Update tests | Aman Arora | -559/+229 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+9 |
| 2021-09-21 | 2229: Early exit when we see an insigificant drop | Aman Arora | -9/+33 |
| 2021-09-21 | Impl `Error` for `FromSecsError` without foreign type | mbartlett21 | -1/+2 |
| 2021-09-21 | Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkov | bors | -258/+163 |
| 2021-09-21 | `crates` is already deterministic | lcnr | -43/+29 |
| 2021-09-21 | use indexmap instead of hashmap | lcnr | -71/+10 |
| 2021-09-21 | rename | lcnr | -8/+8 |
| 2021-09-21 | Fix link in Ipv6Addr::to_ipv4 docs | Artyom Pavlov | -1/+1 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -28/+35 |
| 2021-09-20 | Remove Drop-caused migration-added captures | Mark Rousskov | -4/+1 |
| 2021-09-20 | Remove Drop-caused migration-added captures | Mark Rousskov | -30/+18 |
| 2021-09-20 | Drop migration lint for Send/Sync bound in LTO backend | Mark Rousskov | -5/+2 |
| 2021-09-20 | Adjust tidy edition lint to force 2021 | Noah Lev | -9/+35 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -87/+87 |
| 2021-09-21 | Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp... | bors | -4/+120 |
| 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 | -1/+14 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -23/+201 |
| 2021-09-20 | Register lint rename | F3real | -0/+1 |
| 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 | -29/+54 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -6/+43 |
| 2021-09-20 | Re-enable the `src/test/debuginfo/mutex.rs` test on Windows | Wesley Wiser | -7/+5 |
| 2021-09-20 | Fix ICE when `indirect_structural_match` is allowed | Fabian Wolff | -6/+30 |
| 2021-09-20 | Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiser | bors | -4/+4 |
| 2021-09-20 | Retry on some download errors in lintcheck | Jason Newcomb | -1/+19 |
| 2021-09-20 | Avoid the overflow with rustc+debugassertions in issue-44406 | Oli Scherer | -7/+24 |
| 2021-09-20 | rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14 | Augie Fackler | -34/+83 |
| 2021-09-20 | Add some more tracing | Oli Scherer | -3/+13 |
| 2021-09-20 | Auto merge of #89069 - bjorn3:optimize_sharded_new, r=Mark-Simulacrum | bors | -19/+1 |