summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-03Ignore cross-lang-lto test for LLVM versions without ThinLTO.Michael Woerister-2/+5
2018-05-03Support test header directives in run-make mode too.Michael Woerister-7/+22
2018-05-03Use correct section name for embedded LLVM bitcode on OSX.Michael Woerister-2/+6
2018-05-03Add LLVM bin directory to PATH for running run-make tests.Michael Woerister-4/+15
2018-05-03Add tests for -Z cross-lang-lto.Michael Woerister-0/+76
2018-05-03Add -Z cross-lang-lto flag in order to support linker-based LTO.Michael Woerister-1/+4
2018-05-03Declare embedded LLVM bitcode section readonly.Michael Woerister-0/+1
2018-05-03Rollup merge of #50302 - GuillaumeGomez:add-query-search-order-check, r=Quiet...kennytm-7/+15
2018-05-03Auto merge of #50391 - nnethercote:escape_unicode, r=eddybbors-11/+5
2018-05-03Auto merge of #50378 - varkor:repr-align-max-29, r=eddybbors-9/+23
2018-05-02Skip checking for unused mutable locals that have no nameKeith Yeung-3/+37
2018-05-03add missing output for ui testMichael Lamparski-0/+8
2018-05-03Always inline simple BytePos and CharPos methods.Nicholas Nethercote-0/+10
2018-05-02forbid empty identifiers from concat_identsMichael Lamparski-0/+20
2018-05-03Auto merge of #50369 - pftbest:unicode, r=SimonSapinbors-8/+8
2018-05-03Remove parse::escape_default().Nicholas Nethercote-7/+3
2018-05-03Use escape_default() for strings in LitKind::token().Nicholas Nethercote-4/+2
2018-05-02Revert "Implement FromStr for PathBuf"Alex Crichton-27/+0
2018-05-02nano-optimization for memchr::repeat_byteAndre Bogus-13/+2
2018-05-02Add a comment explaining unification w/ universesSean Griffin-0/+5
2018-05-02Auto merge of #50355 - petrochenkov:50187, r=oli-obkbors-36/+122
2018-05-02Fix rebase issuesSean Griffin-1/+1
2018-05-02Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddybbors-2/+108
2018-05-02track skol levels in the InferCtxt rather than via counterSean Griffin-87/+26
2018-05-02Wrap `InferCtxt::universe` in a cellSean Griffin-5/+9
2018-05-02Fix rebase issuesSean Griffin-0/+2
2018-05-02Allow unaligned reads in constantsOliver Schneider-4/+30
2018-05-02give a universe to region variablesSean Griffin-6/+34
2018-05-02store RegionVariableInfo and not just RegionVariableOriginSean Griffin-35/+42
2018-05-02change skolemizations to use universe indexSean Griffin-29/+38
2018-05-02add universes to type inference variablesSean Griffin-7/+15
2018-05-02introduce `UniverseIndex` into `InferCtxt`Sean Griffin-3/+13
2018-05-02Auto merge of #49943 - pnkfelix:fix-issue-49918, r=nikomatsakisbors-40/+106
2018-05-02Auto merge of #50339 - nnethercote:lazy-Printer-buf, r=michaelwoeristerbors-7/+23
2018-05-02fix testsflip1995-19/+19
2018-05-02make it compile againflip1995-94/+92
2018-05-02Fix failures in rustdocSeiichi Uchida-179/+63
2018-05-02Change Attribute::name to return the last segmentSeiichi Uchida-7/+10
2018-05-02Add tool_attributes feature to unstable bookSeiichi Uchida-0/+26
2018-05-02Gate tool_attributes featureSeiichi Uchida-2/+20
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-36/+28
2018-05-02Allow Path for name of MetaItemSeiichi Uchida-70/+141
2018-05-02Add tests for a new feature 'tool_attributes'Seiichi Uchida-0/+97
2018-05-02Auto merge of #50329 - Zoxc:opt-3, r=alexcrichtonbors-8/+0
2018-05-02Auto merge of #50282 - fitzgen:run-more-passes-on-constant-mir, r=nikomatsakisbors-48/+2
2018-05-02Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakisbors-89/+85
2018-05-01Auto merge of #50379 - nrc:update, r=alexcrichtonbors-32/+49
2018-05-02Update RLS and RustfmtNick Cameron-32/+49
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-712/+290
2018-05-01Reduce the maximum alignment to repr(align(1 << 29))varkor-8/+11