about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-24self-profiling: Update measureme to 0.4.0 and use new RAII-based API.Michael Woerister-31/+11
2019-10-24self-profiling: Remove unused methods from profiler.Michael Woerister-48/+0
2019-10-23Rollup merge of #65704 - RalfJung:exact-size, r=oli-obkMazdak Farrokhzad-5/+9
2019-10-23Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddybMazdak Farrokhzad-30/+98
2019-10-23Rollup merge of #65691 - GuillaumeGomez:2018-edition-E0659, r=Dylan-DPCMazdak Farrokhzad-9/+9
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-364/+246
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-23Account for const generalisation in nll_relatevarkor-7/+21
2019-10-23Account for const generalisation in combinevarkor-3/+15
2019-10-23Add regression test for #62579varkor-0/+23
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-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-22Add some documentationMark Rousskov-8/+23
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-105/+847
2019-10-22Update Clippyflip1995-15/+21
2019-10-22Readd some PartialEq and Hash derives used by Clippyflip1995-3/+6
2019-10-22Apply clippy::single_match suggestionMateusz Mikuła-6/+4
2019-10-22Apply clippy::while_let_on_iterator suggestionsMateusz Mikuła-2/+1
2019-10-22Apply clippy::redundant_pattern_matching suggestionMateusz Mikuła-1/+1
2019-10-22Apply clippy::needless_return suggestionsMateusz Mikuła-23/+23
2019-10-22Add missing space in librustdocIgor Aleksanov-1/+1
2019-10-22Apply clippy::useless_let_if_seq suggestionMateusz Mikuła-5/+4
2019-10-22relax ExactSizeIterator bound on write_bytes: too many iterators don't have t...Ralf Jung-5/+9
2019-10-22Target-feature documented as unsafe. rustc book and rustc -C help have been m...togiberlin-2/+25