| Age | Commit message (Expand) | Author | Lines |
| 2018-10-14 | Add comment about step being used by priroda | bjorn3 | -0/+2 |
| 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 | Make EvalContext::step public again | bjorn3 | -1/+1 |
| 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 | Don't collect to vectors where unnecessary | ljedrz | -14/+8 |
| 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 std::fmt: the Python inspiration is already mentioned in preceding paragraph | Tshepang Lekhonkhobe | -2/+1 |
| 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 | resolve: Scale back hard-coded extern prelude additions | Vadim Petrochenkov | -8/+10 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -5/+9 |
| 2018-10-13 | Revert "rustc_resolve: move extern_prelude from Resolver to Session." | Vadim Petrochenkov | -26/+22 |
| 2018-10-13 | Improve verify_llvm_ir config option | Nikita Popov | -8/+14 |
| 2018-10-13 | Also adjust rustdoc to the principal changes | Oliver Scherer | -38/+35 |
| 2018-10-13 | doc: make core::fmt::Error example more simple | Tshepang Lekhonkhobe | -3/+2 |
| 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 | Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfackler | bors | -25/+122 |
| 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 |
| 2018-10-13 | make ENFORCE_VALIDITY a function | Ralf Jung | -6/+10 |
| 2018-10-13 | foreign types: use size and align from layout | Ralf Jung | -2/+3 |
| 2018-10-13 | seems like for generators we cannot access the freevars | Ralf Jung | -5/+9 |
| 2018-10-13 | size_and_align_of can return no result for extern types | Ralf Jung | -23/+26 |
| 2018-10-13 | validate return value on stack pop | Ralf Jung | -35/+59 |
| 2018-10-13 | check return type even for uninhabited case | Ralf Jung | -5/+6 |
| 2018-10-13 | fix validation around transmuting copy_op | Ralf Jung | -33/+136 |
| 2018-10-13 | Auto merge of #54980 - zackmdavis:and_the_case_of_the_universal_call, r=oli-obk | bors | -78/+31 |