| Age | Commit message (Expand) | Author | Lines |
| 2016-05-02 | Nit: address various style nits | Niko Matsakis | -5/+10 |
| 2016-05-02 | Nit: do not use RLK | Niko Matsakis | -12/+14 |
| 2016-05-02 | Nit: do not import variants from Style | Niko Matsakis | -24/+23 |
| 2016-05-02 | Do not import variants from RenderedLineKind | Niko Matsakis | -12/+12 |
| 2016-05-02 | Fix whitespace | Niko Matsakis | -1/+1 |
| 2016-05-02 | Nit: comments should be uppercase letter | Niko Matsakis | -4/+4 |
| 2016-05-02 | fix error message in librustc_driver tests | Niko Matsakis | -1/+2 |
| 2016-05-02 | refactor the Emitter trait | Niko Matsakis | -113/+92 |
| 2016-05-02 | rewrite span-length to include strings | Niko Matsakis | -15/+17 |
| 2016-05-02 | delete the json-errors test | Niko Matsakis | -28/+0 |
| 2016-05-02 | change errors from Yellow to Magenta | Niko Matsakis | -1/+1 |
| 2016-05-02 | WIP factor out RudimentaryEmitter | Niko Matsakis | -30/+38 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -260/+172 |
| 2016-05-02 | thread tighter span for closures around | Niko Matsakis | -3/+3 |
| 2016-05-02 | update test cases to reflect new messages | Niko Matsakis | -630/+534 |
| 2016-05-02 | use new `note_expected_found` API | Niko Matsakis | -49/+46 |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -744/+357 |
| 2016-05-02 | add borrowck info inline in main snippet | Niko Matsakis | -187/+146 |
| 2016-05-02 | adapt JSON to new model | Niko Matsakis | -130/+119 |
| 2016-05-02 | revamp MultiSpan and introduce new snippet code | Niko Matsakis | -135/+1428 |
| 2016-05-02 | Auto merge of #33289 - birkenfeld:chain-find, r=bluss | bors | -0/+30 |
| 2016-05-02 | Auto merge of #33284 - nagisa:mir-fix-constfn-pats, r=alexcrichton | bors | -1/+54 |
| 2016-05-01 | Auto merge of #33190 - jseyfried:improve_diagnostics, r=nrc | bors | -126/+73 |
| 2016-05-01 | Auto merge of #33296 - jseyfried:non_idempotent_lowering, r=nrc | bors | -600/+348 |
| 2016-05-02 | Remove outdated comment | Jeffrey Seyfried | -6/+0 |
| 2016-05-02 | Avoid keeping MTWT tables for save-analysis | Jeffrey Seyfried | -3/+1 |
| 2016-05-02 | Cleanup formatting | Jeffrey Seyfried | -333/+321 |
| 2016-05-01 | Remove the lowering context's id caching system | Jeffrey Seyfried | -131/+27 |
| 2016-05-01 | Avoid using the lowering context in `librustc_save_analysis` | Jeffrey Seyfried | -28/+11 |
| 2016-05-01 | Remove idempotent lowering test | Jeffrey Seyfried | -114/+0 |
| 2016-05-01 | Fix a race condition caused by concurrently executed codegen unit tests. | Michael Woerister | -10/+31 |
| 2016-04-30 | Panic on relowering an AST node with a cached node id | Jeffrey Seyfried | -0/+3 |
| 2016-04-30 | Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez | bors | -2/+2 |
| 2016-04-30 | Implement find() on Chain iterators | Georg Brandl | -0/+30 |
| 2016-04-30 | Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc | bors | -22/+29 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+18 |
| 2016-04-30 | Impl int/uint::MIN/MAX in terms of min/max_value | Simonas Kazlauskas | -0/+26 |
| 2016-04-30 | Fix patterns of the constants that are const meth | Simonas Kazlauskas | -1/+28 |
| 2016-04-29 | Auto merge of #33229 - timothy-mcroy:master, r=guillaumegomez | bors | -1/+45 |
| 2016-04-29 | Remove use of `ast_map.expect_item()` and improve diagnostics (fixes #33186) | Jeffrey Seyfried | -46/+49 |
| 2016-04-29 | Remove use of `ast_map.span_if_local()` and improve diagnostics | Jeffrey Seyfried | -13/+8 |
| 2016-04-29 | Revert #27493 | Jeffrey Seyfried | -67/+16 |
| 2016-04-29 | Auto merge of #33232 - jseyfried:resolve_ast_groundwork, r=nrc | bors | -188/+132 |
| 2016-04-29 | Make Btreeset::Insert docs more consistent | Brayden Winterton | -2/+2 |
| 2016-04-29 | Rollup merge of #33258 - birkenfeld:fmt-dollar-syntax, r=brson | Manish Goregaokar | -2/+13 |
| 2016-04-29 | Rollup merge of #33253 - ergenekonyigit:master, r=alexcrichton | Manish Goregaokar | -3/+21 |
| 2016-04-29 | Rollup merge of #33248 - jseyfried:fix_save_analysis_bug, r=nrc | Manish Goregaokar | -2/+2 |
| 2016-04-28 | Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakis | bors | -116/+192 |
| 2016-04-28 | test: Move run-make tests into compiletest | Alex Crichton | -116/+192 |
| 2016-04-28 | Fix #33213, a bug in which glob imports are not included in save-analysis data | Jeffrey Seyfried | -2/+2 |