| Age | Commit message (Expand) | Author | Lines |
| 2021-09-20 | :arrow_up: rust-analyzer | Laurențiu Nicola | -32/+16 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -2/+196 |
| 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-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 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -83/+147 |
| 2021-09-19 | Auto merge of #88627 - cjgillot:noallocuse, r=petrochenkov | bors | -100/+32 |
| 2021-09-19 | Auto merge of #89089 - JohnTitor:rollup-6s6mccx, r=JohnTitor | bors | -139/+506 |
| 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 |
| 2021-09-19 | Auto merge of #88968 - tmiasko:start-block-no-predecessors, r=davidtwco | bors | -110/+84 |
| 2021-09-18 | Auto merge of #89079 - ehuss:update-cargo, r=ehuss | bors | -2/+2 |
| 2021-09-18 | Fix typo | ondra05 | -2/+2 |
| 2021-09-18 | Update cargo | Eric Huss | -2/+2 |
| 2021-09-18 | Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkov | bors | -4/+4 |
| 2021-09-18 | Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726 | bors | -0/+16 |
| 2021-09-18 | Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley... | bors | -350/+279 |
| 2021-09-18 | Do not preallocate UseTree HirIds. | Camille GILLOT | -54/+13 |
| 2021-09-18 | Auto merge of #88650 - sapessi:issue-77175-fix, r=estebank | bors | -1/+41 |
| 2021-09-18 | Suggest better place to add call parentheses for method expressions wrapped i... | Jakub Beránek | -4/+47 |
| 2021-09-18 | Do not preallocate item HirIds. | Camille GILLOT | -47/+20 |
| 2021-09-18 | Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisa | bors | -3/+3 |
| 2021-09-18 | Auto merge of #88980 - tmiasko:instrument-debug, r=oli-obk | bors | -15/+15 |
| 2021-09-18 | Auto merge of #88978 - bjorn3:move_symbol_interner_lock, r=Mark-Simulacrum | bors | -23/+24 |
| 2021-09-18 | [HACK(eddyb)] arena-allocate but don't intern `FnAbi`s. | Eduard-Mihai Burtescu | -6/+1 |
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -93/+152 |
| 2021-09-18 | ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -157/+277 |
| 2021-09-18 | Auto merge of #88965 - fee1-dead:const-drop-1, r=oli-obk | bors | -1/+11 |
| 2021-09-18 | ./x.py test --bless | Tomasz Miąsko | -65/+75 |
| 2021-09-18 | Remove support for reentrant start blocks from codegen | Tomasz Miąsko | -19/+5 |
| 2021-09-18 | Do not collapse goto chains beginning with the start block | Tomasz Miąsko | -25/+0 |
| 2021-09-18 | Start block is not allowed to have basic block predecessors | Tomasz Miąsko | -1/+4 |
| 2021-09-18 | rustc_codegen_llvm: move misplaced `HasParamEnv` impl. | Eduard-Mihai Burtescu | -6/+6 |
| 2021-09-18 | ty::layout: intern `FnAbi`s as `&'tcx`. | Eduard-Mihai Burtescu | -23/+29 |
| 2021-09-18 | ty::context: move interning `Allocation`s and `Layout`s to `direct_interners!`. | Eduard-Mihai Burtescu | -55/+26 |
| 2021-09-18 | ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`. | Eduard-Mihai Burtescu | -27/+129 |
| 2021-09-18 | rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-09-18 | ty::layout: split out a private trait from `FnAbiExt`. | Eduard-Mihai Burtescu | -10/+21 |
| 2021-09-18 | ty::layout: move `trait FnAbiExt` to just before its `impl`. | Eduard-Mihai Burtescu | -28/+28 |