about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-19Test for #[must_use] on traitsvarkor-0/+36
2018-11-19Recognise #[must_use] on traits, affecting impl Traitvarkor-1/+14
2018-11-19Use general uninhabitedness checkingvarkor-14/+10
2018-11-19Auto merge of #56060 - nrc:save-path-fallback, r=zackmdavisbors-4/+17
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-35/+82
2018-11-19Disable some pretty-printers when gdb is rust-enabledTom Tromey-27/+34
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-588/+1248
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-5/+54
2018-11-19Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddybPietro Albini-7/+60
2018-11-19Rollup merge of #56027 - Xanewok:docs-backtick, r=QuietMisdreavusPietro Albini-1/+1
2018-11-19Rollup merge of #56016 - scottmcm:vecdeque-resize-with, r=joshtriplettPietro Albini-1/+39
2018-11-19Rollup merge of #56012 - RalfJung:unsafe-cell, r=nikomatsakisPietro Albini-1/+3
2018-11-19Rollup merge of #56011 - CBenoit:master, r=QuietMisdreavusPietro Albini-1/+1
2018-11-19Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obkPietro Albini-11/+60
2018-11-19Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obkPietro Albini-78/+100
2018-11-19Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkovPietro Albini-165/+45
2018-11-19Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichtonPietro Albini-0/+172
2018-11-19Rollup merge of #55962 - QuietMisdreavus:tricky-spans, r=GuillaumeGomezPietro Albini-1/+38
2018-11-19Rollup merge of #55953 - blitzerr:master, r=nikomatsakisPietro Albini-102/+113
2018-11-19Rollup merge of #55952 - michaelwoerister:newer-clang, r=alexcrichtonPietro Albini-4/+4
2018-11-19Rollup merge of #55949 - ljedrz:return_impl_Iterator_from_Predicate_walk_tys,...Pietro Albini-20/+58
2018-11-19Allow assignments in const contextsOliver Scherer-22/+143
2018-11-19Replace the ICEing on const fn loops with an errorOliver Scherer-5/+16
2018-11-19Update any.rs documentation using keyword dyn0xrgb-11/+11
2018-11-19save-analysis: fallback to using path idNick Cameron-4/+17
2018-11-18Increase `Duration` approximate equal threshold to 1usAlex Crichton-1/+1
2018-11-19Auto merge of #56042 - petrochenkov:nuni, r=petrochenkovbors-1520/+2186
2018-11-18Rollup merge of #55923 - Zeegomo:master, r=estebankPietro Albini-1/+40
2018-11-18Rollup merge of #55919 - Turbo87:num-tests, r=dtolnayPietro Albini-16/+8
2018-11-18Rollup merge of #55916 - RalfJung:mut-visitor, r=oli-obkPietro Albini-16/+23
2018-11-18Rollup merge of #55894 - RalfJung:validation-enums, r=oli-obkPietro Albini-67/+107
2018-11-18Rollup merge of #55867 - RalfJung:dont-panic, r=Mark-SimulacrumPietro Albini-2/+2
2018-11-18Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=...Pietro Albini-60/+160
2018-11-18Rollup merge of #55857 - andjo403:rmdep, r=Mark-SimulacrumPietro Albini-2/+0
2018-11-18Rollup merge of #55834 - ogoffart:union-abi, r=eddybPietro Albini-1/+120
2018-11-18Rollup merge of #55827 - ljedrz:various_stashed, r=alexcrichtonPietro Albini-16/+12
2018-11-18Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichtonPietro Albini-0/+2
2018-11-18Rollup merge of #55562 - smaeul:powerpc-linux-musl, r=alexcrichtonPietro Albini-23/+88
2018-11-18Auto merge of #55672 - RalfJung:miri-extern-types, r=eddybbors-4/+53
2018-11-19fix testАртём Павлов [Artyom Pavlov]-1/+1
2018-11-18testsАртём Павлов [Artyom Pavlov]-0/+10
2018-11-18remove "approx env bounds" if we already know from traitNiko Matsakis-7/+60
2018-11-18revertАртём Павлов [Artyom Pavlov]-80/+9
2018-11-18Auto merge of #56017 - alexcrichton:debug-test, r=alexcrichtonbors-1/+5
2018-11-18Auto merge of #55999 - alexcrichton:update-cargo, r=nrcbors-2/+27
2018-11-18Simplify MIR drop generationMatthew Jasper-175/+154
2018-11-18Fix rebaseVadim Petrochenkov-16/+18
2018-11-18Only handle ReVar regions in NLL borrowckMatthew Jasper-105/+23
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1283/+33
2018-11-18Add a couple more tests + address review commentsVadim Petrochenkov-5/+161