| Age | Commit message (Expand) | Author | Lines |
| 2018-09-09 | Suggest a let binding to extend temporary lifetimes with NLL | Matthew Jasper | -10/+47 |
| 2018-09-09 | Split explain_why_borrow_contains_point into two functions | Matthew Jasper | -22/+86 |
| 2018-09-09 | add generalization | Niko Matsakis | -99/+155 |
| 2018-09-09 | instantiate traversed binders rather than saving the scopes | Niko Matsakis | -14/+103 |
| 2018-09-09 | add a `first_free_index` parameter | Niko Matsakis | -5/+10 |
| 2018-09-09 | add ability to create region vars with explicit universe | Niko Matsakis | -6/+23 |
| 2018-09-09 | infer/mod.rs: rustfmt | Niko Matsakis | -329/+373 |
| 2018-09-09 | add some comments | Niko Matsakis | -0/+16 |
| 2018-09-09 | factor out `lookup_bound_region` | Niko Matsakis | -11/+18 |
| 2018-09-09 | remove extra lifetime bound | Niko Matsakis | -1/+1 |
| 2018-09-09 | document the purpose of `ScopeInstantiator` | Niko Matsakis | -0/+7 |
| 2018-09-09 | rustdoc: Remove generated blanket impls from trait pages | Oliver Middleton | -14/+49 |
| 2018-09-09 | Remove documentation about proc_macro being bare-bones | David Tolnay | -7/+0 |
| 2018-09-09 | Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Sim... | bors | -42/+45 |
| 2018-09-09 | remove #[used] from the unstable book | Jorge Aparicio | -157/+0 |
| 2018-09-09 | Expand fn keyword docs | iirelu | -7/+59 |
| 2018-09-09 | 53692: Addressed Estebank's Nits | Pramod Bisht | -6/+15 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -12/+5 |
| 2018-09-09 | Auto merge of #53902 - dtolnay:group, r=petrochenkov | bors | -113/+191 |
| 2018-09-09 | Addressed #53692 | Pramod Bisht | -1/+59 |
| 2018-09-09 | Add docs on `extern` keyword | iirelu | -0/+42 |
| 2018-09-09 | merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/ | Eric Huss | -4/+6 |
| 2018-09-09 | Auto merge of #53998 - eddyb:issue-53728, r=oli-obk | bors | -12/+63 |
| 2018-09-09 | miri loop detector hashing: fix enum hashing to also consider discriminant; d... | Ralf Jung | -26/+38 |
| 2018-09-08 | Rename sp_lo to sp_open | David Tolnay | -10/+10 |
| 2018-09-09 | Auto merge of #53988 - eddyb:issue-53770, r=petrochenkov | bors | -43/+49 |
| 2018-09-08 | docs: Use dollar sign for all bash prompts | Behnam Esfahbod | -16/+19 |
| 2018-09-09 | simplify ordering for Kind | toidiu | -12/+2 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -12/+66 |
| 2018-09-08 | Stabilization change for mod.rs | Rusty Blitzerr | -185/+3 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -126/+163 |
| 2018-09-09 | Auto merge of #53949 - estebank:unclosed-delim, r=nikomatsakis | bors | -40/+171 |
| 2018-09-09 | submodules: update clippy, rls with crate visibility patches, also update cargo | Matthias Krüger | -14/+14 |
| 2018-09-09 | Remove crate_visibility_modifier from 2018 edition | Mark Rousskov | -9/+9 |
| 2018-09-09 | Stabilize the 2018 edition | Mark Rousskov | -15/+16 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -478/+822 |
| 2018-09-08 | Document .0 to unpack the value from Wrapping | Martin Pool | -0/+3 |
| 2018-09-08 | Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk | bors | -31/+81 |
| 2018-09-08 | `&CStr`, not `CStr`, is the counterpart of `&str` | Simonas Kazlauskas | -2/+3 |
| 2018-09-08 | Fixed 53359: E0432 unresolved import on the same line is now emiting one diag... | Pramod Bisht | -27/+86 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -224/+228 |
| 2018-09-08 | Auto merge of #54051 - kennytm:rollup, r=kennytm | bors | -338/+545 |
| 2018-09-08 | resolve: More precise spans for ambiguous resolution errors | Vadim Petrochenkov | -95/+69 |
| 2018-09-08 | Add checks for expected macro output in restricted shadowing tests | Vadim Petrochenkov | -116/+134 |
| 2018-09-08 | resolve: Further simplify legacy scopes, add comments | Vadim Petrochenkov | -40/+45 |
| 2018-09-08 | Add test cases for possible restricted shadowing configurations | Vadim Petrochenkov | -0/+880 |
| 2018-09-08 | resolve: Rename some fields related to legacy macro scopes | Vadim Petrochenkov | -51/+60 |
| 2018-09-08 | resolve: Relax shadowing restriction on macro-expanded macros | Vadim Petrochenkov | -32/+57 |
| 2018-09-08 | resolve: Introduce "may appear after" abstraction for macro path resolutions | Vadim Petrochenkov | -21/+54 |
| 2018-09-08 | resolve: Cleanup two main macro resolution functions, tweak some comments | Vadim Petrochenkov | -64/+50 |