| Age | Commit message (Expand) | Author | Lines |
| 2018-10-15 | rustc/session: use to_owned when no string conversion is needed | ljedrz | -2/+2 |
| 2018-10-15 | rustc/session: improve common patterns | ljedrz | -58/+35 |
| 2018-10-15 | rustc/session: improve allocations | ljedrz | -6/+7 |
| 2018-10-15 | rustc/session: whitespace & formatting improvements | ljedrz | -85/+79 |
| 2018-10-14 | Detect if access to localStorage is forbidden by the user's browser | Roy Wellington Ⅳ | -0/+6 |
| 2018-10-15 | Auto merge of #55064 - RalfJung:miri-update, r=oli-obk | bors | -5/+19 |
| 2018-10-15 | submodules: update clippy from 9d337313 to 5afdf8b7 | Matthias Krüger | -5/+19 |
| 2018-10-15 | Auto merge of #55024 - alexcrichton:wasm-simd-by-val, r=estebank | bors | -1/+19 |
| 2018-10-15 | Deduplicate tests | Shotaro Yamada | -148/+0 |
| 2018-10-15 | Auto merge of #55008 - ljedrz:cleanup_rustc_driver, r=estebank | bors | -246/+208 |
| 2018-10-15 | rustdoc: Use dyn keyword when rendering dynamic traits | Oliver Middleton | -4/+7 |
| 2018-10-14 | Auto merge of #55046 - wesleywiser:no_virtual_call_inlining, r=varkor | bors | -7/+47 |
| 2018-10-14 | remove unnecessary emphasis in doc comment | Jan Niehusmann | -2/+2 |
| 2018-10-14 | clarify pointer add/sub function safety concerns | Jan Niehusmann | -4/+4 |
| 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 | Unused result warning: "X which must" ↦ "X that must" | varkor | -51/+51 |
| 2018-10-14 | Fix ICE and report a human readable error | Oliver Scherer | -3/+27 |
| 2018-10-14 | change a cloning map to into_iter | ljedrz | -1/+1 |
| 2018-10-14 | create only one vector when winnowing candidates | ljedrz | -7/+5 |
| 2018-10-14 | Added graphviz visualization for obligation forests. | Diogo Sousa | -0/+106 |
| 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 | Fix incorrect link in println! documentation | Diana | -1/+1 |
| 2018-10-14 | typeck: don't collect to a vector when unnecessary | ljedrz | -10/+10 |
| 2018-10-14 | Auto merge of #55051 - matthiaskrgr:dist_msg, r=Mark-Simulacrum | bors | -0/+3 |
| 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 | add option to libtest to run all tests | Emerentius | -46/+104 |
| 2018-10-14 | refactor filter_tests | Emerentius | -43/+23 |
| 2018-10-14 | bump bootstrap compiler to rustc beta 2018-10-13 | Matthias Krüger | -1/+1 |
| 2018-10-13 | Use read_unaligned instead of read in transmute_copy | Artyom Pavlov | -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 |