| Age | Commit message (Expand) | Author | Lines |
| 2018-09-17 | OsStr: Document that it's not NUL terminated | Colin Walters | -1/+4 |
| 2018-09-17 | Update Clippy | flip1995 | -14/+14 |
| 2018-09-17 | Auto merge of #54249 - RalfJung:miri, r=eddyb | bors | -7/+29 |
| 2018-09-17 | update miri | Ralf Jung | -7/+29 |
| 2018-09-17 | Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov | bors | -101/+157 |
| 2018-09-17 | Auto merge of #54254 - RalfJung:miri-dangling, r=eddyb | bors | -9/+50 |
| 2018-09-17 | Auto merge of #54247 - Munksgaard:better-error-message-in-no_lookup_host_dupl... | bors | -2/+3 |
| 2018-09-16 | Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapin | bors | -35/+48 |
| 2018-09-16 | Auto merge of #53461 - petrochenkov:pmu, r=alexcrichton | bors | -83/+2 |
| 2018-09-16 | resolve: Do not error on access to proc macros imported with `#[macro_use]` | Vadim Petrochenkov | -83/+2 |
| 2018-09-16 | Auto merge of #53804 - RalfJung:ptr-invalid, r=nagisa | bors | -7/+7 |
| 2018-09-16 | Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -73/+285 |
| 2018-09-16 | use mem::zeroed to make up ZST values | Ralf Jung | -4/+4 |
| 2018-09-16 | Rollup merge of #54244 - kzys:search-box, r=GuillaumeGomez | Guillaume Gomez | -0/+7 |
| 2018-09-16 | Rollup merge of #54213 - nnethercote:keccak-flow_inits-memory, r=nikomatsakis | Guillaume Gomez | -18/+24 |
| 2018-09-16 | Rollup merge of #54209 - petrochenkov:mexpr, r=pnkfelix | Guillaume Gomez | -51/+51 |
| 2018-09-16 | Rollup merge of #54181 - vi:hint_and_or, r=estebank | Guillaume Gomez | -0/+153 |
| 2018-09-16 | Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomez | Guillaume Gomez | -4/+50 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -164/+179 |
| 2018-09-16 | Check the remaining nodes | Kazuyoshi Kato | -0/+4 |
| 2018-09-16 | Auto merge of #53754 - RalfJung:slice_align_to, r=alexcrichton | bors | -9/+8 |
| 2018-09-15 | Revert "Auto merge of #53527 - Emerentius:test_all, r=nrc" | Eduard-Mihai Burtescu | -119/+81 |
| 2018-09-15 | Update submodules to include rust-lang-nursery/rust-clippy#3189 and rust-lang... | Eduard-Mihai Burtescu | -23/+24 |
| 2018-09-15 | rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration. | Eduard-Mihai Burtescu | -3/+77 |
| 2018-09-15 | rustc_resolve: always include core, std and meta in the extern prelude. | Eduard-Mihai Burtescu | -45/+181 |
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -49/+115 |
| 2018-09-15 | rustc: add unstable support for --extern crate_name without a path. | Eduard-Mihai Burtescu | -27/+37 |
| 2018-09-15 | rustc: support extern crates loaded after query engine creation. | Eduard-Mihai Burtescu | -2/+15 |
| 2018-09-15 | Fix missing struct name | Marshall Bowers | -1/+1 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -101/+157 |
| 2018-09-15 | Improve output if no_lookup_host_duplicates fails | Philip Munksgaard | -2/+3 |
| 2018-09-15 | Auto merge of #53527 - Emerentius:test_all, r=nrc | bors | -81/+119 |
| 2018-09-15 | keep around some information for dead allocations so that we can use it to ma... | Ralf Jung | -9/+50 |
| 2018-09-15 | Auto merge of #52896 - SergioBenitez:master, r=alexcrichton | bors | -25/+279 |
| 2018-09-15 | Auto merge of #54227 - flip1995:clippyup, r=kennytm | bors | -14/+14 |
| 2018-09-15 | Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum | bors | -397/+271 |
| 2018-09-14 | Add a small search box to seach Rust's standary library | Kazuyoshi Kato | -0/+7 |
| 2018-09-14 | Add a test to prevent regression | Kazuyoshi Kato | -0/+26 |
| 2018-09-15 | Auto merge of #54151 - ljedrz:cleanup_hir, r=michaelwoerister | bors | -155/+93 |
| 2018-09-15 | issue 54109: use short suggestions | Vitaly _Vi Shukela | -10/+10 |
| 2018-09-14 | Auto merge of #54069 - petrochenkov:subns, r=aturon | bors | -35/+64 |
| 2018-09-14 | Auto merge of #54201 - eddyb:reflexive-disambiguation, r=petrochenkov | bors | -73/+89 |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -32/+133 |
| 2018-09-14 | Move std::os::raw::c_void into libcore and re-export in libstd | Isaac Woods | -35/+48 |
| 2018-09-14 | Auto merge of #54080 - PramodBisht:issue/53692, r=estebank | bors | -1/+68 |
| 2018-09-14 | Update Clippy | flip1995 | -14/+14 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -161/+279 |
| 2018-09-14 | Rollup merge of #54210 - alexcrichton:update-cargo, r=kennytm | kennytm | -0/+0 |
| 2018-09-14 | Rollup merge of #54207 - QuietMisdreavus:never-docs-stab, r=kennytm | kennytm | -0/+1 |
| 2018-09-14 | Rollup merge of #54203 - cuviper:stable-os_str_str_ref_eq, r=estebank | kennytm | -2/+2 |