about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-04Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichtonbors-3/+38
2018-01-04Auto merge of #47147 - projektir:to_ptr_cast, r=eddybbors-3/+26
2018-01-04Generate code for const- and inline-fns if -Clink-dead-code is specified.Michael Woerister-3/+38
2018-01-04Auto merge of #47124 - estebank:loan-paths, r=nikomatsakisbors-21/+104
2018-01-04Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakisbors-1/+23
2018-01-03Tweak to mir borrow in a loop diagnosticEsteban Küber-11/+12
2018-01-03Add mir test, review commentsEsteban Küber-13/+39
2018-01-03Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakisbors-29/+262
2018-01-03Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytmbors-150/+253
2018-01-03Restore a FIXME that was removed by one of my previous changes.Ed Schouten-0/+1
2018-01-03Auto merge of #46913 - Eh2406:master, r=eddybbors-8/+17
2018-01-03Auto merge of #47151 - kennytm:rollup, r=kennytmbors-39/+87
2018-01-03Rollup merge of #47145 - frewsxcv:frewsxcv-linewriter-error, r=QuietMisdreavuskennytm-0/+11
2018-01-03Rollup merge of #47134 - Sogomn:master, r=QuietMisdreavuskennytm-0/+6
2018-01-03Rollup merge of #47125 - daboross:patch-3, r=estebankkennytm-0/+8
2018-01-03Rollup merge of #47121 - frewsxcv:frewsxcv-vec, r=kennytmkennytm-1/+1
2018-01-03Rollup merge of #47118 - hdhoang:patch-2, r=BurntSushikennytm-2/+2
2018-01-03Rollup merge of #47117 - tinaun:no_more_dups, r=frewsxcvkennytm-9/+6
2018-01-03Rollup merge of #47113 - sdroege:chunks-size-field, r=dtolnaykennytm-22/+22
2018-01-03Rollup merge of #47107 - mark-i-m:patch-1, r=steveklabnikkennytm-1/+1
2018-01-03Rollup merge of #47104 - matthewjasper:dont-panic-on-generic-drop, r=estebankkennytm-4/+30
2018-01-03Auto merge of #47088 - clarcharr:cleanup_unicode_py, r=alexcrichtonbors-225/+143
2018-01-02Force appropriate extension when converting from int to ptr #43291projektir-3/+26
2018-01-02Move static code outside of unciode.py.Clar Charr-225/+143
2018-01-02Be ambiguous when type cannot be properly mentionedEsteban Küber-56/+72
2018-01-03Only bump error count when we are sure that the diagnostic is not a repetition.Rafael Fernández López-20/+14
2018-01-02Document when LineWriter flushes; document errors for into_inner.Corey Farwell-0/+11
2018-01-02Indentation fixJohannes Boczek-2/+2
2018-01-02Defocus search bar in rustdoc pagesJohannes Boczek-0/+6
2018-01-02Limit style lint to non-synthetic generic paramsTaylor Cramer-1/+23
2018-01-02Correct for changes in line numbers in expected stderr output.Ed Schouten-100/+100
2018-01-02Auto merge of #47105 - matthewjasper:dont-panic-for-mut-in-static, r=estebankbors-8/+34
2018-01-02Provide a copy of stdout_isatty() on CloudABI.Ed Schouten-6/+3
2018-01-02Force the creation of libs instead of dylibs on CloudABI.Ed Schouten-2/+3
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-43/+147
2018-01-02Auto merge of #47042 - redox-os:redox, r=estebankbors-7/+34
2018-01-02Mention SliceConcatExt's stability in its docsDavid Ross-0/+8
2018-01-02Auto merge of #47111 - rkruppe:repr-transparent, r=estebankbors-44/+130
2018-01-02Use assert!(chunk_size != 0) instead of > 0 for usize valueSebastian Dröge-1/+1
2018-01-02Consistently use chunk_size as the field name for Chunks and ChunksMutSebastian Dröge-21/+21
2018-01-01Address review comments: make label shorterEsteban Küber-9/+16
2018-01-01Move reason for move to labelEsteban Küber-53/+86
2018-01-01Fix panic condition docs for Vec::insert.Corey Farwell-1/+1
2018-01-01prevent generating duplicate stubstinaun-6/+4
2018-01-02Auto merge of #47106 - EdSchouten:compiletest-cloudabi, r=alexcrichtonbors-12/+12
2018-01-01Check all repr hints together when checking for mis-applied attributesRobin Kruppe-44/+130
2018-01-01Fix typoWho? Me?!-1/+1
2018-01-01Auto merge of #46735 - Manishearth:memchr-find, r=burntsushibors-84/+519
2018-01-01Move the TestPaths structure from libtest to compiletest.Ed Schouten-12/+11
2018-01-01Add CloudABI to the list of supported targets in compiletest.Ed Schouten-0/+1