| Age | Commit message (Expand) | Author | Lines |
| 2016-03-08 | Link to actual CSPRNG in `hash::SipHasher` documentation | Dirk Gadsden | -4/+4 |
| 2016-03-06 | Amend `hash::SipHasher` docs to more strongly discourage cryptographic uses | Dirk Gadsden | -4/+3 |
| 2016-03-06 | Clarify documentation of `hash::SipHasher` | Dirk Gadsden | -6/+9 |
| 2016-03-06 | Auto merge of #32056 - nikomatsakis:rustfmt-data-structures, r=alexcrichton | bors | -370/+453 |
| 2016-03-06 | Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichton | bors | -8/+51 |
| 2016-03-06 | Auto merge of #32048 - bluss:overloaded-assign-op, r=eddyb | bors | -6/+78 |
| 2016-03-06 | Auto merge of #32041 - arielb1:multiply-inexhaustive, r=eddyb | bors | -4/+21 |
| 2016-03-06 | Auto merge of #32020 - alexcrichton:stabilize-into-ascii, r=brson | bors | -8/+4 |
| 2016-03-06 | Auto merge of #31967 - mitaa:rdoc-refactor, r=alexcrichton | bors | -542/+356 |
| 2016-03-06 | Split out rustdoc pass to strip private imports | mitaa | -8/+51 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -390/+983 |
| 2016-03-06 | Auto merge of #31920 - jseyfried:fix_spurious_privacy_error, r=nikomatsakis | bors | -73/+67 |
| 2016-03-05 | Auto merge of #31889 - alexcrichton:update-jemalloc-again, r=nikomatsakis | bors | -36/+28 |
| 2016-03-05 | Auto merge of #31726 - jseyfried:improve_import_resolution, r=nikomatsakis | bors | -305/+388 |
| 2016-03-05 | Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichton | bors | -0/+49 |
| 2016-03-05 | adopt new header style to sidestep rust-lang-nursery/rustfmt#836 | Niko Matsakis | -15/+9 |
| 2016-03-05 | apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf... | Niko Matsakis | -355/+444 |
| 2016-03-04 | remove under/overflow from next_back/next | Alex Burka | -6/+10 |
| 2016-03-04 | add underflow/overflow tests | Alex Burka | -0/+8 |
| 2016-03-04 | add more unstable annotations | Alex Burka | -0/+15 |
| 2016-03-04 | Do not trigger unused_variables lint for variable modified through AddAssign | Ulrik Sverdrup | -5/+30 |
| 2016-03-04 | Auto merge of #32046 - steveklabnik:rollup, r=steveklabnik | bors | -5/+34 |
| 2016-03-04 | Finish encapsulating the details of import resolution in resolve_imports | Jeffrey Seyfried | -79/+31 |
| 2016-03-04 | Refactor away define | Jeffrey Seyfried | -12/+6 |
| 2016-03-04 | Start importing bindings from globs as soon as the glob path is known. | Jeffrey Seyfried | -128/+232 |
| 2016-03-04 | Add a field in Module for the ResolverArenas | Jeffrey Seyfried | -27/+39 |
| 2016-03-04 | Add an arena for import directives | Jeffrey Seyfried | -9/+18 |
| 2016-03-04 | Record that an import succeeded or failed in one namespace even while it is i... | Jeffrey Seyfried | -74/+86 |
| 2016-03-04 | Add liveness test for unused_assignments for tricky lhs | Ulrik Sverdrup | -0/+27 |
| 2016-03-04 | Do not trigger unused_assignments for overloaded AssignOps | Ulrik Sverdrup | -1/+21 |
| 2016-03-04 | Rollup merge of #32036 - Seeker14491:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-03-04 | Rollup merge of #32035 - ubsan:master, r=bluss | Steve Klabnik | -2/+0 |
| 2016-03-04 | Rollup merge of #32027 - japaric:rustbuild-mips, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-03-04 | Rollup merge of #32017 - brson:ignoretest, r=nikomatsakis | Steve Klabnik | -0/+1 |
| 2016-03-04 | Rollup merge of #32002 - srinivasreddy:vector_doc, r=Manishearth | Steve Klabnik | -0/+30 |
| 2016-03-04 | This doesn't seem necessary? | mitaa | -37/+17 |
| 2016-03-04 | Use const instead of function | mitaa | -5/+3 |
| 2016-03-04 | Use `Item::is_*` methods consistently | mitaa | -22/+26 |
| 2016-03-04 | Refactor rustdocs attribute handling | mitaa | -136/+85 |
| 2016-03-04 | Don't treat associated types specially in `def_privacy` | Jeffrey Seyfried | -13/+7 |
| 2016-03-04 | Add test | Jeffrey Seyfried | -0/+30 |
| 2016-03-04 | privacy: change def_privacy so that it checks for visiblity instead of nameab... | Jeffrey Seyfried | -68/+38 |
| 2016-03-04 | Simplify `if let`/`match` expressions | mitaa | -319/+211 |
| 2016-03-04 | test: Clean up alloc_jemalloc usage in tests | Alex Crichton | -36/+28 |
| 2016-03-04 | std: Update jemalloc again to the 4.* track | Alex Crichton | -0/+0 |
| 2016-03-04 | Auto merge of #32039 - arielb1:pat-enum, r=nagisa | bors | -47/+58 |
| 2016-03-04 | Auto merge of #32032 - arielb1:load-const, r=eddyb | bors | -9/+36 |
| 2016-03-04 | remove wrong assert in check_match | Ariel Ben-Yehuda | -4/+21 |
| 2016-03-04 | don't treat unit patterns as wildcard patterns | Ariel Ben-Yehuda | -1/+30 |
| 2016-03-04 | Auto merge of #32022 - gohyda:master, r=alexcrichton | bors | -3/+7 |