about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-09-26Use the correct edition when syntax highlighting doctestsJoshua Nelson-2/+50
2021-09-26Preserve the whole LangSyntax when parsing doctestsJoshua Nelson-17/+10
2021-09-21Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats...bors-25/+6
2021-09-21Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkovbors-8/+12
2021-09-21Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp...bors-0/+66
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-37/+9
2021-09-20Generate inference vars and obligations for projections in opaque types inste...Oli Scherer-3/+12
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-1/+129
2021-09-20Bless incremental tests.Camille GILLOT-7/+11
2021-09-20Auto merge of #88842 - wesleywiser:fix_dbg_tests_windows_sdk, r=michaelwoeristerbors-89/+58
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-25/+27
2021-09-20Do not store visibility in *ItemRef.Camille GILLOT-1/+1
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-17/+13
2021-09-19Suggest replacing braces for brackets on array-esque invalid block exprHirochika Matsumoto-0/+66
2021-09-19Rollup merge of #89055 - Kobzol:wrapped-method-expr-call-parens, r=wesleywiserYuki Okushi-0/+32
2021-09-19Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f...Yuki Okushi-18/+18
2021-09-19Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkovYuki Okushi-0/+34
2021-09-19Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkovYuki Okushi-20/+56
2021-09-19Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisaYuki Okushi-18/+135
2021-09-19Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned...Yuki Okushi-2/+8
2021-09-19Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisabors-14/+14
2021-09-19Auto merge of #88968 - tmiasko:start-block-no-predecessors, r=davidtwcobors-65/+75
2021-09-18Update cargoEric Huss-0/+0
2021-09-18Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley...bors-0/+1
2021-09-18Auto merge of #88650 - sapessi:issue-77175-fix, r=estebankbors-0/+19
2021-09-18Suggest better place to add call parentheses for method expressions wrapped i...Jakub Beránek-0/+32
2021-09-18./x.py test --blessTomasz Miąsko-65/+75
2021-09-17Auto merge of #88956 - ehuss:update-cargo, r=ehussbors-0/+0
2021-09-17Update cargoEric Huss-0/+0
2021-09-17Rollup merge of #88964 - GuillaumeGomez:version-help, r=Nemo157Guillaume Gomez-13/+39
2021-09-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-37/+83
2021-09-17Rollup merge of #88899 - FabianWolff:issue-88844, r=matthewjasperGuillaume Gomez-0/+26
2021-09-17Rollup merge of #88666 - GuillaumeGomez:compiler-docs, r=Mark-SimulacrumGuillaume Gomez-10/+53
2021-09-17Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebankGuillaume Gomez-0/+42
2021-09-17Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011Guillaume Gomez-211/+495
2021-09-17Rollup merge of #86422 - JohnTitor:clearer-parens-err-for-loop, r=estebankGuillaume Gomez-7/+10
2021-09-17Add rustdoc version into the help popupGuillaume Gomez-13/+39
2021-09-17doc/platform-support: Add documentation for m68k-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+97
2021-09-17doc/platform-support.md: Add m68k-unknown-linux-gnu as Tier 3 targetJohn Paul Adrian Glaubitz-0/+1
2021-09-17rustdoc: Add human-readable cfg string for m68kJohn Paul Adrian Glaubitz-0/+1
2021-09-17compiletest: Add m68k to ARCH_TABLEJohn Paul Adrian Glaubitz-0/+1
2021-09-17ci: Add Dockerfile for dist-m68k-linuxJohn Paul Adrian Glaubitz-0/+26
2021-09-17build-manifest: Add m68k-unknown-linux-gnu targetJohn Paul Adrian Glaubitz-0/+1
2021-09-17bootstrap: Add LLVM target matching for M68kJohn Paul Adrian Glaubitz-1/+1
2021-09-17bootstrap: Add cputype matching for m68kJohn Paul Adrian Glaubitz-0/+1
2021-09-17Correctly handle "--open" option when building compiler docsGuillaume Gomez-0/+9
2021-09-17Allow to pass "compiler" arguments to doc subcommandGuillaume Gomez-10/+44
2021-09-17Apply review commentsYuki Okushi-4/+6
2021-09-17Rollup merge of #89033 - cuviper:sysroot-lib-path, r=Mark-SimulacrumYuki Okushi-0/+13
2021-09-17Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkovYuki Okushi-0/+31