about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-02Nit: address various style nitsNiko Matsakis-5/+10
2016-05-02Nit: do not use RLKNiko Matsakis-12/+14
2016-05-02Nit: do not import variants from StyleNiko Matsakis-24/+23
2016-05-02Do not import variants from RenderedLineKindNiko Matsakis-12/+12
2016-05-02Fix whitespaceNiko Matsakis-1/+1
2016-05-02Nit: comments should be uppercase letterNiko Matsakis-4/+4
2016-05-02fix error message in librustc_driver testsNiko Matsakis-1/+2
2016-05-02refactor the Emitter traitNiko Matsakis-113/+92
2016-05-02rewrite span-length to include stringsNiko Matsakis-15/+17
2016-05-02delete the json-errors testNiko Matsakis-28/+0
2016-05-02change errors from Yellow to MagentaNiko Matsakis-1/+1
2016-05-02WIP factor out RudimentaryEmitterNiko Matsakis-30/+38
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-260/+172
2016-05-02thread tighter span for closures aroundNiko Matsakis-3/+3
2016-05-02update test cases to reflect new messagesNiko Matsakis-630/+534
2016-05-02use new `note_expected_found` APINiko Matsakis-49/+46
2016-05-02refactor to use new snippet code and modelNiko Matsakis-744/+357
2016-05-02add borrowck info inline in main snippetNiko Matsakis-187/+146
2016-05-02adapt JSON to new modelNiko Matsakis-130/+119
2016-05-02revamp MultiSpan and introduce new snippet codeNiko Matsakis-135/+1428
2016-05-02Auto merge of #33289 - birkenfeld:chain-find, r=blussbors-0/+30
2016-05-02Auto merge of #33284 - nagisa:mir-fix-constfn-pats, r=alexcrichtonbors-1/+54
2016-05-01Auto merge of #33190 - jseyfried:improve_diagnostics, r=nrcbors-126/+73
2016-05-01Auto merge of #33296 - jseyfried:non_idempotent_lowering, r=nrcbors-600/+348
2016-05-02Remove outdated commentJeffrey Seyfried-6/+0
2016-05-02Avoid keeping MTWT tables for save-analysisJeffrey Seyfried-3/+1
2016-05-02Cleanup formattingJeffrey Seyfried-333/+321
2016-05-01Remove the lowering context's id caching systemJeffrey Seyfried-131/+27
2016-05-01Avoid using the lowering context in `librustc_save_analysis`Jeffrey Seyfried-28/+11
2016-05-01Remove idempotent lowering testJeffrey Seyfried-114/+0
2016-05-01Fix a race condition caused by concurrently executed codegen unit tests.Michael Woerister-10/+31
2016-04-30Panic on relowering an AST node with a cached node idJeffrey Seyfried-0/+3
2016-04-30Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomezbors-2/+2
2016-04-30Implement find() on Chain iteratorsGeorg Brandl-0/+30
2016-04-30Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrcbors-22/+29
2016-04-29Auto merge of #33148 - sfackler:entry-key, r=alexcrichtonbors-0/+18
2016-04-30Impl int/uint::MIN/MAX in terms of min/max_valueSimonas Kazlauskas-0/+26
2016-04-30Fix patterns of the constants that are const methSimonas Kazlauskas-1/+28
2016-04-29Auto merge of #33229 - timothy-mcroy:master, r=guillaumegomezbors-1/+45
2016-04-29Remove use of `ast_map.expect_item()` and improve diagnostics (fixes #33186)Jeffrey Seyfried-46/+49
2016-04-29Remove use of `ast_map.span_if_local()` and improve diagnosticsJeffrey Seyfried-13/+8
2016-04-29Revert #27493Jeffrey Seyfried-67/+16
2016-04-29Auto merge of #33232 - jseyfried:resolve_ast_groundwork, r=nrcbors-188/+132
2016-04-29Make Btreeset::Insert docs more consistentBrayden Winterton-2/+2
2016-04-29Rollup merge of #33258 - birkenfeld:fmt-dollar-syntax, r=brsonManish Goregaokar-2/+13
2016-04-29Rollup merge of #33253 - ergenekonyigit:master, r=alexcrichtonManish Goregaokar-3/+21
2016-04-29Rollup merge of #33248 - jseyfried:fix_save_analysis_bug, r=nrcManish Goregaokar-2/+2
2016-04-28Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakisbors-116/+192
2016-04-28test: Move run-make tests into compiletestAlex Crichton-116/+192
2016-04-28Fix #33213, a bug in which glob imports are not included in save-analysis dataJeffrey Seyfried-2/+2