| Age | Commit message (Expand) | Author | Lines |
| 2018-02-13 | 38880 remove unnecessary self.table.size check | Shaun Steenkamp | -4/+0 |
| 2018-02-13 | 38880 fix incorrect negation | Shaun Steenkamp | -1/+1 |
| 2018-02-13 | 38880 hashmap check size=0, not just capacity=0 | Shaun Steenkamp | -30/+24 |
| 2018-02-13 | 38880 restore original entry(key) method | Shaun Steenkamp | -1/+3 |
| 2018-02-12 | 38880 fixup add missing mut | Shaun Steenkamp | -1/+1 |
| 2018-02-12 | 38880 remove redundant extra function | Shaun Steenkamp | -14/+6 |
| 2018-02-06 | 38880 use search_mut function rather than search_hashed | Shaun Steenkamp | -3/+1 |
| 2018-02-06 | 38880 don't compute hash when searching an empty HashMap | Shaun Steenkamp | -5/+35 |
| 2018-02-06 | Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est... | bors | -43/+111 |
| 2018-02-06 | Rollup merge of #48007 - nrc:rls-field-init, r=eddyb | kennytm | -1/+9 |
| 2018-02-06 | Rollup merge of #48003 - mbrubeck:docs, r=steveklabnik | kennytm | -3/+3 |
| 2018-02-06 | Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrum | kennytm | -5/+30 |
| 2018-02-06 | Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche... | kennytm | -181/+4 |
| 2018-02-06 | Rollup merge of #47807 - tbu-:pr_doc_constanttime_cstr, r=steveklabnik | kennytm | -9/+9 |
| 2018-02-06 | Rollup merge of #47753 - steveklabnik:update-book, r=alexcrichton | kennytm | -10/+55 |
| 2018-02-06 | Rollup merge of #47704 - dsprenkels:issue-44415, r=alexcrichton | kennytm | -0/+22 |
| 2018-02-06 | Rollup merge of #47543 - topecongiro:issue-42344, r=nikomatsakis | kennytm | -12/+20 |
| 2018-02-06 | Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebank | kennytm | -0/+16 |
| 2018-02-06 | Rollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakis | kennytm | -0/+32 |
| 2018-02-05 | Auto merge of #47881 - oli-obk:miri_clippy, r=Manishearth | bors | -46/+48 |
| 2018-02-05 | Make inline assembly volatile if it has no outputs. Fixes #46026 | John Kåre Alsaker | -0/+32 |
| 2018-02-05 | Update clippy and miri submodule | Oliver Schneider | -46/+48 |
| 2018-02-05 | Stabilize use_nested_groups | Pietro Albini | -181/+4 |
| 2018-02-05 | Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelix | bors | -37/+111 |
| 2018-02-05 | Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakis | bors | -4/+65 |
| 2018-02-05 | Auto merge of #47865 - Manishearth:cleanup-shim, r=nikomatsakis | bors | -76/+71 |
| 2018-02-04 | Auto merge of #47998 - kennytm:rollup, r=kennytm | bors | -204/+417 |
| 2018-02-05 | save-analysis: avoid implicit unwrap | Nick Cameron | -1/+9 |
| 2018-02-04 | add exceptions for new deps | steveklabnik | -0/+2 |
| 2018-02-04 | update mdbook to 0.1.2 | steveklabnik | -10/+53 |
| 2018-02-04 | update reference | steveklabnik | -0/+0 |
| 2018-02-04 | update trpl | steveklabnik | -0/+0 |
| 2018-02-04 | Fix info about generic impls in AsMut docs | Matt Brubeck | -3/+3 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -1/+105 |
| 2018-02-05 | Rollup merge of #47999 - jaystrictor:master, r=Mark-Simulacrum | kennytm | -2/+2 |
| 2018-02-05 | Rollup merge of #47996 - Zoxc:run-make-last, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-02-04 | Rollup merge of #47978 - eddyb:iu, r=kennytm | kennytm | -4/+4 |
| 2018-02-04 | Rollup merge of #47958 - frewsxcv:frewsxcv-try-clone, r=aidanhs | kennytm | -7/+29 |
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe... | kennytm | -103/+32 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -68/+93 |
| 2018-02-04 | Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary... | kennytm | -9/+83 |
| 2018-02-04 | Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakis | kennytm | -7/+37 |
| 2018-02-04 | Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddyb | kennytm | -2/+31 |
| 2018-02-04 | Remove 'the this' in doc comments. | Jay Strict | -2/+2 |
| 2018-02-04 | Auto merge of #47834 - Mark-Simulacrum:no-cgu-release, r=alexcrichton | bors | -6/+22 |
| 2018-02-04 | Run the `run-make` tests last, so more tests run on Windows when `make` is un... | John Kåre Alsaker | -1/+1 |
| 2018-02-04 | Auto merge of #47991 - nrc:update, r=alexcrichton | bors | -33/+47 |
| 2018-02-04 | Remove delay_span_bug() in check_aliasability | Seiichi Uchida | -12/+20 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -84/+107 |
| 2018-02-04 | Update RLS and Rustfmt | Nick Cameron | -33/+47 |