| Age | Commit message (Expand) | Author | Lines |
| 2017-11-07 | Rollup merge of #45782 - frewsxcv:frewsxcv-shorthands-helpers, r=manishearth | kennytm | -13/+35 |
| 2017-11-07 | Rollup merge of #45778 - Havvy:patch-1, r=steveklabnik | kennytm | -1/+1 |
| 2017-11-07 | Rollup merge of #45764 - QuietMisdreavus:rustdoc-doctest-lints, r=GuillaumeGomez | kennytm | -8/+16 |
| 2017-11-07 | Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakis | kennytm | -42/+95 |
| 2017-11-07 | Rollup merge of #45714 - sdroege:thread-panic-docs, r=dtolnay | kennytm | -5/+9 |
| 2017-11-07 | Rollup merge of #45682 - RalfJung:rwlock-guards, r=alexcrichton | kennytm | -3/+8 |
| 2017-11-07 | Rollup merge of #45588 - Keruspe:master, r=alexcrichton | kennytm | -2/+5 |
| 2017-11-07 | Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavus | kennytm | -0/+246 |
| 2017-11-07 | Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton | bors | -13/+84 |
| 2017-11-07 | incr.comp.: Add -Zincremental-verify-ich, which allows to perform a consisten... | Michael Woerister | -2/+32 |
| 2017-11-07 | incr.comp.: Don't filter out StmtDecls from hir::Block during hashing as thes... | Michael Woerister | -27/+1 |
| 2017-11-07 | incr.comp.: Sort exported symbols list in order to achieve stable incr. comp.... | Michael Woerister | -1/+12 |
| 2017-11-07 | incr.comp.: Always require Session when decoding Spans (as to avoid silently ... | Michael Woerister | -57/+71 |
| 2017-11-07 | incr.comp.: Make assertion in try_mark_green() more targeted. | Michael Woerister | -4/+14 |
| 2017-11-07 | incr.comp.: Mark more input nodes as inputs. | Michael Woerister | -18/+18 |
| 2017-11-07 | incr.comp.: Allow for forcing input nodes lazily. | Michael Woerister | -51/+70 |
| 2017-11-07 | Remove `send` lang item. | leonardo.yvens | -2/+1 |
| 2017-11-07 | Remove deprecated message | Kornel | -21/+0 |
| 2017-11-07 | Fix some rebasing fallout. | Michael Woerister | -5/+8 |
| 2017-11-07 | Don't duplicate logic of when an Instance requests to be inlined. | Michael Woerister | -7/+5 |
| 2017-11-07 | Update run-make tests. | Michael Woerister | -2/+16 |
| 2017-11-07 | Update mir-opt tests. | Michael Woerister | -5/+20 |
| 2017-11-07 | Update compile-fail tests. | Michael Woerister | -33/+36 |
| 2017-11-07 | Update codegen tests. | Michael Woerister | -20/+20 |
| 2017-11-07 | Fix incremental tests after change to instantiation strategy. | Michael Woerister | -275/+285 |
| 2017-11-07 | incr.comp.: Improve error message for unknown fingerprint. | Michael Woerister | -1/+6 |
| 2017-11-07 | Update invalid inline arg test. | Michael Woerister | -1/+3 |
| 2017-11-07 | Add regression tests for non-instantiation of inline and const fns. | Michael Woerister | -0/+45 |
| 2017-11-07 | Update codegen-unit tests. | Michael Woerister | -47/+47 |
| 2017-11-07 | Fix translation item collection for inline and const fns. | Michael Woerister | -10/+24 |
| 2017-11-07 | Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus | bors | -4/+29 |
| 2017-11-06 | Update comments in cast-lt.pp | Alec Theriault | -3/+1 |
| 2017-11-06 | review comments | Esteban Küber | -4/+4 |
| 2017-11-06 | Add RefCell<T>::replace_with | Havvy | -13/+38 |
| 2017-11-07 | Auto merge of #45571 - zackmdavis:regenerate_char_private, r=alexcrichton | bors | -76/+85 |
| 2017-11-06 | Display all emission types in error msg if user inputs invalid option. | Corey Farwell | -13/+35 |
| 2017-11-06 | Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 | bors | -222/+660 |
| 2017-11-06 | Fix navbar click while in a search | Guillaume Gomez | -0/+9 |
| 2017-11-06 | collect unused unsafe code | Ariel Ben-Yehuda | -74/+221 |
| 2017-11-06 | run unsafety checking before dead block collection | Ariel Ben-Yehuda | -6/+33 |
| 2017-11-06 | tweak notes on ignore/compile_fail examples | QuietMisdreavus | -5/+5 |
| 2017-11-06 | Move tls-model to a -Z option since it is unstable | Amanieu d'Antras | -7/+7 |
| 2017-11-06 | Auto merge of #45811 - DSpeckhals:update-rustfmt-rls, r=nikomatsakis | bors | -27/+13 |
| 2017-11-06 | Test error for `...` in expressions | Badel2 | -0/+38 |
| 2017-11-06 | Using `...` in expressions is now an error | Badel2 | -16/+21 |
| 2017-11-06 | Auto merge of #45322 - infinity0:master, r=alexcrichton | bors | -9/+9 |
| 2017-11-06 | tools: Fix rustfmt and the RLS | Dustin Speckhals | -27/+13 |
| 2017-11-07 | Forbid casting to/from a pointer of unknown kind | Wonwoo Choi | -23/+111 |
| 2017-11-06 | Update tests for new format! error message | Tommy Ip | -2/+2 |
| 2017-11-06 | Add tests for new format! error message | Tommy Ip | -23/+26 |