| Age | Commit message (Expand) | Author | Lines |
| 2018-03-15 | Fix tidy | Alexandre Martin | -1/+1 |
| 2018-03-15 | add xref to rust-guide | Niko Matsakis | -0/+4 |
| 2018-03-14 | Add documentation | scalexm | -0/+24 |
| 2018-03-14 | Move code into librustc_traits | scalexm | -15/+13 |
| 2018-03-14 | Address niko's nits | scalexm | -195/+173 |
| 2018-03-14 | Add MVP for chalkification | scalexm | -0/+519 |
| 2018-03-13 | add "text" sections for things that seem likely to be a problem | Niko Matsakis | -2/+6 |
| 2018-03-13 | remove dead code | Niko Matsakis | -11/+0 |
| 2018-03-13 | replace inline docs with references to rustc-guide | Niko Matsakis | -57/+18 |
| 2018-03-13 | add a debug assertion that only outlives-oblig. result from norm. | Niko Matsakis | -7/+32 |
| 2018-03-13 | `trans_apply_param_substs` => `subst_and_normalize_erasing_regions` | Niko Matsakis | -70/+91 |
| 2018-03-13 | short-circuit work when instantiating query responses | Niko Matsakis | -24/+84 |
| 2018-03-13 | short-circuit `dropck_outlives` for simple cases | Niko Matsakis | -2/+72 |
| 2018-03-13 | add regression tests for various MIR bugs that get fixed | Niko Matsakis | -0/+199 |
| 2018-03-13 | add some debug output | Niko Matsakis | -1/+15 |
| 2018-03-13 | move `drain_fulfillment_cx_or_panic` to be private to traits::trans | Niko Matsakis | -40/+44 |
| 2018-03-13 | transition various normalization functions to the new methods | Niko Matsakis | -283/+91 |
| 2018-03-13 | introduce `tcx.normalize_erasing_regions(..)` operaton [VIC] | Niko Matsakis | -3/+143 |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -301/+560 |
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -10/+637 |
| 2018-03-13 | in `Foo(X)` dep-nodes, allow X to be a `ty` not a `tt` | Niko Matsakis | -21/+24 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -16/+1121 |
| 2018-03-13 | change `ParamEnv::and` to sometimes keep the environment [VIC] | Niko Matsakis | -21/+28 |
| 2018-03-13 | move ParamEnv methods from `ty/util` to `ty/mod` | Niko Matsakis | -44/+44 |
| 2018-03-13 | refactor `ParamEnv::empty(Reveal)` into two distinct methods | Niko Matsakis | -72/+77 |
| 2018-03-13 | add handy helper for Cell<usize>, used for perf stats | Niko Matsakis | -0/+10 |
| 2018-03-13 | random reformatting | Niko Matsakis | -17/+16 |
| 2018-03-13 | comment the purpose of `TransNormalize` | Niko Matsakis | -0/+4 |
| 2018-03-13 | make regions "traceable" so you can do `infcx.at(..).eq(r1, r2)` | Niko Matsakis | -22/+23 |
| 2018-03-13 | fix typo in comment | Niko Matsakis | -1/+1 |
| 2018-03-13 | add `TypeRelation` and `Lift` impls for `Kind` | Niko Matsakis | -11/+35 |
| 2018-03-13 | improve TypeFoldable/Lift macros and make a bunch of stuff use them | Niko Matsakis | -813/+551 |
| 2018-03-13 | require `Lifted` types to outlive `'tcx` | Niko Matsakis | -1/+1 |
| 2018-03-13 | Auto merge of #48958 - alexcrichton:update-rls-rustc, r=sfackler | bors | -3/+3 |
| 2018-03-13 | Rollup merge of #48954 - GuillaumeGomez:missing-links-fmt, r=QuietMisdreavus | kennytm | -4/+8 |
| 2018-03-13 | Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavus | kennytm | -8/+30 |
| 2018-03-13 | Rollup merge of #48631 - focusaurus:remember-collapse-setting, r=QuietMisdreavus | kennytm | -0/+6 |
| 2018-03-13 | Rollup merge of #48480 - jethrogb:patch-5, r=alexcrichton | kennytm | -0/+4 |
| 2018-03-12 | Update the rls-rustc package | Alex Crichton | -3/+3 |
| 2018-03-12 | Add missing links | Guillaume Gomez | -4/+8 |
| 2018-03-13 | Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkov | kennytm | -1/+18 |
| 2018-03-13 | Rollup merge of #48928 - zackmdavis:span_suggestion_field_day, r=estebank | kennytm | -29/+46 |
| 2018-03-13 | Rollup merge of #48887 - alexcrichton:update-stdsimd, r=kennytm | kennytm | -0/+2 |
| 2018-03-13 | Rollup merge of #48880 - petrochenkov:badstderr, r=kennytm | kennytm | -140/+28 |
| 2018-03-13 | Rollup merge of #48877 - GuillaumeGomez:vec-missing-links, r=QuietMisdreavus | kennytm | -7/+14 |
| 2018-03-13 | Rollup merge of #48725 - humenda:master, r=nikomatsakis | kennytm | -56/+23 |
| 2018-03-13 | Rollup merge of #48201 - NovemberZulu:master, r=steveklabnik | kennytm | -15/+36 |
| 2018-03-12 | Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelix | bors | -600/+572 |
| 2018-03-12 | Auto merge of #48295 - Keruspe:master, r=alexcrichton | bors | -3/+10 |
| 2018-03-12 | Auto merge of #48938 - alexcrichton:no-leak-makeflags, r=kennytm | bors | -1/+8 |