about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-05-03add help on pattern guardmrmiywj-10/+51
2016-05-03rebasingNick Cameron-7/+1
2016-05-03Fix testsNick Cameron-3/+11
2016-05-03Refactor pretty printing to use more of the driverNick Cameron-263/+330
2016-05-03Use the compiler API to run pretty printing.Nick Cameron-80/+80
2016-05-03Make pretty printer take Session by refNick Cameron-21/+21
2016-05-02rustc_back: use a common musl baseTamir Duberstein-73/+74
2016-05-02libcore: Inline `mem::forget()`.Patrick Walton-0/+1
2016-05-02resolve: print location of static for "static in pattern" errorGeorg Brandl-11/+54
2016-05-02Auto merge of #32386 - brandonedens:llvm_min_size, r=alexcrichtonbors-21/+86
2016-05-02assert we get at least two rendered lines backNiko Matsakis-2/+5
2016-05-02rustc: Handle concurrent `create_dir` requestsAlex Crichton-2/+24
2016-05-02Auto merge of #33308 - ollie27:wingnu_jemalloc, r=alexcrichtonbors-8/+8
2016-05-02avoid double panicNiko Matsakis-1/+2
2016-05-02do not fail if len(rendered_lines) is == 1Niko Matsakis-10/+14
2016-05-02Fix unicode test to use original error formatjonathandturner-17/+15
2016-05-02patch travis failureNiko Matsakis-1/+2
2016-05-02update unit testsNiko Matsakis-39/+38
2016-05-02fix rebase flawsNiko Matsakis-8/+6
2016-05-02Fix up error-pattern style testJonathan Turner-3/+0
2016-05-02Finish up with 'old school' error modeJonathan Turner-13/+65
2016-05-02Add back in a 'old school' error formatJonathan Turner-50/+201
2016-05-02move "lint level defined here" into secondary noteNiko Matsakis-1/+1
2016-05-02change color of warning to YELLOWNiko Matsakis-1/+1
2016-05-02fix snippet tests MORE!Niko Matsakis-2/+2
2016-05-02Nit: use Range::containsNiko Matsakis-7/+3
2016-05-02fix tests betterNiko Matsakis-5/+5
2016-05-02Nit: remove push_primary_span, which was never calledNiko Matsakis-4/+0
2016-05-02Nit: add commentNiko Matsakis-3/+5
2016-05-02only emit `^` at the start of a multi-line errorNiko Matsakis-143/+67
2016-05-02Nit: use last_mut betterNiko Matsakis-4/+3
2016-05-02Nit: in emitter.rsNiko Matsakis-2/+1
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