| Age | Commit message (Expand) | Author | Lines |
| 2018-02-17 | Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | bors | -1/+302 |
| 2018-02-17 | Auto merge of #47917 - davidtwco:issue-47703, r=nikomatsakis | bors | -7/+134 |
| 2018-02-16 | Fix unit test compilation | Vitali Lovich | -11/+17 |
| 2018-02-17 | Auto merge of #47906 - Zoxc:nocycle, r=nikomatsakis | bors | -9/+27 |
| 2018-02-16 | Clarify contiguity of Vec's elements. | Sergio Benitez | -5/+5 |
| 2018-02-16 | Remove unneeded string allocations | Alex Crawford | -4/+4 |
| 2018-02-16 | add readme for librustdoc | QuietMisdreavus | -0/+170 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -1343/+110 |
| 2018-02-16 | core::iter::repeat_with: fix spelling, s/not/note | Mazdak Farrokhzad | -1/+1 |
| 2018-02-16 | Add powerpc-unknown-netbsd target | Jonathan A. Kollasch | -0/+37 |
| 2018-02-16 | Notify users that this example is shared through integer types | Guillaume Gomez | -19/+47 |
| 2018-02-16 | Auto merge of #48252 - Mark-Simulacrum:exclude-paths, r=alexcrichton | bors | -7/+9 |
| 2018-02-16 | Add a warning to File about mutability. | Alexis Hunt | -0/+15 |
| 2018-02-16 | Force the link to std::thread::yield_now() | Stefan Schindler | -1/+1 |
| 2018-02-16 | Add link to yield_now | Stefan Schindler | -3/+4 |
| 2018-02-16 | lookup exported symbols only when needed. | andjo403 | -10/+24 |
| 2018-02-16 | Fix panic when `x.py` is called without any arguments. | kennytm | -2/+4 |
| 2018-02-16 | save-analysis: power through bracket mis-counts | Nick Cameron | -12/+14 |
| 2018-02-16 | Auto merge of #46714 - leodasvacas:refactor-structurally-resolve-type, r=niko... | bors | -94/+73 |
| 2018-02-15 | Consider paths passed to x.py to be root-relative. | Mark Simulacrum | -6/+6 |
| 2018-02-15 | Prevent silently ignoring unmatched paths | Mark Simulacrum | -1/+1 |
| 2018-02-16 | Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakis | bors | -703/+117 |
| 2018-02-15 | Avoid ICE in arg mistmatch error for tuple variants | Esteban Küber | -3/+48 |
| 2018-02-15 | spelling fix in comment | Steve Klabnik | -1/+1 |
| 2018-02-15 | [improper_ctypes] Don't suggest raw pointers when encountering trait objects | Robin Kruppe | -3/+1 |
| 2018-02-15 | Fix condvar example | Guillaume Gomez | -2/+4 |
| 2018-02-15 | [improper_ctypes] Point at definition of non-FFI-safe type if possible | Robin Kruppe | -0/+20 |
| 2018-02-15 | [improper_ctypes] Suggest repr(transparent) for structs | Robin Kruppe | -6/+7 |
| 2018-02-15 | [improper_ctypes] Overhaul primary label | Robin Kruppe | -227/+171 |
| 2018-02-15 | [improper_ctypes] Stop complaining about repr(usize) and repr(isize) enums | Robin Kruppe | -29/+12 |
| 2018-02-15 | [improper_ctypes] Use a 'help:' line for possible fixes | Robin Kruppe | -80/+156 |
| 2018-02-15 | Convert compile-fail/lint-ctypes.rs to ui test | Robin Kruppe | -0/+128 |
| 2018-02-15 | Remove "empty buffer" doc in read_until | Ross Light | -2/+0 |
| 2018-02-15 | add Self: Trait<..> inside the param_env of a default impl | Gianni Ciccarelli | -62/+51 |
| 2018-02-15 | mir: Gather move at SwitchInt, Assert terminators | Federico Poli | -3/+6 |
| 2018-02-15 | Auto merge of #48203 - kennytm:rollup, r=kennytm | bors | -208/+800 |
| 2018-02-15 | Auto merge of #48105 - Mark-Simulacrum:exclude-paths, r=alexcrichton | bors | -327/+444 |
| 2018-02-15 | Rollup merge of #48210 - jacob-hughes:clarify_sized_trait_in_api_docs, r=Quie... | kennytm | -3/+7 |
| 2018-02-15 | Fix arguments specified by lxl in two-phase-bin-ops test | bobtwinkles | -1/+0 |
| 2018-02-15 | Auto merge of #48202 - nrc:update, r=kennytm | bors | -17/+38 |
| 2018-02-14 | Normalizing associated types when checking borrows in drops. | David Wood | -8/+23 |
| 2018-02-14 | Review change - Expanded on explanation. | Jacob Hughes | -3/+3 |
| 2018-02-14 | Update E0657 stderr to match changed test | Taylor Cramer | -6/+6 |
| 2018-02-14 | check that types "need drop" before we access them | Niko Matsakis | -12/+28 |
| 2018-02-14 | Simplified logic and corrected shallow to deep. | David Wood | -29/+11 |
| 2018-02-14 | Handle recursive case of dropping structs with field accesses when struct has... | David Wood | -48/+71 |
| 2018-02-14 | Fixed incorrect reporting of errors when checking borrows in drops. | David Wood | -11/+41 |
| 2018-02-14 | Added tests for #47703 | David Wood | -0/+61 |
| 2018-02-14 | Exclude clippy lints from tidy license check | Mark Simulacrum | -0/+1 |
| 2018-02-15 | Revert "rustbuild: Pass `ccache` to build scripts" | Alex Crichton | -22/+5 |