| Age | Commit message (Expand) | Author | Lines |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -16/+184 |
| 2018-04-29 | rustdoc: Fix links to constants in external crates | Oliver Middleton | -0/+104 |
| 2018-04-29 | heh, logic is hard | Mark Mansi | -1/+1 |
| 2018-04-30 | Add a few more tests for proc macro feature gating | Vadim Petrochenkov | -13/+42 |
| 2018-04-29 | use const trick | Mark Mansi | -24/+7 |
| 2018-04-29 | Auto merge of #50317 - varkor:repr-align-assign, r=nagisa | bors | -0/+57 |
| 2018-04-29 | Add test for repr(align=x) | varkor | -0/+32 |
| 2018-04-29 | Add error when using repr(align=x) instead of repr(align(x)) | varkor | -0/+25 |
| 2018-04-29 | Fix some broken links in docs. | Eric Huss | -1/+6 |
| 2018-04-29 | Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakis | bors | -119/+414 |
| 2018-04-29 | Auto merge of #50217 - z4v1er:patch-1, r=aturon | bors | -1/+0 |
| 2018-04-29 | Auto merge of #50300 - phansch:update_clippy, r=oli-obk | bors | -18/+16 |
| 2018-04-29 | Add more links in panic docs | Pazzaz | -19/+40 |
| 2018-04-29 | Auto merge of #50306 - alexcrichton:inline-policy, r=sfackler | bors | -0/+1 |
| 2018-04-28 | Add the actual used mutable var to the set | Keith Yeung | -65/+102 |
| 2018-04-28 | Return RootPlace in is_mutable | Niko Matsakis | -7/+35 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -342/+166 |
| 2018-04-28 | in which the fn-must-use codepath is prevented from panicking on closure | Zack M. Davis | -1/+7 |
| 2018-04-29 | Auto merge of #50271 - sinkuu:fix_ice, r=eddyb | bors | -1/+40 |
| 2018-04-28 | feature on test | Mark Mansi | -0/+2 |
| 2018-04-28 | Auto merge of #50188 - alexcrichton:feature-all-the-things, r=eddyb | bors | -33/+47 |
| 2018-04-28 | Add `-C target-feature` to all functions | Alex Crichton | -33/+47 |
| 2018-04-28 | Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj | bors | -12/+123 |
| 2018-04-28 | std: Inline `DefaultResizePolicy::new` | Alex Crichton | -0/+1 |
| 2018-04-28 | Mark functions returning uninhabited types as noreturn | Anthony Ramine | -9/+19 |
| 2018-04-28 | Auto merge of #50164 - nox:rval-range-metadata, r=eddyb | bors | -21/+78 |
| 2018-04-28 | Auto merge of #50295 - SergioBenitez:master, r=alexcrichton | bors | -25/+20 |
| 2018-04-28 | Add query search order check | Guillaume Gomez | -7/+15 |
| 2018-04-28 | Update clippy submodule | Philipp Hansch | -18/+16 |
| 2018-04-28 | Auto merge of #50155 - est31:label_expressions, r=petrochenkov | bors | -1/+39 |
| 2018-04-28 | Skip implicit self argument for closures | Keith Yeung | -3/+10 |
| 2018-04-28 | Return LocalMutationIsAllowed in is_mutable | Keith Yeung | -31/+32 |
| 2018-04-28 | Determine unused mutable variables based on the 'root' place | Keith Yeung | -86/+111 |
| 2018-04-28 | Only check possibly initialized values and also loop over fn args | Keith Yeung | -8/+25 |
| 2018-04-28 | Track unused mutable variables across closures | Keith Yeung | -49/+189 |
| 2018-04-28 | Disable AST unused mut check when using MIR borrowck | Keith Yeung | -1/+4 |
| 2018-04-28 | Allow MIR borrowck to catch unused mutable locals | Keith Yeung | -7/+44 |
| 2018-04-28 | Auto merge of #49826 - cuviper:rustc-main-ICE, r=alexcrichton | bors | -1/+2 |
| 2018-04-27 | Don't feature gate bang macros on 'proc_macro_path_invoc'. | Sergio Benitez | -25/+20 |
| 2018-04-28 | Auto merge of #50149 - aaronaaeng:master, r=estebank | bors | -15/+224 |
| 2018-04-28 | Make `trait_of_item` return None for non associated items | Shotaro Yamada | -1/+40 |
| 2018-04-27 | Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakis | bors | -40/+102 |
| 2018-04-27 | rustc_driver: Catch ICEs on the main thread too | Josh Stone | -1/+2 |
| 2018-04-27 | Auto merge of #50290 - kennytm:rollup, r=kennytm | bors | -249/+298 |
| 2018-04-28 | Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakis | kennytm | -1/+28 |
| 2018-04-27 | Access individual fields of tuples, closures and generators on drop. | Matthew Jasper | -40/+102 |
| 2018-04-28 | Rollup merge of #50284 - GuillaumeGomez:search-load-failure, r=SimonSapin | kennytm | -1/+1 |
| 2018-04-28 | Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichton | kennytm | -32/+54 |
| 2018-04-28 | Rollup merge of #50269 - alexcrichton:update-parking-lot, r=Mark-Simulacrum | kennytm | -9/+9 |
| 2018-04-28 | Rollup merge of #50263 - alexcrichton:uwtable-allcoators, r=eddyb | kennytm | -0/+4 |