about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-26configure.py: fix --disable-option-checkingJosh Stone-4/+9
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-154/+83
2017-10-26Auto merge of #45380 - dotdash:arg_copies, r=arielb1bors-122/+145
2017-10-26Add comments to clarify function argument ownershipBjörn Steinbrink-1/+5
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-121/+140
2017-10-26Auto merge of #45488 - oli-obk:ctfe_resolve, r=eddybbors-92/+38
2017-10-26Auto merge of #45464 - sinkuu:ice_44851, r=jseyfriedbors-2/+82
2017-10-26Auto merge of #45096 - DSpeckhals:update-rls-data-for-save-analysis, r=alexcr...bors-59/+27
2017-10-26Add FIXMEsinkuu-0/+1
2017-10-25Auto merge of #45532 - kennytm:rollup, r=kennytmbors-32/+101
2017-10-26Rollup merge of #45526 - alexcrichton:test-more-asm, r=aturonkennytm-1/+1
2017-10-26Rollup merge of #45508 - bgermann:master, r=alexcrichtonkennytm-0/+1
2017-10-26Rollup merge of #45496 - kennytm:bootstrap-fix-extension-check, r=alexcrichtonkennytm-4/+12
2017-10-26Rollup merge of #45483 - mbrubeck:hash, r=alexcrichtonkennytm-4/+32
2017-10-26Rollup merge of #45398 - integer32llc:reassignment, r=arielb1kennytm-21/+21
2017-10-26Rollup merge of #45212 - GuillaumeGomez:sidebar-fixed, r=QuietMisdreavuskennytm-2/+3
2017-10-26Rollup merge of #45059 - tmccombs:pid, r=alexcrichtonkennytm-0/+31
2017-10-25Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoeristerbors-149/+223
2017-10-25Implement Hash for raw pointers to unsized typesMatt Brubeck-4/+32
2017-10-25ci: Test more asmjs againAlex Crichton-1/+1
2017-10-25Auto merge of #45513 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-3/+257
2017-10-25Reword to avoid using either re-assignment or reassignment in errorsCarol (Nichols || Goulding)-21/+21
2017-10-25Update ui tests for error message deduplication.Michael Woerister-6/+0
2017-10-25Update compile-fail tests for error message deduplication.Michael Woerister-139/+47
2017-10-25librustc_errors: Don't emit the same error message twice.Michael Woerister-9/+36
2017-10-25Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoeristerbors-65/+94
2017-10-25Rename some run-pass tests so they don't crash when executed from eCryptfs.Michael Woerister-0/+0
2017-10-25Add a regression test for the const eval type resolutionOliver Schneider-0/+28
2017-10-25Resolve types properly in const evalOliver Schneider-92/+10
2017-10-25Rollup merge of #45502 - GuillaumeGomez:show-src-on-mobile, r=QuietMisdreavusGuillaume Gomez-2/+6
2017-10-25Rollup merge of #45486 - oli-obk:patch-9, r=kennytmGuillaume Gomez-0/+2
2017-10-25Rollup merge of #45465 - glaubitz:sparc64, r=alexcrichtonGuillaume Gomez-0/+1
2017-10-25Rollup merge of #45461 - wesleywiser:intrinsics_docs, r=dtolnayGuillaume Gomez-0/+7
2017-10-25Rollup merge of #45361 - GuillaumeGomez:fs-docs, r=QuietMisdreavusGuillaume Gomez-1/+241
2017-10-25Auto merge of #45473 - SimonSapin:variance-red-green, r=nikomatsakisbors-50/+11
2017-10-25Auto merge of #45455 - kennytm:print-extern-impl-for-e0119, r=nikomatsakisbors-2/+428
2017-10-24Update RLS with skip of failing testDustin Speckhals-0/+0
2017-10-24Merge branch 'master' into update-rls-data-for-save-analysisDustin Speckhals-6748/+14995
2017-10-24Auto merge of #44603 - SimonSapin:stylo, r=alexcrichtonbors-5/+55
2017-10-25Disable jemalloc for sparcv9-sun-solarisbgermann-0/+1
2017-10-24Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichtonbors-97/+1
2017-10-24Show src button and function version on mobile versionGuillaume Gomez-2/+6
2017-10-24Fix doc build on other architectures than linuxGuillaume Gomez-17/+17
2017-10-24Add WebRender to cargotestSimon Sapin-1/+12
2017-10-24Add Stylo to cargotestSimon Sapin-0/+9
2017-10-24Fix the sidebar heightGuillaume Gomez-2/+3
2017-10-24Set rustfmt broken while waiting for the update of their sideGuillaume Gomez-1/+1
2017-10-25rustbuild: Fix `no output generated` error for next bootstrap cargo.kennytm-4/+12
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-59/+87
2017-10-24Auto merge of #45350 - cjkenn:cjkenn/used-trait-imports, r=nikomatsakisbors-10/+28