| Age | Commit message (Expand) | Author | Lines |
| 2017-12-15 | make doc search more relevant | Guillaume Gomez | -12/+7 |
| 2017-12-15 | Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis | bors | -53/+155 |
| 2017-12-15 | Auto merge of #46653 - estebank:str-as-ch, r=petrochenkov | bors | -4/+63 |
| 2017-12-14 | When attempting to write str with single quote suggest double quotes | Esteban Küber | -4/+63 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -255/+1182 |
| 2017-12-15 | Auto merge of #46701 - eddyb:vector-newtypes, r=nagisa | bors | -87/+98 |
| 2017-12-15 | Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakis | bors | -1976/+6707 |
| 2017-12-14 | Address review feedback: don't treat "first" activation special. | Felix S. Klock II | -6/+14 |
| 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 | Address review feedback: don't bother skipping reservations paired with activ... | Felix S. Klock II | -10/+0 |
| 2017-12-14 | Auto merge of #45047 - durka:trait-alias, r=petrochenkov | bors | -35/+323 |
| 2017-12-14 | Fix rebase | Vadim Petrochenkov | -67/+103 |
| 2017-12-14 | Support regexes in custom normalization in UI tests | Vadim Petrochenkov | -35/+48 |
| 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 | Auto merge of #46562 - michaelwoerister:faster-span-hashing, r=eddyb | bors | -44/+99 |
| 2017-12-14 | rls depends on rustfmt | Alex Burka | -0/+1 |
| 2017-12-14 | error for impl trait alias | Alex Burka | -12/+24 |
| 2017-12-14 | trait alias fallout | Alex Burka | -0/+1 |
| 2017-12-14 | feature gate trait aliases | Alex Burka | -14/+26 |
| 2017-12-14 | error on any use of trait alias | Alex Burka | -9/+49 |
| 2017-12-14 | add trait aliases to typeck | Alex Burka | -2/+11 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -8/+59 |
| 2017-12-14 | stub out trait aliases in librustdoc | Alex Burka | -0/+3 |
| 2017-12-14 | stub out trait aliases in save_analysis | Alex Burka | -0/+21 |
| 2017-12-14 | stub out trait aliases in resolve | Alex Burka | -0/+18 |
| 2017-12-14 | add trait aliases to AST | Alex Burka | -14/+134 |
| 2017-12-14 | incr.comp.: Do less hashing per Span. | Michael Woerister | -41/+62 |
| 2017-12-14 | incr.comp.: Speed up span hashing by caching expansion context hashes. | Michael Woerister | -3/+37 |
| 2017-12-14 | Auto merge of #45002 - oli-obk:miri, r=eddyb | bors | -63/+6567 |
| 2017-12-14 | Address review note: `AccessErrorsReported` meant to track whether error repo... | Felix S. Klock II | -1/+1 |
| 2017-12-14 | Do not produce debuginfo for tools | Oliver Schneider | -2/+5 |
| 2017-12-14 | Auto merge of #46335 - oli-obk:cleanups, r=jseyfried | bors | -309/+444 |
| 2017-12-14 | Move mir validation out of tree | Oliver Schneider | -1502/+81 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -309/+444 |
| 2017-12-14 | Auto merge of #46633 - estebank:arg-mismatch, r=arielb1 | bors | -84/+94 |
| 2017-12-14 | Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelix | bors | -63/+144 |
| 2017-12-14 | Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1 | bors | -257/+1093 |
| 2017-12-13 | After discussion with ariel, replacing a guard within kill_loans_out_of_scope... | Felix S. Klock II | -33/+33 |
| 2017-12-13 | Address review comment: use `.get` instead of indexing to cope w/ terminators. | Felix S. Klock II | -13/+4 |
| 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 | -5/+66 |
| 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 | -15/+192 |
| 2017-12-13 | Sidestep ICE from `MirBorrowckCtxt::find_closure_span`. | Felix S. Klock II | -0/+6 |
| 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 |