about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-23Rollup merge of #65648 - nnethercote:rm-intersect_opt, r=nikomatsakisMazdak Farrokhzad-21/+6
2019-10-23Rollup merge of #65641 - nnethercote:derive-TokenStream-Encodable-Decodable, ...Mazdak Farrokhzad-16/+3
2019-10-23Rollup merge of #65583 - eddyb:more-query-like-cross-crate-tables, r=michaelw...Mazdak Farrokhzad-93/+74
2019-10-23Rollup merge of #65518 - estebank:i-want-to-break-free, r=eddybMazdak Farrokhzad-6/+38
2019-10-23Rollup merge of #65479 - SimonSapin:matches, r=alexcrichtonMazdak Farrokhzad-0/+29
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-557/+476
2019-10-23Rollup merge of #65144 - clarfon:moo, r=sfacklerMazdak Farrokhzad-0/+42
2019-10-23Rollup merge of #64178 - mati865:clippy, r=scottmcmMazdak Farrokhzad-37/+33
2019-10-23Prevent unnecessary allocation in PathBuf::set_extension.Mara Bos-11/+15
2019-10-23UI failures fixUmesh Kalappa-2/+5
2019-10-23Account for const generalisation in nll_relatevarkor-7/+21
2019-10-23debug messages addedKevyn Grasso-2/+11
2019-10-23Account for const generalisation in combinevarkor-3/+15
2019-10-23Add regression test for #62579varkor-0/+23
2019-10-23Add commentsEsteban Küber-0/+73
2019-10-23Update ui testsGuillaume Gomez-1/+2
2019-10-23Add long error explanation for E0587Guillaume Gomez-1/+19
2019-10-23Document guard expressions in `matches!`Simon Sapin-1/+4
2019-10-23Add tracking issue for the `matches!` macroSimon Sapin-1/+1
2019-10-23Move the `matches!` macro to the preludeSimon Sapin-93/+29
2019-10-23Add `core::macros::matches!( $expr, $pat ) -> bool`Simon Sapin-4/+94
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-89/+847
2019-10-23Update ui testsGuillaume Gomez-2/+5
2019-10-23Add long error explanation for E0576Guillaume Gomez-1/+25
2019-10-23Auto merge of #65716 - JohnTitor:rollup-fkcr85k, r=JohnTitorbors-803/+736
2019-10-23Rollup merge of #65706 - popzxc:add-missing-space, r=Mark-SimulacrumYuki Okushi-1/+1
2019-10-23Rollup merge of #65695 - michaelwoerister:fix-self-profiling-work-item-event-...Yuki Okushi-6/+6
2019-10-23Rollup merge of #65689 - RalfJung:miri-debug, r=CentrilYuki Okushi-2/+2
2019-10-23Rollup merge of #65688 - JohnTitor:add-some-tests, r=Dylan-DPCYuki Okushi-0/+103
2019-10-23Rollup merge of #65686 - yjhmelody:yjhmelody-patch-1, r=CentrilYuki Okushi-9/+8
2019-10-23Rollup merge of #65681 - sunfishcode:followup, r=CentrilYuki Okushi-13/+24
2019-10-23Rollup merge of #65678 - JohnTitor:add-e0728-explanation, r=GuilliaumeGomezYuki Okushi-5/+88
2019-10-23Rollup merge of #65656 - GuillaumeGomez:option-disable-shortcut, r=Dylan-DPCYuki Okushi-1/+3
2019-10-23Rollup merge of #65617 - newpavlov:patch-2, r=alexcrichtonYuki Okushi-4/+4
2019-10-23Rollup merge of #65591 - GuillaumeGomez:long-err-explanation-E0588, r=Dylan-DPCYuki Okushi-6/+33
2019-10-23Rollup merge of #65507 - polyedre:master, r=nikomatsakisYuki Okushi-754/+66
2019-10-23Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakisYuki Okushi-0/+373
2019-10-23Rollup merge of #64145 - togiberlin:feature/target-features-doc, r=ehussYuki Okushi-2/+25
2019-10-23Public some types for compiletest_rsLzu Tao-3/+4
2019-10-22Add Cow::is_borrowed and Cow::is_ownedClar Fon-0/+42
2019-10-22Update cargoEric Huss-0/+0
2019-10-22Add some documentationMark Rousskov-8/+23
2019-10-22Fix rebaseEsteban Küber-12/+17
2019-10-22review comments: move code, fix indentation and change spanEsteban Küber-69/+77
2019-10-22Drive-by formattingEsteban Küber-15/+31
2019-10-22Handle projection obligation errorsEsteban Küber-10/+98
2019-10-22fix compile-fail testEsteban Küber-0/+1
2019-10-22Point at associated type for some obligationsEsteban Küber-41/+93
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-105/+847
2019-10-22Update Clippyflip1995-15/+21