about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-08Link to actual CSPRNG in `hash::SipHasher` documentationDirk Gadsden-4/+4
2016-03-06Amend `hash::SipHasher` docs to more strongly discourage cryptographic usesDirk Gadsden-4/+3
2016-03-06Clarify documentation of `hash::SipHasher`Dirk Gadsden-6/+9
2016-03-06Auto merge of #32056 - nikomatsakis:rustfmt-data-structures, r=alexcrichtonbors-370/+453
2016-03-06Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichtonbors-8/+51
2016-03-06Auto merge of #32048 - bluss:overloaded-assign-op, r=eddybbors-6/+78
2016-03-06Auto merge of #32041 - arielb1:multiply-inexhaustive, r=eddybbors-4/+21
2016-03-06Auto merge of #32020 - alexcrichton:stabilize-into-ascii, r=brsonbors-8/+4
2016-03-06Auto merge of #31967 - mitaa:rdoc-refactor, r=alexcrichtonbors-542/+356
2016-03-06Split out rustdoc pass to strip private importsmitaa-8/+51
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-390/+983
2016-03-06Auto merge of #31920 - jseyfried:fix_spurious_privacy_error, r=nikomatsakisbors-73/+67
2016-03-05Auto merge of #31889 - alexcrichton:update-jemalloc-again, r=nikomatsakisbors-36/+28
2016-03-05Auto merge of #31726 - jseyfried:improve_import_resolution, r=nikomatsakisbors-305/+388
2016-03-05Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichtonbors-0/+49
2016-03-05adopt new header style to sidestep rust-lang-nursery/rustfmt#836Niko Matsakis-15/+9
2016-03-05apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf...Niko Matsakis-355/+444
2016-03-04remove under/overflow from next_back/nextAlex Burka-6/+10
2016-03-04add underflow/overflow testsAlex Burka-0/+8
2016-03-04add more unstable annotationsAlex Burka-0/+15
2016-03-04Do not trigger unused_variables lint for variable modified through AddAssignUlrik Sverdrup-5/+30
2016-03-04Auto merge of #32046 - steveklabnik:rollup, r=steveklabnikbors-5/+34
2016-03-04Finish encapsulating the details of import resolution in resolve_importsJeffrey Seyfried-79/+31
2016-03-04Refactor away defineJeffrey Seyfried-12/+6
2016-03-04Start importing bindings from globs as soon as the glob path is known.Jeffrey Seyfried-128/+232
2016-03-04Add a field in Module for the ResolverArenasJeffrey Seyfried-27/+39
2016-03-04Add an arena for import directivesJeffrey Seyfried-9/+18
2016-03-04Record that an import succeeded or failed in one namespace even while it is i...Jeffrey Seyfried-74/+86
2016-03-04Add liveness test for unused_assignments for tricky lhsUlrik Sverdrup-0/+27
2016-03-04Do not trigger unused_assignments for overloaded AssignOpsUlrik Sverdrup-1/+21
2016-03-04Rollup merge of #32036 - Seeker14491:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-04Rollup merge of #32035 - ubsan:master, r=blussSteve Klabnik-2/+0
2016-03-04Rollup merge of #32027 - japaric:rustbuild-mips, r=alexcrichtonSteve Klabnik-2/+2
2016-03-04Rollup merge of #32017 - brson:ignoretest, r=nikomatsakisSteve Klabnik-0/+1
2016-03-04Rollup merge of #32002 - srinivasreddy:vector_doc, r=ManishearthSteve Klabnik-0/+30
2016-03-04This doesn't seem necessary?mitaa-37/+17
2016-03-04Use const instead of functionmitaa-5/+3
2016-03-04Use `Item::is_*` methods consistentlymitaa-22/+26
2016-03-04Refactor rustdocs attribute handlingmitaa-136/+85
2016-03-04Don't treat associated types specially in `def_privacy`Jeffrey Seyfried-13/+7
2016-03-04Add testJeffrey Seyfried-0/+30
2016-03-04privacy: change def_privacy so that it checks for visiblity instead of nameab...Jeffrey Seyfried-68/+38
2016-03-04Simplify `if let`/`match` expressionsmitaa-319/+211
2016-03-04test: Clean up alloc_jemalloc usage in testsAlex Crichton-36/+28
2016-03-04std: Update jemalloc again to the 4.* trackAlex Crichton-0/+0
2016-03-04Auto merge of #32039 - arielb1:pat-enum, r=nagisabors-47/+58
2016-03-04Auto merge of #32032 - arielb1:load-const, r=eddybbors-9/+36
2016-03-04remove wrong assert in check_matchAriel Ben-Yehuda-4/+21
2016-03-04don't treat unit patterns as wildcard patternsAriel Ben-Yehuda-1/+30
2016-03-04Auto merge of #32022 - gohyda:master, r=alexcrichtonbors-3/+7