| Age | Commit message (Expand) | Author | Lines |
| 2017-10-16 | fix nits | Niko Matsakis | -1/+1 |
| 2017-10-16 | add a function for testing if a ty is uninhabited from all modules | Niko Matsakis | -0/+4 |
| 2017-10-16 | convert constant promotion into a query | Niko Matsakis | -54/+165 |
| 2017-10-16 | invoke const only on body-ids | Niko Matsakis | -14/+17 |
| 2017-10-16 | restructure the public inhabitedness APIs and remove the cache | Niko Matsakis | -41/+70 |
| 2017-10-16 | refactor inhabitedness to have clearer public entry points | Niko Matsakis | -86/+100 |
| 2017-10-16 | Auto merge of #45297 - matthewjasper:associated-item-namespaces, r=petrochenkov | bors | -25/+127 |
| 2017-10-16 | Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1 | bors | -124/+220 |
| 2017-10-16 | Auto merge of #45191 - petrochenkov:yesar, r=Mark-Simulacrum | bors | -124/+203 |
| 2017-10-16 | Re-enable linker override for cross-compilation | Vadim Petrochenkov | -2/+3 |
| 2017-10-15 | Don't use target's linker when linking build scripts | Vadim Petrochenkov | -41/+36 |
| 2017-10-15 | Auto merge of #45215 - alexcrichton:thin-lto-reference-more, r=michaelwoerister | bors | -10/+67 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -107/+190 |
| 2017-10-15 | Auto merge of #44613 - QuietMisdreavus:rustdoc-perf, r=michaelwoerister | bors | -5/+22 |
| 2017-10-15 | rustc: Fix some ThinLTO internalization | Alex Crichton | -10/+67 |
| 2017-10-15 | Auto merge of #45228 - theotherjimmy:ensure-query, r=michaelwoerister | bors | -1/+47 |
| 2017-10-15 | Auto merge of #45123 - goffrie:fix-method-unit-call, r=oli-obk | bors | -24/+117 |
| 2017-10-15 | Check namespaces when resolving associated items in typeck | matthewjasper | -25/+127 |
| 2017-10-15 | Auto merge of #45299 - kennytm:rollup, r=kennytm | bors | -41/+108 |
| 2017-10-15 | Rollup merge of #45289 - GuillaumeGomez:fix-doc-help, r=kennytm | kennytm | -2/+2 |
| 2017-10-15 | Rollup merge of #45280 - GuillaumeGomez:fix-mobile-search, r=kennytm | kennytm | -0/+4 |
| 2017-10-15 | Rollup merge of #45269 - sfackler:connect-timeout-fix, r=alexcrichton | kennytm | -4/+24 |
| 2017-10-15 | Rollup merge of #45264 - 0xAX:fix-typo-bootstrap-readm, r=kennytm | kennytm | -1/+1 |
| 2017-10-15 | Rollup merge of #45263 - Manishearth:hashmap-clean, r=bluss | kennytm | -16/+16 |
| 2017-10-15 | Rollup merge of #45258 - hdhoang:master, r=alexcrichton | kennytm | -2/+2 |
| 2017-10-15 | Rollup merge of #45255 - bgermann:master, r=alexcrichton | kennytm | -15/+19 |
| 2017-10-15 | Rollup merge of #45250 - brauliobz:non-ascii-idents-details, r=steveklabnik | kennytm | -1/+31 |
| 2017-10-15 | Rollup merge of #45113 - Pirh:process_output_links, r=steveklabnik | kennytm | -0/+9 |
| 2017-10-15 | Auto merge of #45224 - malbarbo:x32, r=alexcrichton | bors | -26/+65 |
| 2017-10-15 | Auto merge of #45200 - mikhail-m1:match-with-false-edges, r=nikomatsakis | bors | -5/+49 |
| 2017-10-14 | Auto merge of #44867 - kennytm:rustdoc-md-test-title, r=alexcrichton | bors | -30/+50 |
| 2017-10-14 | Fix TcpStream::connect_timeout on linux | Steven Fackler | -4/+24 |
| 2017-10-14 | Auto merge of #45177 - oli-obk:clippy, r=alexcrichton | bors | -27/+19 |
| 2017-10-14 | Fix arrow display | Guillaume Gomez | -2/+2 |
| 2017-10-14 | rustc: Remove `used_mut_nodes` from `TyCtxt` | Alex Crichton | -124/+220 |
| 2017-10-14 | Auto merge of #45175 - petrochenkov:dyn, r=nikomatsakis | bors | -49/+154 |
| 2017-10-14 | std: Set probe length tag on cloned hashmaps | Manish Goregaokar | -0/+1 |
| 2017-10-14 | std: Get rid of hash_offet in RawTable | Manish Goregaokar | -16/+15 |
| 2017-10-14 | Remove terribly useless and problematic margin when searching on mobile | Guillaume Gomez | -0/+4 |
| 2017-10-14 | Auto merge of #45167 - pnkfelix:migrate-remaining-ast-diagnostics, r=arielb1 | bors | -530/+622 |
| 2017-10-14 | Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakis | bors | -105/+398 |
| 2017-10-14 | Update rustfmt submodule | Vadim Petrochenkov | -8/+5 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -41/+149 |
| 2017-10-14 | Auto merge of #45155 - Nashenas88:nll-infer, r=nikomatsakis | bors | -9/+245 |
| 2017-10-14 | Auto merge of #45137 - theotherjimmy:vtable-methods-query, r=nikomatsakis | bors | -147/+79 |
| 2017-10-14 | Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoerister | bors | -475/+786 |
| 2017-10-13 | Pass the full span for method calls | Geoffry Song | -24/+117 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -59/+6 |
| 2017-10-13 | rustdoc: wrap redirect page writers in a BufWriter | QuietMisdreavus | -2/+4 |
| 2017-10-13 | rustdoc: don't create directories more than once | QuietMisdreavus | -3/+18 |