about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-02Move A|Rc::as_ptr from feature(weak_into_raw)CAD97-2/+2
2020-07-02Use `Span`s to identify unreachable subpatterns in or-patternsNadrieril-9/+9
2020-07-02Add some requested testsVadim Petrochenkov-0/+64
2020-07-02Update dtolnay's tests that now workVadim Petrochenkov-33/+10
2020-07-02Add test for errors triggered on parts of decomposed indexDavid Tolnay-0/+28
2020-07-02Add test for tuple indexed with float in macro inputDavid Tolnay-0/+20
2020-07-02Add tests in which the token really is a floatDavid Tolnay-0/+21
2020-07-02Test a range, which is not nested indexingDavid Tolnay-0/+3
2020-07-02Test even deeper nested indexingDavid Tolnay-0/+3
2020-07-02Add test of tuple nested indexingDavid Tolnay-0/+6
2020-07-02parser: Break float tokens into parts in tuple field positionsVadim Petrochenkov-59/+492
2020-07-02Auto merge of #73751 - eddyb:no-empty-tables, r=nikomatsakisbors-371/+355
2020-07-02typeck: check for infer before type impls traitDavid Wood-0/+22
2020-07-02mir: mark mir construction temporaries as internalDavid Wood-1/+33
2020-07-02Remove `TypeckTables::empty(None)` and make hir_owner non-optional.Eduard-Mihai Burtescu-121/+98
2020-07-02rustc_lint: avoid using TypeckTables::empty for LateContext.Eduard-Mihai Burtescu-90/+104
2020-07-02rustc_save_analysis: avoid using TypeckTables::empty for SaveContext.Eduard-Mihai Burtescu-23/+31
2020-07-02rustc_privacy: avoid using TypeckTables::empty for {Name,Type}PrivacyVisitor.Eduard-Mihai Burtescu-98/+58
2020-07-02rustc_passes/dead: avoid using TypeckTables::empty for MarkSymbolVisitor.Eduard-Mihai Burtescu-19/+26
2020-07-02rustc_passes/reachable: avoid using TypeckTables::empty for ReachableContext.Eduard-Mihai Burtescu-10/+18
2020-07-02rustc_driver/pretty: avoid using TypeckTables::empty for TypedAnnotation.Eduard-Mihai Burtescu-10/+20
2020-07-02Clean up E0710 explanationGuillaume Gomez-1/+1
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-120/+427
2020-07-02Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearthbors-630/+1790
2020-07-02Remove render-redirect-pages option in rustdocGuillaume Gomez-86/+1
2020-07-02Further improve comments in libstd/panicking.rs.Eduardo Sánchez Muñoz-4/+5
2020-07-02Fix linksGuillaume Gomez-3/+3
2020-07-02Update rustdoc testsGuillaume Gomez-28/+23
2020-07-02Simplify DOM by removing IDs for code tagsGuillaume Gomez-52/+16
2020-07-02Expand sub code blocks block content when hidden when the page hash refers to itGuillaume Gomez-0/+8
2020-07-02Improve page hash handlingGuillaume Gomez-5/+7
2020-07-02No need to call getPageId a second timeGuillaume Gomez-1/+1
2020-07-02Clean up E0716 explanationGuillaume Gomez-30/+25
2020-07-02disable BTree min_max test in Miri for nowRalf Jung-0/+1
2020-07-02Address review comments and add UI testChristopher Serr-505/+528
2020-07-02Add comments and format the codeChristopher Serr-5/+7
2020-07-02Add codegen testsChristopher Serr-0/+331
2020-07-02Check for feature with pre-interned symbolChristopher Serr-10/+10
2020-07-02Use WASM's saturating casts if they are availableChristopher Serr-5/+74
2020-07-02Rollup merge of #73938 - nbdd0121:checked_opt, r=nagisaManish Goregaokar-27/+43
2020-07-02Rollup merge of #73903 - luxxxxy:ios-rustc, r=nikomatsakisManish Goregaokar-0/+19
2020-07-02Rollup merge of #73885 - pietroalbini:ci-fix-wasm32, r=kennytmManish Goregaokar-1/+12
2020-07-02Rollup merge of #73883 - ehuss:rustdoc-stage-previous, r=Mark-SimulacrumManish Goregaokar-34/+146
2020-07-02Rollup merge of #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievinkManish Goregaokar-1/+3
2020-07-02Rollup merge of #73812 - petrochenkov:prettyref, r=varkorManish Goregaokar-24/+24
2020-07-02Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiserManish Goregaokar-93/+585
2020-07-02Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakisManish Goregaokar-436/+877
2020-07-02Rollup merge of #73564 - petrochenkov:ehdr, r=AmanieuManish Goregaokar-14/+19
2020-07-02Rollup merge of #73414 - lzutao:slice_strip, r=dtolnayManish Goregaokar-0/+62
2020-07-02Audit uses of `tool_only_span_suggestion`Yuki Okushi-13/+43