about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-04Simplify LLVMRustModuleCost()Björn Steinbrink-7/+2
2018-01-04Remove unused function LLVMRustGetValueContext()Björn Steinbrink-7/+0
2018-01-04Remove outdated LLVMRustBuildLandingPad() wrapperBjörn Steinbrink-20/+11
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-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-02Auto merge of #47111 - rkruppe:repr-transparent, r=estebankbors-44/+130
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-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-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-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
2017-12-31Update cargoFelix Schütt-2/+12
2017-12-31Removed unnecessary output of linker options when linker is not installedFelix Schütt-5/+20
2017-12-31Clarify where `is_import` is used.leonardo.yvens-0/+1
2017-12-31Auto merge of #47072 - EdSchouten:cloudabi-jemalloc, r=kennytmbors-3/+3
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-233/+265
2017-12-31Use memchr for [i8]::contains as wellManish Goregaokar-0/+8
2017-12-31Auto merge of #47084 - zackmdavis:and_the_case_of_the_bloated_tuple_struct_in...bors-3/+48
2017-12-31Auto merge of #47004 - nvzqz:rc-conversions, r=bluss,kennytmbors-2/+4
2017-12-31Don't announce CloudABI as being UNIX.Ed Schouten-1/+1
2017-12-31Auto merge of #47079 - varkor:contrib-11, r=Mark-Simulacrumbors-1/+1
2017-12-30in which leading zeroes on tuple-struct accesses are abjuredZack M. Davis-3/+48
2017-12-31Auto merge of #47044 - topecongiro:fixed-ices, r=estebankbors-0/+153
2017-12-30refactor lifetime out of is_lifetimeMatt Peterson-19/+20
2017-12-31Auto merge of #47080 - varkor:contrib-12, r=rkruppebors-4/+4
2017-12-30Optimise min/maxvarkor-4/+4
2017-12-30Fix doc typo for is_ascii_graphicvarkor-1/+1
2017-12-30Auto merge of #47063 - kennytm:gate-tools-on-update, r=alexcrichtonbors-1/+23
2017-12-30update books for next releasesteveklabnik-0/+0
2017-12-30Add tests on fixed ICEsSeiichi Uchida-0/+153
2017-12-30Requires tools to test-pass if the corresponding submodule is updated.kennytm-1/+23
2017-12-30Add CloudABI to the list of systems on which we stub out alloc_jemalloc.Ed Schouten-3/+3
2017-12-30Add a tidy check to ensure all files have 1 or 2 trailing newlines.kennytm-0/+11