about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-08Group unused import warnings per path listEsteban Küber-26/+82
2016-11-08introduce a `fudge_regions_if_ok` to address false region edgesNiko Matsakis-46/+192
2016-11-08Point to type argument span when used as traitEsteban Küber-14/+69
2016-11-08rustbuild: Fix check-error-index stepAlex Crichton-1/+3
2016-11-09Improve "Doesn't live long enough" errorMikhail Modin-24/+63
2016-11-08Rollup merge of #37652 - SimonSapin:arc-count-doc, r=alexcrichtonSteve Klabnik-5/+11
2016-11-08Rollup merge of #37650 - GuillaumeGomez:missing_urls_product, r=steveklabnikSteve Klabnik-8/+16
2016-11-08Rollup merge of #37610 - oldmanmike:unary-and-binary-tests, r=michaelwoeristerSteve Klabnik-0/+514
2016-11-08Rollup merge of #37601 - brson:book-without-tiers, r=steveklabnikSteve Klabnik-99/+12
2016-11-08Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcvSteve Klabnik-11/+19
2016-11-08Rollup merge of #37483 - xfix:patch-1, r=steveklabnikSteve Klabnik-23/+43
2016-11-08Rollup merge of #37425 - polo-language:doc, r=GuillaumeGomezSteve Klabnik-1/+1
2016-11-08Rollup merge of #35102 - steveklabnik:ref_warning, r=aturonSteve Klabnik-0/+5
2016-11-08ICH: Add test case for match-expressionsMichael Woerister-0/+342
2016-11-08ICH: Add test case for let-expressions.Michael Woerister-0/+228
2016-11-08add more commentAriel Ben-Yehuda-14/+61
2016-11-08Add missing urls and few local rewritesGuillaume Gomez-54/+92
2016-11-08Auto merge of #37192 - cristicbz:rust-rc-into-raw, r=brsonbors-0/+190
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-115/+23
2016-11-08More proeminent warning in Arc::{strong,weak}_count docs.Simon Sapin-5/+11
2016-11-08Add missing urls for Sum and Product traitsGuillaume Gomez-8/+16
2016-11-08Slightly optimise CStringOliver Middleton-1/+1
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-166/+139
2016-11-08rustbuild: Vendor all dependenciesAlex Crichton-0/+40085
2016-11-08Update testing.md to reflect changes to cargo newTrotter Cashion-50/+76
2016-11-08Adding a deprecation warning for no-stack-check codegen option.karpinski-2/+7
2016-11-08Change description of no-stack-check (#34915)abhijeetbhagat-2/+2
2016-11-08Revert "Point macros 1.1 errors to the input item"Josh Driver-19/+5
2016-11-08Allow proc_macro functions to whitelist specific attributesJosh Driver-46/+260
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-73/+20
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-588/+588
2016-11-08Add FxHasher, a faster alternative to FnvHasher.Nicholas Nethercote-0/+115
2016-11-08save-analysis: don't choke on stripped doc attributesNick Cameron-1/+5
2016-11-08Rename KNOWN_ATTRS to BUILT_ATTRS, and create KNOWN_ATTRSJosh Driver-8/+34
2016-11-07Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddybbors-6/+56
2016-11-07Fix typos and redundant codeoldmanmike-5/+3
2016-11-07Apply changes recommended in code reviewoldmanmike-21/+40
2016-11-07Auto merge of #37625 - xen0n:rustbuild-mips, r=alexcrichtonbors-0/+16
2016-11-07Auto merge of #37624 - xen0n:remove-bogus-mipsel-arches, r=alexcrichtonbors-1/+1
2016-11-06Auto merge of #37605 - dsprenkels:arc-max-refcount, r=alexcrichtonbors-0/+4
2016-11-07rustbuild: support MIPS host buildsWang Xuerui-0/+16
2016-11-07Remove mention of mipsel target_archWang Xuerui-1/+1
2016-11-06Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrcbors-16/+66
2016-11-06Auto merge of #37619 - TimNN:aarch64-fuchsia-abi-blacklist, r=alexcrichtonbors-2/+5
2016-11-06Set attributes hidden by defaultGuillaume Gomez-8/+24
2016-11-06Auto merge of #37617 - pweyck:force-static-llvm-linking, r=alexcrichtonbors-0/+13
2016-11-06Improve attributes display and allow expansionGuillaume Gomez-373/+384
2016-11-06use arm abi blacklist for aarch64 fuchsiaTim Neumann-2/+5
2016-11-06Add a comment to `Arc::MAX_REFCOUNT`Daan Sprenkels-0/+4
2016-11-06Set possibility to hide attributesGuillaume Gomez-11/+15