| Age | Commit message (Expand) | Author | Lines |
| 2017-08-03 | Auto merge of #43616 - mbrubeck:fnv, r=michaelwoerister | bors | -67/+0 |
| 2017-08-03 | Add more regression tests for #40510 | Daan Sprenkels | -0/+73 |
| 2017-08-03 | Auto merge of #43611 - nrc:save-tidy, r=eddyb | bors | -21/+34 |
| 2017-08-03 | Appease tidy and fix save-analysis config for dist builds | Nick Cameron | -12/+13 |
| 2017-08-03 | Store map of region variable ids to lookups in nll visitor and remove referen... | Paul Faria | -26/+46 |
| 2017-08-02 | extend config.toml doc | Ralf Jung | -1/+1 |
| 2017-08-02 | Indicate how `ThreadId` is created. | Corey Farwell | -1/+5 |
| 2017-08-02 | Fix broken links in `Thread` docs. | Corey Farwell | -0/+3 |
| 2017-08-03 | Update nomicon | Simon Sapin | -0/+0 |
| 2017-08-02 | Improve functions | Guillaume Gomez | -1/+1 |
| 2017-08-02 | Improve color theme for color blind issues | Guillaume Gomez | -7/+7 |
| 2017-08-02 | Auto merge of #43614 - pornel:is_gotcha, r=BurntSushi | bors | -2/+2 |
| 2017-08-02 | Change "Example" to "Examples" in the doc comments | Michael Howell | -2/+2 |
| 2017-08-02 | Remove unused fnv hash code | Matt Brubeck | -67/+0 |
| 2017-08-02 | Fix some unaligned reads on SPARC in LTO | Danek Duvall | -2/+3 |
| 2017-08-02 | Auto merge of #43607 - marioidival:master, r=alexcrichton | bors | -1/+0 |
| 2017-08-02 | Emphasise that these functions look at the disk, not just the path | Kornel | -2/+2 |
| 2017-08-02 | rustc_trans: do not pass floating-point values to LLVM through FFI. | Eduard-Mihai Burtescu | -15/+13 |
| 2017-08-02 | rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat. | Eduard-Mihai Burtescu | -144/+180 |
| 2017-08-02 | Fixed errors in libstd. | Isaac van Bakel | -8/+8 |
| 2017-08-02 | Auto merge of #43605 - RalfJung:mapdoc, r=michaelwoerister | bors | -2/+4 |
| 2017-08-02 | Auto merge of #43612 - michaelwoerister:fix-cgu-hashing, r=eddyb | bors | -18/+5 |
| 2017-08-02 | incr.comp.: Properly incorporate symbol linkage and visibility into CGU hash. | Michael Woerister | -18/+5 |
| 2017-08-02 | Auto merge of #43602 - QuietMisdreavus:fantastic-shrinking-headings, r=Guilla... | bors | -3/+7 |
| 2017-08-02 | Auto merge of #43584 - arielb1:unused-reads, r=eddyb | bors | -17/+21 |
| 2017-08-02 | Update RLS | Nick Cameron | -15/+7 |
| 2017-08-02 | Update rls-data dep | Nick Cameron | -5/+19 |
| 2017-08-01 | also release-validate return value before a call | Ralf Jung | -11/+16 |
| 2017-08-02 | save-analysis: only emit public fields in value of a struct if the config per... | Nick Cameron | -4/+10 |
| 2017-08-02 | Auto merge of #43603 - frewsxcv:rollup, r=frewsxcv | bors | -31/+89 |
| 2017-08-02 | Remove unecessary test code #43219 | Mario Idival | -1/+0 |
| 2017-08-01 | improve hir::map::Map::get_parent_node doc | Ralf Jung | -2/+4 |
| 2017-08-01 | rustdoc: shrink headings in non-top-level docblocks | QuietMisdreavus | -3/+7 |
| 2017-08-02 | Add regression test for #40510 | Daan Sprenkels | -0/+23 |
| 2017-08-01 | closure unsafety check: stop moving up when we hit an item | Ralf Jung | -15/+15 |
| 2017-08-02 | Rollup merge of #43598 - ibabushkin:master, r=eddyb | Corey Farwell | -1/+1 |
| 2017-08-02 | Rollup merge of #43597 - dhduvall:master, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-08-02 | Rollup merge of #43585 - frewsxcv:frewsxcv-hashset-docs, r=steveklabnik,quiet... | Corey Farwell | -14/+43 |
| 2017-08-02 | Rollup merge of #43581 - alexcrichton:inline-more, r=michaelwoerister | Corey Farwell | -0/+2 |
| 2017-08-02 | Rollup merge of #43423 - xliiv:cell-example, r=steveklabnik | Corey Farwell | -0/+28 |
| 2017-08-02 | Rollup merge of #43389 - alexcrichton:thread-error, r=michaelwoerister | Corey Farwell | -15/+14 |
| 2017-08-02 | Auto merge of #43579 - cuviper:extern-llvm-features, r=alexcrichton | bors | -1/+1 |
| 2017-08-02 | rustc_apfloat: complete the IEEE & PPC implementations. | Eduard-Mihai Burtescu | -90/+2834 |
| 2017-08-02 | rustc_apfloat: port the suite of unit tests. | Eduard-Mihai Burtescu | -0/+7546 |
| 2017-08-02 | rustc_apfloat: stub IEEE & PPC implementations. | Eduard-Mihai Burtescu | -1/+455 |
| 2017-08-02 | rustc_apfloat: introduce the base Float API. | Eduard-Mihai Burtescu | -0/+709 |
| 2017-08-02 | Fixed another problem. | Isaac van Bakel | -2/+2 |
| 2017-08-01 | Add doc example for HashSet::drain. | Corey Farwell | -0/+16 |
| 2017-08-01 | Remove unnecessary clones in doc examples. | Corey Farwell | -11/+11 |
| 2017-08-01 | Show the capacity in HashSet::with_capacity doc example. | Corey Farwell | -0/+1 |