| Age | Commit message (Expand) | Author | Lines |
| 2018-03-15 | Rollup merge of #48970 - GuillaumeGomez:doc-examples, r=QuietMisdreavus | kennytm | -2/+134 |
| 2018-03-15 | Rollup merge of #48964 - QuietMisdreavus:picket-fence, r=GuillaumeGomez | kennytm | -0/+4 |
| 2018-03-15 | Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix | kennytm | -87/+18 |
| 2018-03-15 | Rollup merge of #48831 - GuillaumeGomez:fix-theme-blink, r=QuietMisdreavus | kennytm | -1/+5 |
| 2018-03-15 | Rollup merge of #48765 - Phlosioneer:10234-wall-help-message, r=estebank | kennytm | -0/+16 |
| 2018-03-14 | Auto merge of #48811 - Zoxc:syntax-globals, r=michaelwoerister | bors | -1043/+1257 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -1043/+1257 |
| 2018-03-14 | Auto merge of #48859 - bdrewery:update-libc, r=alexcrichton | bors | -0/+0 |
| 2018-03-14 | update tests | Guillaume Gomez | -1163/+1153 |
| 2018-03-14 | test for putting back check on json | Guillaume Gomez | -79/+127 |
| 2018-03-13 | Auto merge of #48735 - 1011X:master, r=alexcrichton | bors | -477/+512 |
| 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-12 | Update -Wall message based on feedback | Phlosioneer | -4/+3 |
| 2018-03-12 | Add missing examples | Guillaume Gomez | -2/+134 |
| 2018-03-12 | big fences to show that ```rust is the same as ``` | QuietMisdreavus | -0/+4 |
| 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 | Fix blink when main theme is selected | Guillaume Gomez | -1/+5 |
| 2018-03-12 | Add missing links | Guillaume Gomez | -4/+8 |
| 2018-03-12 | Update libc to 0.2.39 | Bryan Drewery | -0/+0 |