| Age | Commit message (Expand) | Author | Lines |
| 2018-10-15 | Merge pull request #5 from oliver-giersch/master | oliver-giersch | -686/+1082 |
| 2018-10-15 | adds feature gate to doc-test (example) | oliver-giersch | -0/+1 |
| 2018-10-15 | adds missing method call parentheses | oliver-giersch | -1/+1 |
| 2018-10-15 | fixes misplaced semicolon | oliver-giersch | -2/+2 |
| 2018-10-15 | adds doc for `Builder::spawn_unchecked` | oliver-giersch | -1/+60 |
| 2018-10-15 | Auto merge of #55064 - RalfJung:miri-update, r=oli-obk | bors | -5/+19 |
| 2018-10-15 | Auto merge of #55024 - alexcrichton:wasm-simd-by-val, r=estebank | bors | -1/+19 |
| 2018-10-15 | Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebank | bors | -246/+208 |
| 2018-10-14 | Auto merge of #55046 - wesleywiser:no_virtual_call_inlining, r=varkor | bors | -7/+47 |
| 2018-10-14 | Auto merge of #55032 - oli-obk:the_early_unwrap_gets_the_panic, r=Mark-Simula... | bors | -189/+147 |
| 2018-10-14 | [mir-inlining] Don't inline virtual calls | Wesley Wiser | -7/+47 |
| 2018-10-14 | Auto merge of #55055 - matthiaskrgr:bump_beta, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-10-14 | remove unnecessary lifetime bounds | oliver-giersch | -2/+2 |
| 2018-10-14 | Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrum | bors | -0/+3 |
| 2018-10-14 | update miri | Ralf Jung | -5/+19 |
| 2018-10-14 | Auto merge of #55015 - dsciarra:underscores-constant-names, r=petrochenkov | bors | -1/+100 |
| 2018-10-14 | Support underscore as constant name | Donato Sciarra | -1/+100 |
| 2018-10-14 | Auto merge of #55049 - tshepang:fix, r=withoutboats | bors | -1/+1 |
| 2018-10-14 | Auto merge of #55018 - euclio:issue-24421, r=alexcrichton | bors | -1/+20 |
| 2018-10-13 | Auto merge of #55017 - memoryruins:add-tests, r=alexcrichton | bors | -0/+49 |
| 2018-10-14 | bump bootstrap compiler to rustc beta 2018-10-13 | Matthias Krüger | -1/+1 |
| 2018-10-13 | boostrap: dist: if a file cannot be installed because it does not exist, prin... | Matthias Krüger | -0/+3 |
| 2018-10-13 | Auto merge of #54916 - matthiaskrgr:submodules_update, r=oli-obk | bors | -31/+20 |
| 2018-10-13 | doc: fix sentence structure in std::fmt | Tshepang Lekhonkhobe | -1/+1 |
| 2018-10-13 | bootstrap: update clippy license locations which changed due to relicensing. | Matthias Krüger | -2/+4 |
| 2018-10-13 | Also adjust rustdoc to the principal changes | Oliver Scherer | -38/+35 |
| 2018-10-13 | submodules: update cargo from ad6e5c00 to 5dbac988 | Matthias Krüger | -7/+7 |
| 2018-10-13 | submodules: update rls from 15d4d4a to 440a985 | Matthias Krüger | -3/+4 |
| 2018-10-13 | submodules: update clippy from 32b1d1fc to 9d337313 | Matthias Krüger | -19/+5 |
| 2018-10-13 | Auto merge of #55003 - zackmdavis:must_use_assoc_fn, r=varkor | bors | -16/+31 |
| 2018-10-13 | Update mod.rs | oliver-giersch | -3/+3 |
| 2018-10-13 | Update mod.rs | oliver-giersch | -3/+2 |
| 2018-10-13 | Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfackler | bors | -25/+122 |
| 2018-10-13 | adds unsafe `thread::Builder::spawn_unchecked` function | oliver-giersch | -11/+17 |
| 2018-10-13 | Auto merge of #54997 - davidtwco:issue-54896, r=nagisa | bors | -162/+295 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -151/+112 |
| 2018-10-13 | Auto merge of #54955 - RalfJung:miri-validate2, r=oli-obk | bors | -127/+333 |
| 2018-10-13 | rustc/driver: whitespace & formatting fixes | ljedrz | -86/+87 |
| 2018-10-13 | rustc/driver: unwrap_or_else with function calls | ljedrz | -7/+5 |
| 2018-10-13 | rustc/driver: remove explicit return, add explicit None | ljedrz | -2/+2 |
| 2018-10-13 | rustc/driver: don't sort base if it only has one element | ljedrz | -2/+3 |
| 2018-10-13 | rustc/driver: remove lifetimes from consts | ljedrz | -15/+8 |
| 2018-10-13 | rustc/driver: improve common patterns | ljedrz | -58/+33 |
| 2018-10-13 | rustc/driver: use Cow<str> where applicable | ljedrz | -7/+8 |
| 2018-10-13 | rustc/driver: improve/remove allocations | ljedrz | -32/+30 |
| 2018-10-13 | update miri | Ralf Jung | -21/+9 |
| 2018-10-13 | run-time validation: accept undef in int arrays, as we do for ints | Ralf Jung | -5/+10 |
| 2018-10-13 | address nits | Ralf Jung | -1/+2 |
| 2018-10-13 | validation: accept pointers in integer arrays | Ralf Jung | -6/+46 |
| 2018-10-13 | Fix and test upvar name printing for validity | Ralf Jung | -10/+42 |