| Age | Commit message (Expand) | Author | Lines |
| 2018-08-27 | implement liveness tracing, remove old liveness system | Niko Matsakis | -4/+2 |
| 2018-08-27 | Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelix | bors | -0/+98 |
| 2018-08-27 | Auto merge of #53624 - Zoxc:ice-fix, r=oli-obk | bors | -1/+3 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -1/+3 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -1/+69 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -64/+134 |
| 2018-08-26 | Auto merge of #53567 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -2/+2 |
| 2018-08-25 | Auto merge of #53612 - mark-i-m:anon_param_disallowed_2018, r=petrochenkov | bors | -82/+63 |
| 2018-08-25 | Auto merge of #53584 - mcr431:Fix-#53525, r=varkor | bors | -251/+83 |
| 2018-08-25 | Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre... | bors | -0/+20 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -21/+1280 |
| 2018-08-24 | fix tests | Mark Mansi | -36/+6 |
| 2018-08-24 | oops | Mark Mansi | -2/+0 |
| 2018-08-24 | Add/update tests for 2015, 2018, rustfix | Mark Mansi | -75/+75 |
| 2018-08-24 | Start working on a test | Mark Mansi | -0/+13 |
| 2018-08-24 | Auto merge of #53460 - JoshBrudnak:master, r=estebank | bors | -0/+31 |
| 2018-08-24 | address pnkfelix nits | Niko Matsakis | -25/+48 |
| 2018-08-24 | pacify the mercilous tidy: adt-nullary-enums test | Niko Matsakis | -17/+32 |
| 2018-08-24 | ufcs with annot in position 1 and 2 | Niko Matsakis | -0/+240 |
| 2018-08-24 | rename test case | Niko Matsakis | -5/+5 |
| 2018-08-24 | add test for method ufcs notation | Niko Matsakis | -0/+122 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -0/+556 |
| 2018-08-24 | support user annotations in fns, methods | Niko Matsakis | -0/+223 |
| 2018-08-24 | add a `user_substs` table and store the annotations in there | Niko Matsakis | -0/+80 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -9/+95 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -0/+49 |
| 2018-08-24 | Auto merge of #53044 - SergioBenitez:stable-attr-literals, r=petrochenkov | bors | -171/+29 |
| 2018-08-24 | updates tests to use new error code | Matthew Russo | -185/+83 |
| 2018-08-24 | Merging error code descriptions into E0107 and adding "no longer | Matthew Russo | -66/+0 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -2/+2 |
| 2018-08-24 | Rollup merge of #53600 - varkor:expected-generic-arg-s, r=eddyb | kennytm | -2/+2 |
| 2018-08-24 | Rollup merge of #53562 - varkor:bastion-of-the-turbofish, r=nagisa | kennytm | -0/+4 |
| 2018-08-24 | Rollup merge of #53559 - Dylan-DPC:fix/missing-doc-lint, r=kennytm | kennytm | -5/+38 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -171/+29 |
| 2018-08-24 | Turn the error for module-relative access to macro-expanded `macro_export` ma... | Vadim Petrochenkov | -1/+8 |
| 2018-08-24 | Add a test for reset expansion info | Vadim Petrochenkov | -0/+29 |
| 2018-08-23 | Auto merge of #53588 - tristanburgess:52985_diagnostics_no_concrete_type_behi... | bors | -2/+38 |
| 2018-08-23 | fix new ui test | Jorge Aparicio | -2/+2 |
| 2018-08-23 | fix tidy | Jorge Aparicio | -0/+32 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -71/+109 |
| 2018-08-23 | fix testcase | dylan_DPC | -5/+18 |
| 2018-08-23 | Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister | bors | -1/+1 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -2/+2 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -171/+237 |
| 2018-08-23 | use `TypeOp` machinery for `outlives_bounds` | Niko Matsakis | -0/+37 |
| 2018-08-23 | resolve type variables in the custom type op pathway | Niko Matsakis | -0/+61 |
| 2018-08-23 | Auto merge of #53459 - petrochenkov:stabmore, r=nrc | bors | -75/+18 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -1/+1 |
| 2018-08-23 | Auto merge of #53235 - varkor:gat_impl_where, r=estebank | bors | -4/+17 |