| Age | Commit message (Expand) | Author | Lines |
| 2018-09-23 | Refactor explain_borrow to return explanation. | David Wood | -162/+140 |
| 2018-09-23 | Auto merge of #54339 - cramertj:no-cx, r=aturon | bors | -568/+93 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -80/+373 |
| 2018-09-23 | Make the `Vec::dedup` method use `slice::partition_dedup` internally | Clément Renault | -84/+7 |
| 2018-09-23 | Introduce the partition_dedup/by/by_key methods for slices | Clément Renault | -5/+237 |
| 2018-09-23 | and llvm has https now | Sylvestre Ledru | -1/+1 |
| 2018-09-23 | The project moved under the Mozilla umbrella | Sylvestre Ledru | -1/+1 |
| 2018-09-23 | Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni... | bors | -73/+346 |
| 2018-09-23 | Improve error message for E0424 | Julian Kulesh | -8/+10 |
| 2018-09-23 | Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis | bors | -540/+746 |
| 2018-09-23 | update rls to 32d457717ce37babef199fe4984b1e20d4e108d4 | Matthias Krüger | -0/+2 |
| 2018-09-22 | stabilize pattern_parentheses feature | Alex Stokes | -38/+4 |
| 2018-09-22 | fix typo in comment | Alex Stokes | -123/+193 |
| 2018-09-22 | Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung | bors | -85/+350 |
| 2018-09-23 | allow dead_code | Jorge Aparicio | -0/+1 |
| 2018-09-22 | in which we include attributes in unused `extern crate` suggestion spans | Zack M. Davis | -1/+74 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -102/+185 |
| 2018-09-22 | the test requires unwinding so we don't run it on the wasm32-bare target | Jorge Aparicio | -0/+1 |
| 2018-09-22 | add codegen test | Jorge Aparicio | -0/+23 |
| 2018-09-22 | fix tidy | Jorge Aparicio | -3/+5 |
| 2018-09-22 | make the nil-enum test work again | Jorge Aparicio | -2/+7 |
| 2018-09-22 | gdb_rust_pretty_printing: adapt to the changes in the layout of btree::LeafNode | Jorge Aparicio | -4/+10 |
| 2018-09-22 | address RalfJung's comment | Jorge Aparicio | -6/+6 |
| 2018-09-22 | add empty enum to the test cases | Jorge Aparicio | -0/+20 |
| 2018-09-22 | improve the run-pass test | Jorge Aparicio | -4/+34 |
| 2018-09-22 | move our check to reuse a previous computation | Jorge Aparicio | -20/+21 |
| 2018-09-22 | improve panic message | Jorge Aparicio | -8/+6 |
| 2018-09-22 | use is_uninhabited in more places | Jorge Aparicio | -12/+12 |
| 2018-09-22 | address Mark-Simulacrum comments | Jorge Aparicio | -11/+8 |
| 2018-09-22 | adapt to change in Session API | Jorge Aparicio | -1/+1 |
| 2018-09-22 | don't deprecate mem::{uninitialized,zeroed} just yet | Jorge Aparicio | -2/+3 |
| 2018-09-22 | alloc: fix deprecated warnings | Jorge Aparicio | -20/+21 |
| 2018-09-22 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+88 |
| 2018-09-22 | core: fix deprecated warnings | Jorge Aparicio | -44/+40 |
| 2018-09-22 | add MaybeUninit and deprecate mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+95 |
| 2018-09-22 | avoid loading constructor attributes in AdtDef decoding | Ariel Ben-Yehuda | -11/+30 |
| 2018-09-22 | Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini | bors | -447/+911 |
| 2018-09-22 | dbg_macro: // ignore-wasm | Mazdak Farrokhzad | -8/+9 |
| 2018-09-22 | Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichton | bors | -24/+131 |
| 2018-09-22 | Allow both explicit and elided lifetimes in the same impl header | Scott McMurray | -29/+83 |
| 2018-09-22 | Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-Simulacrum | Pietro Albini | -6/+6 |
| 2018-09-22 | Rollup merge of #54420 - nnethercote:PackedRWU-Vec, r=nikomatsakis | Pietro Albini | -58/+149 |
| 2018-09-22 | Rollup merge of #54415 - petrochenkov:norollback, r=estebank | Pietro Albini | -36/+26 |
| 2018-09-22 | Rollup merge of #54413 - memoryruins:deref-error-twice, r=estebank | Pietro Albini | -0/+67 |
| 2018-09-22 | Rollup merge of #54412 - jcpst:replace_span_suggestion, r=estebank | Pietro Albini | -1/+3 |
| 2018-09-22 | Rollup merge of #54409 - estebank:remove-in, r=pnkfelix | Pietro Albini | -13/+51 |
| 2018-09-22 | Rollup merge of #54402 - bgermann:master, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-09-22 | Rollup merge of #54374 - SergioBenitez:pub-multispan, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-09-22 | Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomez | Pietro Albini | -37/+48 |
| 2018-09-22 | Rollup merge of #54370 - nnethercote:better-domain_size, r=nikomatsakis | Pietro Albini | -202/+210 |