| Age | Commit message (Expand) | Author | Lines |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -1210/+1220 |
| 2018-12-06 | Auto merge of #56392 - petrochenkov:regensym, r=oli-obk | bors | -70/+212 |
| 2018-12-06 | Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣ | Jethro Beekman | -8/+29 |
| 2018-12-06 | Update compiler_builtins and remove wasm f32<->f64 math conversions | Jethro Beekman | -67/+14 |
| 2018-12-06 | Refactor net::each_addr/lookup_host to forward error from resolve | Jethro Beekman | -126/+250 |
| 2018-12-06 | Refactor stderr_prints_nothing into a more modular function | Jethro Beekman | -29/+28 |
| 2018-12-06 | Add test for #46589. | David Wood | -0/+66 |
| 2018-12-06 | Fix bug in from_key_hashed_nocheck | John Kåre Alsaker | -0/+4 |
| 2018-12-06 | Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini | bors | -399/+700 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -137/+868 |
| 2018-12-06 | Rollup merge of #56553 - wesleywiser:silence_profiler_output, r=Mark-Simulacrum | Pietro Albini | -4/+4 |
| 2018-12-06 | Rollup merge of #56548 - Lucretiel:string-extend-optimize, r=sfackler | Pietro Albini | -18/+29 |
| 2018-12-06 | Rollup merge of #56528 - sinkuu:unused_dep, r=Mark-Simulacrum | Pietro Albini | -2/+0 |
| 2018-12-06 | Rollup merge of #56525 - udoprog:linux-current-exe, r=alexcrichton | Pietro Albini | -5/+8 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -91/+88 |
| 2018-12-06 | Rollup merge of #56446 - arielb1:special-env-implications, r=nikomatsakis | Pietro Albini | -5/+54 |
| 2018-12-06 | Rollup merge of #56441 - ollie27:rustbuild_compiler_docs, r=alexcrichton | Pietro Albini | -6/+11 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -136/+119 |
| 2018-12-06 | Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko... | Pietro Albini | -113/+194 |
| 2018-12-06 | Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavus | Pietro Albini | -26/+164 |
| 2018-12-06 | Rollup merge of #56315 - weiznich:rustdoc_inline_macro_reexport, r=QuietMisdr... | Pietro Albini | -3/+39 |
| 2018-12-06 | Auto merge of #56307 - RalfJung:stacked-borrows-2-phase, r=oli-obk | bors | -74/+98 |
| 2018-12-05 | Send textual profile data to stderr, not stdout | Mark Rousskov | -3/+3 |
| 2018-12-05 | Don't print the profiling summary to stdout when -Zprofile-json is set | Wesley Wiser | -4/+4 |
| 2018-12-05 | Added explainatory comments | Nathan West | -0/+6 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -119/+180 |
| 2018-12-05 | Fixed mutability | Nathan West | -4/+4 |
| 2018-12-05 | Auto merge of #56549 - pietroalbini:rollup, r=pietroalbini | bors | -418/+518 |
| 2018-12-05 | Rollup merge of #56538 - xfix:patch-13, r=bluss | Pietro Albini | -1/+20 |
| 2018-12-05 | Rollup merge of #56523 - JohnHeitmann:es6, r=GuillaumeGomez | Pietro Albini | -2/+36 |
| 2018-12-05 | Rollup merge of #56498 - GuillaumeGomez:line-numbers, r=QuietMisdreavus | Pietro Albini | -2/+2 |
| 2018-12-05 | Rollup merge of #56497 - ljedrz:cleanup_libstd_const_lifetimes, r=kennytm | Pietro Albini | -173/+173 |
| 2018-12-05 | Rollup merge of #56476 - GuillaumeGomez:invalid-line-number-match, r=QuietMis... | Pietro Albini | -1/+1 |
| 2018-12-05 | Rollup merge of #56466 - ljedrz:delete_tuple_slice, r=nikomatsakis | Pietro Albini | -71/+0 |
| 2018-12-05 | Rollup merge of #56456 - oli-obk:private_impl_trait, r=cramertj | Pietro Albini | -0/+14 |
| 2018-12-05 | Rollup merge of #56452 - sinkuu:redundant_clone, r=nikic | Pietro Albini | -4/+4 |
| 2018-12-05 | Rollup merge of #56424 - mark-i-m:explain-raw, r=Centril | Pietro Albini | -0/+4 |
| 2018-12-05 | Rollup merge of #56388 - matthewjasper:more-lexical-mir-cleanup, r=nikomatsakis | Pietro Albini | -81/+74 |
| 2018-12-05 | Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco | Pietro Albini | -11/+30 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -68/+26 |
| 2018-12-05 | Rollup merge of #55987 - Thomasdezeeuw:weak-ptr_eq, r=sfackler | Pietro Albini | -1/+95 |
| 2018-12-05 | Rollup merge of #55563 - GuillaumeGomez:doc-search-sentence, r=QuietMisdreavus | Pietro Albini | -3/+19 |
| 2018-12-05 | Rollup merge of #51753 - gruberb:document-from-conversions-libstdpath, r=Quie... | Pietro Albini | -0/+20 |
| 2018-12-05 | Optimized string FromIterator impls | Nathan West | -18/+23 |
| 2018-12-05 | Fix precise_pointer_size_matching tests on all platforms | varkor | -6/+13 |
| 2018-12-05 | Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavus | bors | -5/+43 |
| 2018-12-05 | Auto merge of #56535 - matthiaskrgr:clippy, r=oli-obk | bors | -14/+14 |
| 2018-12-05 | Avoid calling clone in DoubleEndedIterator implementation of Copied | Konrad Borowski | -2/+2 |
| 2018-12-05 | Add a test for cloned side effects | Konrad Borowski | -0/+17 |
| 2018-12-05 | Fix typo in variable name | Corey Farwell | -1/+1 |