| Age | Commit message (Expand) | Author | Lines |
| 2017-12-15 | Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis | bors | -33/+88 |
| 2017-12-15 | Auto merge of #46653 - estebank:str-as-ch, r=petrochenkov | bors | -2/+28 |
| 2017-12-14 | When attempting to write str with single quote suggest double quotes | Esteban Küber | -2/+28 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -0/+294 |
| 2017-12-15 | Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakis | bors | -1975/+6701 |
| 2017-12-14 | Review feedback: Added test with control flow merge of two borrows "before ac... | Felix S. Klock II | -0/+27 |
| 2017-12-14 | Auto merge of #45047 - durka:trait-alias, r=petrochenkov | bors | -0/+108 |
| 2017-12-14 | Fix rebase | Vadim Petrochenkov | -67/+103 |
| 2017-12-14 | Support regexes in custom normalization in UI tests | Vadim Petrochenkov | -34/+42 |
| 2017-12-14 | Do the same things for fulldeps tests | Vadim Petrochenkov | -6/+126 |
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -2814/+1756 |
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -7/+5821 |
| 2017-12-14 | Remove NOTE/HELP annotations from error index tests | Vadim Petrochenkov | -216/+22 |
| 2017-12-14 | error for impl trait alias | Alex Burka | -1/+3 |
| 2017-12-14 | feature gate trait aliases | Alex Burka | -14/+18 |
| 2017-12-14 | error on any use of trait alias | Alex Burka | -6/+46 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -0/+62 |
| 2017-12-14 | Auto merge of #45002 - oli-obk:miri, r=eddyb | bors | -2/+13 |
| 2017-12-14 | Auto merge of #46335 - oli-obk:cleanups, r=jseyfried | bors | -10/+10 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -10/+10 |
| 2017-12-14 | Auto merge of #46633 - estebank:arg-mismatch, r=arielb1 | bors | -63/+87 |
| 2017-12-14 | Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelix | bors | -10/+95 |
| 2017-12-14 | Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1 | bors | -81/+399 |
| 2017-12-13 | Added test to make sure that undeclared lifetimes are in fact detected | Sunjay Varma | -0/+63 |
| 2017-12-13 | Added test to make sure we can refer to the declared traits of a generic asso... | Sunjay Varma | -5/+18 |
| 2017-12-13 | Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1 | bors | -0/+47 |
| 2017-12-13 | Updating tests to remove all "undeclared lifetime" errors (since those should... | Sunjay Varma | -33/+12 |
| 2017-12-13 | Check activation points as the place where mutable borrows become relevant. | Felix S. Klock II | -11/+72 |
| 2017-12-13 | two-phase-reservation-sharing-interference.rs variant that is perhaps more su... | Felix S. Klock II | -0/+38 |
| 2017-12-13 | test describing a currently unsupported corner case. | Felix S. Klock II | -0/+46 |
| 2017-12-13 | tests transcribed from nikos blog post. | Felix S. Klock II | -0/+101 |
| 2017-12-13 | the minimal test for two-phase borrows: the core example from niko's blog pos... | Felix S. Klock II | -0/+21 |
| 2017-12-13 | Move error checks out of span for easier to follow `.stderr` | Esteban Küber | -15/+6 |
| 2017-12-13 | correct comment in test | Niko Matsakis | -1/+1 |
| 2017-12-13 | refactor region value bitmatrix | Niko Matsakis | -4/+4 |
| 2017-12-13 | fix closure tests now that MIR typeck works properly | Niko Matsakis | -79/+142 |
| 2017-12-13 | Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrc | bors | -7/+7 |
| 2017-12-13 | normalize fn sig as part of reification | Niko Matsakis | -0/+38 |
| 2017-12-13 | Mir typeck Cast for Unsize value | Santiago Pastorino | -0/+24 |
| 2017-12-13 | Mir typeck Cast for ClosureFnPtr value | Santiago Pastorino | -0/+22 |
| 2017-12-13 | Mir typeck Cast for UnsafeFnPtr value | Santiago Pastorino | -0/+24 |
| 2017-12-13 | Mir typeck Cast for ReifyFnPtr value | Santiago Pastorino | -0/+52 |
| 2017-12-13 | Check functions predicates | Santiago Pastorino | -0/+28 |
| 2017-12-13 | Check Aggregate predicates | Santiago Pastorino | -0/+28 |
| 2017-12-13 | Check Repeat Rvalue | Santiago Pastorino | -0/+39 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -0/+59 |
| 2017-12-12 | Regression test for issue #46112. | Felix S. Klock II | -0/+47 |
| 2017-12-13 | Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakis | bors | -1/+25 |
| 2017-12-13 | Auto merge of #46613 - petrochenkov:absext, r=nikomatsakis | bors | -0/+164 |
| 2017-12-12 | Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obk | bors | -2/+32 |