summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-25Bootstrap: fallback detection of WindowsAndrew Paverd-0/+6
2020-06-25Auto merge of #73711 - Dylan-DPC:rollup-kzx15of, r=Dylan-DPCbors-31/+657
2020-06-25Update UI testGuillaume Gomez-1/+2
2020-06-25Add E0766 error for unterminated double quote byte stringGuillaume Gomez-6/+23
2020-06-25emitter: column width defaults to 140David Wood-3/+7
2020-06-25Remove deprecated commentsAdrian Cruceru-2/+0
2020-06-25Fix commentsAdrian Cruceru-8/+8
2020-06-25Document the static keywordAlexis Bourget-2/+78
2020-06-25Document the super keywordAlexis Bourget-2/+18
2020-06-25Rename remaining `fallback` to `self_contained`Mateusz Mikuła-12/+20
2020-06-25Rename get_self_contained_lib_pathMateusz Mikuła-3/+3
2020-06-25Add unstable rustc option to control self-contained linkage modeMateusz Mikuła-19/+42
2020-06-25Auto merge of #72559 - Aaron1011:feature/assoc-lang-items, r=oli-obkbors-28/+94
2020-06-25Add a compile fail example, binding -> variable, apply suggestionsAlexis Bourget-13/+22
2020-06-24debuginfo: Define int/float types in terms of MSVC-recognized types.MaulingMonkey-1/+89
2020-06-24Modify type names on MSVC to make tuples .natvis compatible.MaulingMonkey-2/+245
2020-06-24Provide suggestions for some moved value errorsEsteban Küber-10/+315
2020-06-25Rollup merge of #73688 - poliorcetics:self-keyword, r=joshtriplettDylan DPC-2/+86
2020-06-25Rollup merge of #73634 - nbdd0121:typeck, r=nikomatsakisDylan DPC-0/+82
2020-06-25Rollup merge of #73616 - pickfire:liballoc-hash, r=joshtriplettDylan DPC-2/+2
2020-06-25Rollup merge of #73516 - Crabapple-iOS:feature/apple-dynamic-linking, r=nikom...Dylan DPC-1/+0
2020-06-25Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declarations, ...Dylan DPC-26/+487
2020-06-24Suggest type param trait bound for binop only when appropriateEsteban Küber-50/+78
2020-06-24Implement associated lang itemsAaron Hill-28/+94
2020-06-24Split out async fn and generator testTyler Mandry-72/+102
2020-06-24Give up on checking filenameTyler Mandry-8/+4
2020-06-24Add generator-debug test for MSVCTyler Mandry-8/+98
2020-06-24Generalize generator-debug test a bitTyler Mandry-21/+19
2020-06-24Improve GeneratorLayout debug outputTyler Mandry-6/+105
2020-06-24Allow calling GeneratorSubsts::variant_name() without substsTyler Mandry-11/+9
2020-06-24Add test for generator debuginfoTyler Mandry-0/+94
2020-06-24Add Artificial flag to generator variantsTyler Mandry-14/+53
2020-06-24Emit line info for generator variantsTyler Mandry-13/+83
2020-06-24Fix links in `SliceIndex` documentationLeSeulArtichaut-0/+2
2020-06-24review comments: clean up codeEsteban Küber-297/+214
2020-06-24Auto merge of #73660 - flip1995:clippyup, r=nikomatsakisbors-293/+1077
2020-06-24Make `std::panicking::panic_count::is_zero` inline and move the slow path int...Eduardo Sánchez Muñoz-1/+11
2020-06-24Auto merge of #73692 - Dylan-DPC:rollup-ehzsbfw, r=Dylan-DPCbors-47/+244
2020-06-24Fix testsNathan Corbyn-0/+1
2020-06-24Fix testsNathan Corbyn-0/+3
2020-06-24Implement intrinsicNathan Corbyn-5/+107
2020-06-24Document the Self keywordAlexis Bourget-2/+57
2020-06-24Rollup merge of #73675 - ehuss:update-books, r=ehussDylan DPC-0/+0
2020-06-24Rollup merge of #73667 - nrabulinski:master, r=Dylan-DPCDylan DPC-1/+1
2020-06-24Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkovDylan DPC-17/+47
2020-06-24Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPCDylan DPC-0/+152
2020-06-24Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwcoDylan DPC-7/+44
2020-06-24Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakisDylan DPC-22/+0
2020-06-24Auto merge of #73679 - ehuss:update-cargo, r=ehussbors-0/+0
2020-06-24Document the self keywordAlexis Bourget-2/+86