| Age | Commit message (Expand) | Author | Lines |
| 2018-09-23 | dbg_macro: more things... | Mazdak Farrokhzad | -0/+3 |
| 2018-09-23 | Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb | bors | -314/+286 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -67/+276 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -111/+319 |
| 2018-09-23 | Renamed ppaux highlight region hook. | David Wood | -9/+14 |
| 2018-09-23 | Added note about dangling references. | David Wood | -0/+36 |
| 2018-09-23 | Fixed off-by-one span. | David Wood | -9/+9 |
| 2018-09-23 | Added multiple parameter closure test. | David Wood | -2/+20 |
| 2018-09-23 | Improve 'dropped here' note. | David Wood | -9/+25 |
| 2018-09-23 | Improve borrow errors for closures. | David Wood | -153/+438 |
| 2018-09-23 | Improve non-closure, reference in-and-out errors. | David Wood | -10/+114 |
| 2018-09-23 | Refactor MirBorrowckCtxt to take infcx instead of tcx. | David Wood | -108/+113 |
| 2018-09-23 | Refactor region naming for control of diagnostics. | David Wood | -125/+168 |
| 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 |