about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-25Compiletest should parse suggestions from the spansOliver Schneider-10/+11
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-25Update tests for less noisy error messagesThomas Karpiniec-3/+28
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
2017-10-24Reduce the repetition in json error outputOliver Schneider-19/+11
2017-10-24Add a test reproducing the quadratic json explosionOliver Schneider-0/+23
2017-10-25Improve recovery after unexpected tokens parsing sequenceThomas Karpiniec-1/+27
2017-10-24Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko...bors-10/+97
2017-10-24Update docs for Diagnostic::span_suggestion(s)Oliver Schneider-0/+2
2017-10-24bootstrap: Add openssl configuration for sparc64-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2017-10-24Auto merge of #44984 - Maaarcocr:master, r=nikomatsakisbors-39/+37
2017-10-24Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakisbors-125/+107
2017-10-23update inherent_impls testsNiko Matsakis-6/+5
2017-10-23Remove dependency tracking for variance computationSimon Sapin-50/+11
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-43/+44
2017-10-23Move cargotest to separate jobs on Travis-CI and AppVeyorSimon Sapin-1/+21
2017-10-23Extend cargotest to specify packages to test (within a Cargo workspace).Simon Sapin-4/+14
2017-10-23Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor`sinkuu-2/+81
2017-10-22`crate` shorthand visibility modifierZack M. Davis-12/+99
2017-10-22Add link to stable version of `needs_drop` intrinsicWesley Wiser-0/+3
2017-10-22Document the `size_of_val` instrinsicWesley Wiser-0/+4
2017-10-22Auto merge of #45451 - durka:patch-45, r=steveklabnikbors-4/+4
2017-10-22Auto merge of #45429 - frewsxcv:frewsxcv-once-docs, r=quietmisdreavusbors-13/+81
2017-10-23Print the conflicting impl on E0119 with external crate.kennytm-2/+428
2017-10-22Auto merge of #45304 - kennytm:travis-color-color-conflict, r=aturonbors-2/+2