about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-22Readd some PartialEq and Hash derives used by Clippyflip1995-3/+6
2019-10-23Some tweaksoxalica-49/+44
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-22Merge branch 'master' into rusty-hermitStefan Lankes-2741/+3536
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
2019-10-22Add regression test for #65675varkor-0/+18
2019-10-22Fix an issue with const inference variables sticking around under Chalk + NLLvarkor-27/+28
2019-10-22Add ignore-tidy-filelength on ty/contextSantiago Pastorino-0/+1
2019-10-22Move Place::elem methods and friends to TyCtxtSantiago Pastorino-124/+139
2019-10-22Intern place projectionSantiago Pastorino-185/+346
2019-10-22Add intern table for `List<PlaceElem<'tcx>>`Santiago Pastorino-2/+20
2019-10-22Pattern match over PlaceRef rather than PlaceSantiago Pastorino-820/+707
2019-10-22Add link to async/awaitYuki Okushi-3/+6
2019-10-22Auto merge of #65503 - popzxc:refactor-libtest, r=wesleywiserbors-1793/+2123
2019-10-22Use E0741 for structural match errorvarkor-10/+10
2019-10-22Remove FIXMEvarkor-4/+3
2019-10-22Fix rustdoc const generics testvarkor-0/+1
2019-10-22Remove "type parameter depends on const parameter" error from resolutionvarkor-72/+21
2019-10-22Search for generic parameters when finding non-`structural_match` typesvarkor-26/+42
2019-10-22Forbid non-`structural_match` types in const genericsvarkor-0/+65
2019-10-22Move `search_for_adt_without_structural_match` to `ty/mod`varkor-123/+116
2019-10-22rustc_metadata: use a table for impl_trait_ref.Eduard-Mihai Burtescu-6/+13
2019-10-22rustc_metadata: use a table for fn_sig.Eduard-Mihai Burtescu-60/+38
2019-10-22self-profiling: Remove module names from some event-ids in codegen backend.Michael Woerister-6/+6
2019-10-22rustc_metadata: use a table for super_predicates.Eduard-Mihai Burtescu-27/+23
2019-10-22Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ...Michael Woerister-21/+30
2019-10-22Add regression test for issue #64153.Michael Woerister-0/+34
2019-10-22Update error_codes.rsDylan DPC-7/+7
2019-10-22Add test for issue-63496Yuki Okushi-0/+30
2019-10-22Update E0659 error code long explanation to 2018 editionGuillaume Gomez-9/+9
2019-10-22add commentsRalf Jung-2/+2
2019-10-22bring back some Debug instances for MiriRalf Jung-2/+2
2019-10-22Add test for issue-52437Yuki Okushi-0/+20
2019-10-22Add test for issue-51431Yuki Okushi-0/+18
2019-10-22Add test for issue-41366Yuki Okushi-0/+35
2019-10-22refactor maybe_appendyjhmelody-9/+8
2019-10-22Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrumbors-101/+35
2019-10-22Fix check of `statx`oxalica-16/+34
2019-10-22Deprecated proc_macro doesn't trigger warning on build librarywangxiangqing-5/+5
2019-10-21Code cleanups following up on #65576.Dan Gohman-13/+24
2019-10-22Apply suggestionsYuki Okushi-9/+16
2019-10-22Add long error explanation for E0728Yuki Okushi-5/+78
2019-10-21Move as_local impl to from Place to PlaceRefSantiago Pastorino-4/+10
2019-10-21PlaceElem<'tcx> should be CopySantiago Pastorino-0/+2