| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -0/+22 |
| 2021-09-20 | Avoid the overflow with rustc+debugassertions in issue-44406 | Oli Scherer | -1/+1 |
| 2021-09-20 | rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14 | Augie Fackler | -0/+28 |
| 2021-09-20 | Use `ty::Error` for opaque types with errors in its bounds. | Oli Scherer | -37/+9 |
| 2021-09-20 | Generate inference vars and obligations for projections in opaque types inste... | Oli Scherer | -3/+12 |
| 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/+5 |
| 2021-09-20 | Adjust to SourceType::InTree in several places | Mark Rousskov | -4/+3 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -1/+129 |
| 2021-09-20 | Bless incremental tests. | Camille GILLOT | -7/+11 |
| 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 | -25/+27 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -1/+1 |
| 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 #88703 - cjgillot:lazymod, r=petrochenkov | bors | -17/+13 |
| 2021-09-19 | [bootstrap] Improve the error message when `ninja` is not found to link to in... | Daira Hopwood | -2/+6 |
| 2021-09-19 | Suggest replacing braces for brackets on array-esque invalid block expr | Hirochika Matsumoto | -0/+66 |
| 2021-09-19 | Resolve issue 85066 | Theo | -0/+18 |
| 2021-09-19 | Rollup merge of #89055 - Kobzol:wrapped-method-expr-call-parens, r=wesleywiser | Yuki Okushi | -0/+32 |
| 2021-09-19 | Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f... | Yuki Okushi | -18/+18 |
| 2021-09-19 | Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkov | Yuki Okushi | -0/+34 |
| 2021-09-19 | Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkov | Yuki Okushi | -20/+56 |
| 2021-09-19 | Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa | Yuki Okushi | -18/+135 |
| 2021-09-19 | Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned... | Yuki Okushi | -2/+8 |
| 2021-09-19 | Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisa | bors | -14/+14 |
| 2021-09-19 | Auto merge of #88968 - tmiasko:start-block-no-predecessors, r=davidtwco | bors | -65/+75 |
| 2021-09-18 | Update cargo | Eric Huss | -0/+0 |
| 2021-09-18 | Remove needless hir Map ref | Cameron Steffen | -12/+6 |
| 2021-09-18 | deduplication | Gus Wynn | -59/+45 |
| 2021-09-18 | generic test | Gus Wynn | -0/+52 |
| 2021-09-18 | Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley... | bors | -0/+1 |
| 2021-09-18 | Auto merge of #88650 - sapessi:issue-77175-fix, r=estebank | bors | -0/+19 |
| 2021-09-18 | Suggest better place to add call parentheses for method expressions wrapped i... | Jakub Beránek | -0/+32 |
| 2021-09-18 | ./x.py test --bless | Tomasz Miąsko | -65/+75 |
| 2021-09-17 | Add nofallback tests | Mark Rousskov | -23/+95 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -0/+53 |
| 2021-09-17 | Auto merge of #88956 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-09-17 | Update cargo | Eric Huss | -0/+0 |
| 2021-09-17 | introduce new fallback algorithm | Niko Matsakis | -19/+83 |
| 2021-09-17 | Rollup merge of #88964 - GuillaumeGomez:version-help, r=Nemo157 | Guillaume Gomez | -13/+39 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -37/+83 |
| 2021-09-17 | Rollup merge of #88899 - FabianWolff:issue-88844, r=matthewjasper | Guillaume Gomez | -0/+26 |
| 2021-09-17 | Rollup merge of #88666 - GuillaumeGomez:compiler-docs, r=Mark-Simulacrum | Guillaume Gomez | -10/+53 |
| 2021-09-17 | Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebank | Guillaume Gomez | -0/+42 |