about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-30Skip wrapping arithmetic tests on emscripten for 128 bit integersIlija Tovilo-0/+2
2019-08-30Auto merge of #63827 - andjo403:out-of-process-rustc-in-rustdoc, r=Mark-Simul...bors-151/+91
2019-08-30Update Clippyflip1995-16/+7
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-59/+79
2019-08-30explain why REF_AS_USIZE is importantRalf Jung-0/+3
2019-08-30tweak const-valid testRalf Jung-1/+2
2019-08-30make unions repr(C)Ralf Jung-18/+21
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-156/+568
2019-08-30mod-level doc comment for validity checkRalf Jung-0/+6
2019-08-30better variable namesRalf Jung-28/+28
2019-08-30miri: detect too large dynamically sized objectsRalf Jung-13/+21
2019-08-30Auto merge of #60966 - oli-obk:diagnostic_items, r=eddybbors-18/+260
2019-08-30Fixup remaining direct relocation field referencesAndreas Molzer-5/+6
2019-08-30Move relocation range copies into allocationAndreas Molzer-27/+53
2019-08-30Update testsOliver Scherer-2/+2
2019-08-30Add a "diagnostic item" schemeOliver Scherer-18/+260
2019-08-29Run doctests via out-of-process rustcAndreas Jonson-151/+82
2019-08-29support rustdoc test from stdin to rustcAndreas Jonson-0/+9
2019-08-30Fix test.Sam Radhakrishan-5/+8
2019-08-29Also test isize and usize in wrapping arithmeticsIlija Tovilo-0/+2
2019-08-29Auto merge of #63971 - flip1995:clippyup, r=oli-obkbors-7/+16
2019-08-29Make allocation relocation field privateAndreas Molzer-11/+16
2019-08-29Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnayMazdak Farrokhzad-374/+19
2019-08-29Rollup merge of #63956 - alexcrichton:fix-lto-all-cached, r=michaelwoeristerMazdak Farrokhzad-49/+59
2019-08-29Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-SimulacrumMazdak Farrokhzad-2/+14
2019-08-29Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-SimulacrumMazdak Farrokhzad-21/+24
2019-08-29Add missing links on AsRef traitGuillaume Gomez-11/+13
2019-08-29Rollup merge of #63992 - lzutao:integer-ord, r=nagisaMazdak Farrokhzad-4/+4
2019-08-29Rollup merge of #63984 - cuviper:rust-installer-mem, r=Mark-SimulacrumMazdak Farrokhzad-0/+0
2019-08-29Rollup merge of #63949 - JohnTitor:fix-quick-build, r=Mark-SimulacrumMazdak Farrokhzad-3/+3
2019-08-29Rollup merge of #63941 - Keruspe:warnings, r=Mark-SimulacrumMazdak Farrokhzad-17/+5
2019-08-29Rollup merge of #63914 - hvenev:repr-fields, r=eddybMazdak Farrokhzad-46/+45
2019-08-29Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obkMazdak Farrokhzad-101/+177
2019-08-29Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasperMazdak Farrokhzad-153/+195
2019-08-29Auto merge of #63990 - Centril:rollup-q1nt0b0, r=Centrilbors-296/+741
2019-08-29Small improvement for Ord implementation of integersLzu Tao-4/+4
2019-08-29Rollup merge of #63980 - DutchGhost:master, r=cramertjMazdak Farrokhzad-0/+1
2019-08-29Rollup merge of #63970 - flip1995:notify_clippy, r=oli-obkMazdak Farrokhzad-1/+1
2019-08-29Rollup merge of #63968 - eddyb:apfloat-nostd, r=matthewjasperMazdak Farrokhzad-27/+31
2019-08-29Rollup merge of #63965 - loganwendholt:linker-script-fix, r=michaelwoeristerMazdak Farrokhzad-4/+7
2019-08-29Rollup merge of #63963 - Wind-River:master_003, r=alexcrichtonMazdak Farrokhzad-25/+2
2019-08-29Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebankMazdak Farrokhzad-28/+42
2019-08-29Rollup merge of #63958 - RalfJung:silence-const-prop, r=oli-obkMazdak Farrokhzad-2/+5
2019-08-29Rollup merge of #63945 - Centril:recover-mut-pat, r=estebankMazdak Farrokhzad-171/+546
2019-08-29Rollup merge of #63938 - tshepang:typo, r=CentrilMazdak Farrokhzad-3/+3
2019-08-29Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obkMazdak Farrokhzad-33/+32
2019-08-29Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertjMazdak Farrokhzad-2/+71
2019-08-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-41/+96
2019-08-28Allow running rustdoc on proc-macro crates without specifying '--crate-type p...Aaron Hill-16/+32
2019-08-28Update rust-installer to limit memory useJosh Stone-0/+0