| Age | Commit message (Expand) | Author | Lines |
| 2019-08-30 | Skip wrapping arithmetic tests on emscripten for 128 bit integers | Ilija Tovilo | -0/+2 |
| 2019-08-30 | Auto merge of #63827 - andjo403:out-of-process-rustc-in-rustdoc, r=Mark-Simul... | bors | -151/+91 |
| 2019-08-30 | Update Clippy | flip1995 | -16/+7 |
| 2019-08-30 | const-eval tests: make all unions repr(C) | Ralf Jung | -59/+79 |
| 2019-08-30 | explain why REF_AS_USIZE is important | Ralf Jung | -0/+3 |
| 2019-08-30 | tweak const-valid test | Ralf Jung | -1/+2 |
| 2019-08-30 | make unions repr(C) | Ralf Jung | -18/+21 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -156/+568 |
| 2019-08-30 | mod-level doc comment for validity check | Ralf Jung | -0/+6 |
| 2019-08-30 | better variable names | Ralf Jung | -28/+28 |
| 2019-08-30 | miri: detect too large dynamically sized objects | Ralf Jung | -13/+21 |
| 2019-08-30 | Auto merge of #60966 - oli-obk:diagnostic_items, r=eddyb | bors | -18/+260 |
| 2019-08-30 | Fixup remaining direct relocation field references | Andreas Molzer | -5/+6 |
| 2019-08-30 | Move relocation range copies into allocation | Andreas Molzer | -27/+53 |
| 2019-08-30 | Update tests | Oliver Scherer | -2/+2 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -18/+260 |
| 2019-08-29 | Run doctests via out-of-process rustc | Andreas Jonson | -151/+82 |
| 2019-08-29 | support rustdoc test from stdin to rustc | Andreas Jonson | -0/+9 |
| 2019-08-30 | Fix test. | Sam Radhakrishan | -5/+8 |
| 2019-08-29 | Also test isize and usize in wrapping arithmetics | Ilija Tovilo | -0/+2 |
| 2019-08-29 | Auto merge of #63971 - flip1995:clippyup, r=oli-obk | bors | -7/+16 |
| 2019-08-29 | Make allocation relocation field private | Andreas Molzer | -11/+16 |
| 2019-08-29 | Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnay | Mazdak Farrokhzad | -374/+19 |
| 2019-08-29 | Rollup merge of #63956 - alexcrichton:fix-lto-all-cached, r=michaelwoerister | Mazdak Farrokhzad | -49/+59 |
| 2019-08-29 | Rollup merge of #63953 - crlf0710:bootstrap_mirroring, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+14 |
| 2019-08-29 | Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -21/+24 |
| 2019-08-29 | Add missing links on AsRef trait | Guillaume Gomez | -11/+13 |
| 2019-08-29 | Rollup merge of #63992 - lzutao:integer-ord, r=nagisa | Mazdak Farrokhzad | -4/+4 |
| 2019-08-29 | Rollup merge of #63984 - cuviper:rust-installer-mem, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+0 |
| 2019-08-29 | Rollup merge of #63949 - JohnTitor:fix-quick-build, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+3 |
| 2019-08-29 | Rollup merge of #63941 - Keruspe:warnings, r=Mark-Simulacrum | Mazdak Farrokhzad | -17/+5 |
| 2019-08-29 | Rollup merge of #63914 - hvenev:repr-fields, r=eddyb | Mazdak Farrokhzad | -46/+45 |
| 2019-08-29 | Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk | Mazdak Farrokhzad | -101/+177 |
| 2019-08-29 | Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper | Mazdak Farrokhzad | -153/+195 |
| 2019-08-29 | Auto merge of #63990 - Centril:rollup-q1nt0b0, r=Centril | bors | -296/+741 |
| 2019-08-29 | Small improvement for Ord implementation of integers | Lzu Tao | -4/+4 |
| 2019-08-29 | Rollup merge of #63980 - DutchGhost:master, r=cramertj | Mazdak Farrokhzad | -0/+1 |
| 2019-08-29 | Rollup merge of #63970 - flip1995:notify_clippy, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-08-29 | Rollup merge of #63968 - eddyb:apfloat-nostd, r=matthewjasper | Mazdak Farrokhzad | -27/+31 |
| 2019-08-29 | Rollup merge of #63965 - loganwendholt:linker-script-fix, r=michaelwoerister | Mazdak Farrokhzad | -4/+7 |
| 2019-08-29 | Rollup merge of #63963 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -25/+2 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -28/+42 |
| 2019-08-29 | Rollup merge of #63958 - RalfJung:silence-const-prop, r=oli-obk | Mazdak Farrokhzad | -2/+5 |
| 2019-08-29 | Rollup merge of #63945 - Centril:recover-mut-pat, r=estebank | Mazdak Farrokhzad | -171/+546 |
| 2019-08-29 | Rollup merge of #63938 - tshepang:typo, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-08-29 | Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obk | Mazdak Farrokhzad | -33/+32 |
| 2019-08-29 | Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertj | Mazdak Farrokhzad | -2/+71 |
| 2019-08-29 | Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov | bors | -41/+96 |
| 2019-08-28 | Allow running rustdoc on proc-macro crates without specifying '--crate-type p... | Aaron Hill | -16/+32 |
| 2019-08-28 | Update rust-installer to limit memory use | Josh Stone | -0/+0 |