| Age | Commit message (Expand) | Author | Lines |
| 2017-07-14 | Auto merge of #43026 - arielb1:llvm-next, r=alexcrichton | bors | -0/+36 |
| 2017-07-13 | Rollup merge of #43125 - aochagavia:stable_drop, r=arielb1 | Steve Klabnik | -0/+231 |
| 2017-07-13 | Auto merge of #43158 - PlasmaPower:thread-local-try-with, r=alexcrichton | bors | -0/+37 |
| 2017-07-12 | Add regression tests to ensure stable drop order | Adolfo Ochagavía | -0/+231 |
| 2017-07-12 | Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturon | Mark Simulacrum | -0/+29 |
| 2017-07-12 | Rollup merge of #43000 - estebank:on-unimplemented-path, r=arielb1 | Mark Simulacrum | -3/+140 |
| 2017-07-12 | Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1 | Mark Simulacrum | -0/+94 |
| 2017-07-12 | [LLVM] Avoid losing the !nonnull attribute in SROA | Ariel Ben-Yehuda | -0/+36 |
| 2017-07-12 | Auto merge of #43107 - michaelwoerister:less-span-info-in-debug, r=nikomatsakis | bors | -0/+63 |
| 2017-07-11 | Fix @alexcrichton comments | Lee Bousfield | -0/+4 |
| 2017-07-11 | Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normaliz... | kennytm | -32/+72 |
| 2017-07-11 | compiletest: Support custom normalization rules. | kennytm | -74/+47 |
| 2017-07-11 | compiletest: Refactor: Move the `ignore-{}` logic into its own method. | kennytm | -6/+1 |
| 2017-07-11 | Auto merge of #42913 - kennytm:fix-40569-ident-without-backtrack, r=jseyfried | bors | -2/+247 |
| 2017-07-10 | Add LocalKey::try_with as an alternative to state | Lee Bousfield | -0/+33 |
| 2017-07-10 | Auto merge of #43028 - michaelwoerister:dedup-dep-nodes, r=nikomatsakis | bors | -23/+35 |
| 2017-07-10 | Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakis | bors | -4/+14 |
| 2017-07-10 | Fix feature gate for `#[link_args(..)]` attribute so that it will fire | Felix S. Klock II | -4/+14 |
| 2017-07-10 | Split DepNode::ItemSignature into non-overlapping variants. | Michael Woerister | -23/+35 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -1/+14 |
| 2017-07-08 | Auto merge of #43097 - PlasmaPower:large-align, r=eddyb | bors | -1/+20 |
| 2017-07-08 | Box large array to avoid blowing the stack | Lee Bousfield | -6/+8 |
| 2017-07-08 | Auto merge of #42996 - Boreeas:merge-e0609-e0612, r=GuillaumeGomez | bors | -20/+8 |
| 2017-07-08 | Lower alignment limit down to 2^31 - 1 (from LLVM) | Lee Bousfield | -1/+1 |
| 2017-07-08 | Raised alignment limit from 2^15 to 2^31 | Lee Bousfield | -1/+18 |
| 2017-07-08 | Implement O(1)-time Iterator::nth for Range* | Simon Sapin | -13/+5 |
| 2017-07-08 | Remove unused Add bounds in iterator for ranges impls. | Simon Sapin | -1/+0 |
| 2017-07-08 | Auto merge of #42894 - petrochenkov:deny, r=nikomatsakis | bors | -117/+75 |
| 2017-07-08 | Make `patterns_in_fns_without_body` warn-by-default again | Vadim Petrochenkov | -4/+10 |
| 2017-07-08 | Move public reexports of private extern crates into a separate lint | Vadim Petrochenkov | -1/+0 |
| 2017-07-08 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -66/+17 |
| 2017-07-08 | Remove more anonymous trait method parameters | Vadim Petrochenkov | -48/+50 |
| 2017-07-07 | Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakis | bors | -0/+60 |
| 2017-07-07 | Fold E0613 into E0609 | boreeas | -20/+8 |
| 2017-07-07 | Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakis | bors | -136/+43 |
| 2017-07-07 | use the evaluation cache instead of the global fulfillment cache | Ariel Ben-Yehuda | -0/+60 |
| 2017-07-07 | incr.comp.: Don't include span information in the ICH of type definitions. | Michael Woerister | -0/+63 |
| 2017-07-07 | syntax: Apply recovery for casts to type ascription | Vadim Petrochenkov | -33/+102 |
| 2017-07-07 | Fix spans for binary operator expression with interpolated identifiers | Vadim Petrochenkov | -0/+33 |
| 2017-07-07 | Only match a fragment specifier the if it starts with certain tokens. | kennytm | -2/+247 |
| 2017-07-07 | Auto merge of #42125 - petrochenkov:privty, r=nikomatsakis | bors | -5/+314 |
| 2017-07-07 | Address review comments | petrochenkov | -6/+6 |
| 2017-07-06 | Only underline suggestion if it is not the only code being shown | Esteban Küber | -24/+69 |
| 2017-07-06 | Add extra whitespace for suggestions | Esteban Küber | -7/+44 |
| 2017-07-06 | Make suggestion include the line number | Esteban Küber | -26/+26 |
| 2017-07-06 | Check adjustments and node substs | Vadim Petrochenkov | -7/+70 |
| 2017-07-06 | Check types for privacy | Vadim Petrochenkov | -5/+251 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -136/+43 |
| 2017-07-06 | Auto merge of #42816 - alexcrichton:probestack, r=nikomatsakis | bors | -0/+112 |
| 2017-07-06 | rustc: Implement stack probes for x86 | Alex Crichton | -0/+112 |