summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-18Add RISC-V target featuresAmanieu d'Antras-0/+15
2020-05-18Add remote-test-client help textTom Eccles-5/+51
2020-05-18Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrumbors-23/+29
2020-05-18Auto merge of #72316 - RalfJung:rollup-70g6bln, r=RalfJungbors-4/+16
2020-05-18Add some more `rfold` implementations.Nicholas Nethercote-0/+68
2020-05-18Rollup merge of #72307 - hermitcore:condvar, r=Mark-SimulacrumRalf Jung-4/+2
2020-05-18Rollup merge of #72143 - rust-lang:steveklabnik-must-use, r=sfacklerRalf Jung-0/+14
2020-05-18Tiny Vecs are dumb.Nicholas Nethercote-5/+141
2020-05-18Auto merge of #72300 - flip1995:clippyup, r=Mark-Simulacrumbors-1102/+1770
2020-05-18Auto merge of #72269 - RalfJung:unsafe-borrow-of-packed, r=Mark-Simulacrumbors-19/+19
2020-05-17Emit a better diagnostic when function actually has a 'self' parameterAaron Hill-4/+52
2020-05-18minor changes to pass the format checkStefan Lankes-3/+1
2020-05-17use new interface to initialize CondvarStefan Lankes-5/+5
2020-05-17abort_internal is safeRalf Jung-23/+29
2020-05-17Auto merge of #72248 - petrochenkov:codemodel, r=Amanieubors-57/+125
2020-05-18Tweak `partition`, `unzip`, `try_find`.Nicholas Nethercote-7/+7
2020-05-18Make `fold` standalone.Nicholas Nethercote-37/+124
2020-05-17Improve commentsNadrieril-7/+68
2020-05-17Test that NRVO elides the call to `memcpy`Dylan MacKenzie-0/+17
2020-05-17Don't unleash NRVO const-eval testDylan MacKenzie-32/+8
2020-05-17Cache len in FieldsNadrieril-8/+10
2020-05-17typoNadrieril-5/+6
2020-05-17Fix bug just discoveredNadrieril-21/+3
2020-05-17We don't use tyerr anymoreNadrieril-35/+46
2020-05-17Small allocation improvementNadrieril-13/+16
2020-05-17Filter out fields that should not be seenNadrieril-48/+113
2020-05-17Make all field-handling go through FieldsNadrieril-141/+143
2020-05-17Clarify specialize_one_patternNadrieril-57/+48
2020-05-17Use Fields as output to specialize_one_patternNadrieril-23/+51
2020-05-17Factor out a struct that holds subfields of a patternNadrieril-10/+43
2020-05-17Only need TyErr for uninhabited typesNadrieril-4/+4
2020-05-17We already handle arrays of unknown length correctlyNadrieril-16/+4
2020-05-17Factor the code that generates TyErrsNadrieril-23/+24
2020-05-17Fix incorrect orderingNadrieril-1/+1
2020-05-17Auto merge of #72295 - RalfJung:rollup-icmhbs7, r=RalfJungbors-11/+146
2020-05-17Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyupflip1995-1102/+1770
2020-05-17make many ptr functions must_useSteve Klabnik-0/+14
2020-05-17Rollup merge of #72291 - RalfJung:format-typo, r=jonas-schievinkRalf Jung-1/+1
2020-05-17Rollup merge of #72261 - csmoe:issue-72095, r=estebankRalf Jung-8/+17
2020-05-17Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkovRalf Jung-2/+128
2020-05-17Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrumbors-14/+55
2020-05-17Auto merge of #5568 - ThibsG:RenameIdentityConversionLint, r=flip1995bors-7/+7
2020-05-17Auto merge of #5529 - alex-700:improve-option-and-then-some-lint, r=phanschbors-7/+7
2020-05-17update testsBastian Kauschke-21/+11
2020-05-17bootstrap: fix typoRalf Jung-1/+1
2020-05-17make abort intrinsic safe, and correct its documentationRalf Jung-14/+55
2020-05-17Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiserbors-1/+189
2020-05-17improve and generalize `option_and_then_some` lintAleksei Latyshev-7/+7
2020-05-17Update linker-plugin-lto.md to contain up to rust 1.43Elichai Turkel-6/+12
2020-05-17Logically seperate lazy norm from `const_generics`Bastian Kauschke-8/+15