summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-07Rollup merge of #32699 - bluss:slice-memcmp, r=alexcrichtonManish Goregaokar-44/+179
2016-04-07Rollup merge of #32674 - jseyfried:1422_groundwork, r=nikomatsakisManish Goregaokar-298/+385
2016-04-07Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakisbors-523/+656
2016-04-07Fix libstd on DragonFlyMichael Neumann-12/+17
2016-04-07test the substs ppaux code both with and without -Z verboseAriel Ben-Yehuda-48/+63
2016-04-07Auto merge of #32649 - Amanieu:intrinsic_monomorphization_assert, r=eddybbors-3/+47
2016-04-07Fix tidy errorsJeffrey Seyfried-2/+4
2016-04-07Fix fallout in testsJeffrey Seyfried-31/+7
2016-04-07Add test for #30079Jeffrey Seyfried-0/+55
2016-04-07Improve `PrivateItemsInPublicInterfacesVisitor`Jeffrey Seyfried-85/+109
2016-04-07Use the node id from the `Restricted` variant when checking accessibilityJeffrey Seyfried-42/+34
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-165/+200
2016-04-07Refactor away `hir::Visibility::inherit_from`Jeffrey Seyfried-26/+7
2016-04-07Remove rustdocs json formatmitaa-158/+31
2016-04-07Improve path resolution diagnosticsJeffrey Seyfried-66/+67
2016-04-06remove incorrect dependency on librustc_frontNiko Matsakis-1/+0
2016-04-06Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichtonbors-123/+196
2016-04-06Use crate name/disambiguator instead of SVH for debuginfo typeid.Michael Woerister-8/+10
2016-04-06Fix test cases to reflect that #32014...went awayNiko Matsakis-4/+3
2016-04-06Rollup merge of #32774 - tbu-:pr_doc_tuple_copy, r=brsonSteve Klabnik-2/+4
2016-04-06Rollup merge of #32766 - nikomatsakis:constant-pattern-warning-cycle, r=eddybSteve Klabnik-1/+1
2016-04-06Rollup merge of #32761 - tshepang:assert, r=steveklabnikSteve Klabnik-12/+12
2016-04-06Rollup merge of #32744 - GuillaumeGomez:patch-3, r=steveklabnikSteve Klabnik-0/+12
2016-04-06Rollup merge of #32727 - matklad:fix-comment, r=alexcrichtonSteve Klabnik-6/+6
2016-04-06Rollup merge of #32724 - sanxiyn:outdated-comment, r=dotdashSteve Klabnik-20/+5
2016-04-06Rollup merge of #32691 - frewsxcv:patch-28, r=alexcrichtonSteve Klabnik-1/+1
2016-04-06Rollup merge of #32679 - tclfs:patch-1, r=steveklabnikSteve Klabnik-3/+1
2016-04-06Rollup merge of #32668 - frewsxcv:hashmap-address-fixme, r=alexcrichtonSteve Klabnik-8/+4
2016-04-06Rollup merge of #32634 - varunvats:docs-fix, r=steveklabnikSteve Klabnik-10/+16
2016-04-06Rollup merge of #32538 - Manishearth:no-data-race, r=steveklabnikSteve Klabnik-1/+6
2016-04-06Rollup merge of #31762 - tshepang:in-which-case, r=steveklabnikSteve Klabnik-8/+8
2016-04-06Add `Copy` to the traits that are automatically implemented for tuplesTobias Bucher-2/+4
2016-04-06rebase over the hir renameNiko Matsakis-16/+13
2016-04-06Fix LLVM assert when handling bad intrinsic monomorphizationsAmanieu d'Antras-3/+47
2016-04-06remove svh moduleNiko Matsakis-1/+0
2016-04-06rustbuild: Update bootstrap dependenciesAlex Crichton-17/+17
2016-04-06rustbuild: Support cross rust-docs packagesAlex Crichton-35/+46
2016-04-06rustbuild: Verify flags are configuredAlex Crichton-0/+12
2016-04-06rustbuild: Add helper to abstract hard_link/copyAlex Crichton-16/+25
2016-04-06patch name in incremental's Cargo.tomlNiko Matsakis-2/+2
2016-04-06remove use of rbml and just use opaque encoderNiko Matsakis-41/+16
2016-04-06Fix another call to bug into the macroNiko Matsakis-3/+1
2016-04-06FIXME for lockfileNiko Matsakis-0/+3
2016-04-06add FIXME #32753 markers: SVH vs ICHNiko Matsakis-1/+5
2016-04-06rebase: get `bug!` macroNiko Matsakis-1/+1
2016-04-06Address nits.Niko Matsakis-3/+4
2016-04-06add some commentsNiko Matsakis-1/+19
2016-04-06add incremental test runner and some testsNiko Matsakis-2/+229
2016-04-06add code to persist graph and for unit-testingNiko Matsakis-0/+742
2016-04-06add function to retrace a DefPath to a DefIdNiko Matsakis-0/+49