| Age | Commit message (Expand) | Author | Lines |
| 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 | -38/+10 |
| 2021-09-20 | Generate inference vars and obligations for projections in opaque types inste... | Oli Scherer | -22/+36 |
| 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 | -4/+4 |
| 2021-09-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -32/+16 |
| 2021-09-20 | Enable 2021 compatibility lints for all in-tree code | Mark Rousskov | -1/+4 |
| 2021-09-20 | Enable 2021 compatibility lints for all in-tree code | Mark Rousskov | -34/+52 |
| 2021-09-20 | Adjust to SourceType::InTree in several places | Mark Rousskov | -5/+3 |
| 2021-09-20 | Workaround ICE with if-let and RFC 2229 | Mark Rousskov | -9/+8 |
| 2021-09-20 | Mark unsafe NonZero*::unchecked_(add|mul) as const | Iago-lito | -2/+2 |
| 2021-09-20 | no ensure | Ellen | -3/+6 |
| 2021-09-20 | Expand BOX_VEC to BOX_COLLECTION | F3real | -48/+97 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -2/+196 |
| 2021-09-20 | Bless incremental tests. | Camille GILLOT | -7/+11 |
| 2021-09-20 | Make with_hir_id_owner responsible for registering the item. | Camille GILLOT | -140/+91 |
| 2021-09-20 | Fix a technicality regarding the size of C's `char` type | Nadja Reitzenstein | -1/+1 |
| 2021-09-20 | Auto merge of #88842 - wesleywiser:fix_dbg_tests_windows_sdk, r=michaelwoerister | bors | -89/+58 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -46/+83 |
| 2021-09-20 | Remove lower_node_id_with_owner. | Camille GILLOT | -63/+34 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -1/+1 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -70/+49 |
| 2021-09-19 | Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa | bors | -242/+506 |
| 2021-09-19 | Auto merge of #89049 - Aaron1011:caching-sourcemap-assert, r=Mark-Simulacrum | bors | -7/+7 |
| 2021-09-19 | Restore the suggestion to set `ninja = false`. | Daira Hopwood | -1/+2 |
| 2021-09-19 | Fix generics where bounds order | Guillaume Gomez | -4/+6 |
| 2021-09-19 | Auto merge of #7690 - Jarcho:while_loop_by_ref, r=xFrednet | bors | -27/+22 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -83/+147 |
| 2021-09-19 | [bootstrap] Improve the error message when `ninja` is not found to link to in... | Daira Hopwood | -2/+6 |
| 2021-09-19 | Auto merge of #88627 - cjgillot:noallocuse, r=petrochenkov | bors | -100/+32 |
| 2021-09-19 | Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202... | bjorn3 | -294/+332 |
| 2021-09-19 | Rustup to rustc 1.57.0-nightly (aa8f2d432 2021-09-18) | bjorn3 | -5/+5 |
| 2021-09-19 | Sync from rust 7a3d1a5f3dfeaf5177885fedd7db8ecc70670dc1 | bjorn3 | -4/+9 |
| 2021-09-19 | Auto merge of #89089 - JohnTitor:rollup-6s6mccx, r=JohnTitor | bors | -139/+506 |
| 2021-09-19 | Suggest replacing braces for brackets on array-esque invalid block expr | Hirochika Matsumoto | -4/+120 |
| 2021-09-19 | Resolve issue 85066 | Theo | -0/+32 |
| 2021-09-19 | Rollup merge of #89081 - ondra05:patch-1, r=dtolnay | Yuki Okushi | -2/+2 |
| 2021-09-19 | Rollup merge of #89055 - Kobzol:wrapped-method-expr-call-parens, r=wesleywiser | Yuki Okushi | -4/+47 |
| 2021-09-19 | Rollup merge of #89053 - DeveloperC286:into_iter_fields_to_private, r=Mark-Si... | Yuki Okushi | -2/+8 |
| 2021-09-19 | Rollup merge of #89051 - schctl:master, r=jyn514 | Yuki Okushi | -15/+60 |
| 2021-09-19 | Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f... | Yuki Okushi | -23/+62 |
| 2021-09-19 | Rollup merge of #89017 - the8472:fix-u64-time-monotonizer, r=kennytm | Yuki Okushi | -28/+30 |
| 2021-09-19 | Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkov | Yuki Okushi | -6/+43 |
| 2021-09-19 | Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkov | Yuki Okushi | -21/+61 |
| 2021-09-19 | Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa | Yuki Okushi | -35/+171 |
| 2021-09-19 | Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned... | Yuki Okushi | -3/+22 |
| 2021-09-19 | Auto merge of #89031 - the8472:outline-once-cell-init-closure, r=Mark-Simulacrum | bors | -1/+10 |
| 2021-09-19 | Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisa | bors | -23/+52 |