about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-01-20Rollup merge of #93108 - lnicola:rust-analyzer-2022-01-20, r=lnicolaMatthias Krüger-16/+18
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-2/+15
2022-01-20Rollup merge of #92861 - jsha:mobile-column-flex, r=GuillaumeGomezMatthias Krüger-15/+43
2022-01-20Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer...Matthias Krüger-2/+2
2022-01-20Rollup merge of #92680 - camelid:assoc-item-cleanup, r=petrochenkovMatthias Krüger-35/+53
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-216/+375
2022-01-20Rollup merge of #92183 - tmandry:issue-74256, r=estebankMatthias Krüger-174/+133
2022-01-20Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomezMatthias Krüger-37/+73
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-9/+15
2022-01-20:arrow_up: rust-analyzerLaurențiu Nicola-16/+18
2022-01-19rustdoc: auto create output directory when "--output-format json"Artem Kryvokrysenko-4/+8
2022-01-19Rustdoc mobile: put out-of-band on its own lineJacob Hoffman-Andrews-15/+43
2022-01-19Support --bless for pp-exact pretty printer testsDavid Tolnay-1/+13
2022-01-20Tweak `expr.await` desugaring `Span`Esteban Kuber-0/+38
2022-01-19Foreign types are trivially dropMichael Goulet-0/+13
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-8/+7
2022-01-19Simplify error reporting code, remove await point wordingTyler Mandry-135/+100
2022-01-19NiceRegionError: Use written return type for async fnTyler Mandry-139/+133
2022-01-19src/test/rustdoc-json: Check for `struct_field`s in `variant_tuple_struct.rs`Martin Nordholts-2/+4
2022-01-19never is trivially const-drop, and add testMichael Goulet-0/+2
2022-01-19Fix scroll offset when jumping to internal idJacob Hoffman-Andrews-1/+14
2022-01-19Add links to the reference and rust by example for asm! docs and lintsAmanieu d'Antras-0/+36
2022-01-19Update rust-by-examplesAmanieu d'Antras-0/+0
2022-01-19Add tests to ensure that let_chains works with if_let_guardCaio-2/+26
2022-01-19Fix test directives; comment out calls broken on windows-gnuRichard Cobbe-5/+11
2022-01-19Rollup merge of #93005 - GuillaumeGomez:templates-in-html, r=notriddleMatthias Krüger-1/+3
2022-01-19Rollup merge of #92800 - ehuss:docs-fallback, r=Mark-SimulacrumMatthias Krüger-45/+68
2022-01-19Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiserMatthias Krüger-16/+55
2022-01-19Only suggest adding `!` to expressions that can be macro invocationEsteban Kuber-23/+68
2022-01-19Add assert that fallback targets must be available.Eric Huss-1/+4
2022-01-19Add test for block doc commentsGuillaume Gomez-0/+13
2022-01-19Correctly handle starts in block doc commentsGuillaume Gomez-2/+2
2022-01-19Move back templates into html folderGuillaume Gomez-1/+3
2022-01-19Rollup merge of #93062 - ehuss:update-books, r=ehussMatthias Krüger-0/+0
2022-01-19Rollup merge of #92797 - jsha:fewer-lines, r=GuillaumeGomezMatthias Krüger-22/+6
2022-01-19Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakisMatthias Krüger-0/+33
2022-01-19Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasperMatthias Krüger-304/+463
2022-01-18Properly track `DepNode`s in trait evaluation provisional cacheAaron Hill-0/+24
2022-01-19build: dist: defer PlainSourceTarballMatthias Krüger-1/+5
2022-01-18Update booksEric Huss-0/+0
2022-01-18Update cargoEric Huss-0/+0
2022-01-18Remove horizontal lines at top of pageJacob Hoffman-Andrews-22/+6
2022-01-18Make suggestions verboseNoah Lev-43/+77
2022-01-18Shorten and improve messagesNoah Lev-107/+55
2022-01-18intra-doc: Use the impl's assoc item where possibleNoah Lev-35/+53
2022-01-18Formally implement let chainsCaio-304/+463
2022-01-18Respond to code review commentsEric Holk-4/+69
2022-01-18Safely handle partial dropsEric Holk-2/+83
2022-01-18Update async-fn-nonsend.rsEric Holk-5/+43
2022-01-18Handle uninhabited return typesEric Holk-29/+3