| Age | Commit message (Expand) | Author | Lines |
| 2021-09-25 | Report heap allocation instead of non-const fn for exchange_malloc call | Gary Guo | -0/+5 |
| 2021-09-25 | Use Rvalue::ShallowInitBox for box expression | Gary Guo | -2/+53 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -11/+67 |
| 2021-09-22 | Rollup merge of #89170 - rusticstuff:aarch64_macos_disable_leak_sanitizer, r=... | the8472 | -1/+3 |
| 2021-09-22 | Rollup merge of #89162 - petrochenkov:ivmap, r=davidtwco | the8472 | -24/+28 |
| 2021-09-22 | Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoerister | the8472 | -1/+6 |
| 2021-09-22 | Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank | the8472 | -9/+36 |
| 2021-09-22 | Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisa | the8472 | -10/+20 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -5/+284 |
| 2021-09-22 | Disable the leak sanitizer on Macos aarch64 for now. | Hans Kratz | -1/+3 |
| 2021-09-22 | Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakis | bors | -1/+2 |
| 2021-09-22 | Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli... | bors | -15/+11 |
| 2021-09-22 | rustc_index: Add some map-like APIs to `IndexVec` | Vadim Petrochenkov | -24/+28 |
| 2021-09-21 | Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472 | bors | -35/+83 |
| 2021-09-21 | Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obk | the8472 | -0/+9 |
| 2021-09-21 | Rollup merge of #89142 - nerandell:master, r=jackh726 | the8472 | -1/+4 |
| 2021-09-21 | Rollup merge of #89126 - FabianWolff:issue-89088, r=petrochenkov | the8472 | -6/+8 |
| 2021-09-21 | Rollup merge of #89113 - BoxyUwU:incr-comp-thir-act, r=lcnr | the8472 | -3/+6 |
| 2021-09-21 | Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytm | the8472 | -1/+0 |
| 2021-09-21 | Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot | the8472 | -10/+9 |
| 2021-09-21 | Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiser | the8472 | -14/+47 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -111/+115 |
| 2021-09-21 | Auto merge of #88981 - durin42:llvm-14-crc32, r=nagisa | bors | -34/+55 |
| 2021-09-21 | add case for checking const refs in check_const_value_eq | b-naber | -0/+9 |
| 2021-09-21 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -6/+42 |
| 2021-09-21 | Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats... | bors | -51/+72 |
| 2021-09-21 | Fix match for placeholder region | Ankit Chandawala | -1/+4 |
| 2021-09-21 | Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkov | bors | -250/+151 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -28/+31 |
| 2021-09-20 | Remove Drop-caused migration-added captures | Mark Rousskov | -25/+17 |
| 2021-09-20 | Drop migration lint for Send/Sync bound in LTO backend | Mark Rousskov | -5/+2 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -59/+59 |
| 2021-09-21 | Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp... | bors | -4/+54 |
| 2021-09-21 | Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0` | Fabian Wolff | -1/+6 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -6/+42 |
| 2021-09-20 | Fix ICE when `indirect_structural_match` is allowed | Fabian Wolff | -6/+8 |
| 2021-09-20 | Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiser | bors | -2/+2 |
| 2021-09-20 | Avoid the overflow with rustc+debugassertions in issue-44406 | Oli Scherer | -6/+23 |
| 2021-09-20 | rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14 | Augie Fackler | -34/+55 |
| 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 |
| 2021-09-20 | Add a doc comment to infer_projection | Oli Scherer | -0/+6 |
| 2021-09-20 | Use `ty::Error` for opaque types with errors in its bounds. | Oli Scherer | -1/+1 |
| 2021-09-20 | Generate inference vars and obligations for projections in opaque types inste... | Oli Scherer | -19/+24 |
| 2021-09-20 | Inline a function that is only called once | Oli Scherer | -10/+4 |
| 2021-09-20 | Use tracing debugging in `fold_opaque_ty` | Oli Scherer | -14/+6 |
| 2021-09-20 | Add helper function to `InferCtxt` that generates inference vars for unresolv... | Oli Scherer | -11/+35 |
| 2021-09-20 | Update odht crate to 0.3.0 | Michael Woerister | -2/+2 |
| 2021-09-20 | Enable 2021 compatibility lints for all in-tree code | Mark Rousskov | -33/+47 |
| 2021-09-20 | Adjust to SourceType::InTree in several places | Mark Rousskov | -1/+0 |