about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-03Remove `T: Ord` bound from `BTreeSet::{is_empty, len}`Stjepan Glavina-72/+68
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-02Move static code outside of unciode.py.Clar Charr-225/+143
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-02Auto merge of #47105 - matthewjasper:dont-panic-for-mut-in-static, r=estebankbors-8/+34
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-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
2018-01-01Delay panic for aliasing violation for static items.matthewjasper-8/+34
2018-01-01Delay panic from incoherent drop implementationmatthewjasper-4/+30
2018-01-01Auto merge of #46278 - MaloJaffre:ci-compiler-docs, r=kennytmbors-233/+254
2018-01-01handle overflow/underflow in index offsetsManish Goregaokar-10/+15
2018-01-01Enable compiler docs testing in x86_64-gnuMalo Jaffré-1/+5
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-94/+128
2018-01-01Ignore remaining broken links caused by rustdoc bugsMalo Jaffré-2/+20
2018-01-01Fix broken links in internal docsMalo Jaffré-12/+16
2018-01-01Update crates and submodules to pull doc fixesMalo Jaffré-85/+85
2018-01-01Remove a test blocking the update of the `log` crateMalo Jaffré-39/+0
2018-01-01Auto merge of #47098 - estebank:immutable-field, r=nagisabors-64/+85
2018-01-01Auto merge of #47095 - leodasvacas:clarify-is-import, r=jseyfriedbors-0/+1
2018-01-01Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfriedbors-21/+231
2018-01-01memchr: fix variable name in docstringsHoàng Đức Hiếu-2/+2
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-48/+34
2018-01-01Auto merge of #47052 - fschutt:master, r=estebankbors-7/+32
2017-12-31Reword trying to operate in immutable fieldsEsteban Küber-64/+85
2017-12-31Auto merge of #47089 - EdSchouten:cloudabi-is-not-unix, r=kennytmbors-1/+1