| Age | Commit message (Expand) | Author | Lines |
| 2018-09-13 | add panics section to method docs | Artyom Pavlov | -0/+9 |
| 2018-09-13 | move checks to from_float_secs | Artyom Pavlov | -25/+15 |
| 2018-09-13 | remove trailing spaces | Artyom Pavlov | -2/+2 |
| 2018-09-13 | add as_float_secs and from_float_secs methods, refactor float methods | Artyom Pavlov | -36/+55 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -73/+31 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -164/+179 |
| 2018-09-12 | Add check build dependencies | Mark Rousskov | -6/+6 |
| 2018-09-12 | Do not print checking messages in dry run mode | Mark Rousskov | -3/+3 |
| 2018-09-12 | remove struct CleanTools | Collins Abitekaniza | -53/+22 |
| 2018-09-12 | nit: rearrange and make match exhaustive | Collins Abitekaniza | -5/+8 |
| 2018-09-12 | clear_if_dirty with self.rustc(compiler) for Mode::Rustc | Collins Abitekaniza | -0/+1 |
| 2018-09-12 | use stage 1 compiler only for stamps | Collins Abitekaniza | -8/+8 |
| 2018-09-12 | clear_if_dirty in Builder::cargo with passed mode | Collins Abitekaniza | -52/+64 |
| 2018-09-12 | Auto merge of #54152 - michaelwoerister:cgu-name-fix, r=alexcrichton | bors | -19/+44 |
| 2018-09-12 | Expand comments in thumbv7a-pc-windows-msvc target spec | Jordan Rhee | -0/+8 |
| 2018-09-12 | Fix `thread` `park`/`unpark` synchronization | James Duley | -18/+11 |
| 2018-09-12 | Add comment explaining reasoning | Esteban Küber | -0/+2 |
| 2018-09-12 | fix tests | Artyom Pavlov | -3/+3 |
| 2018-09-12 | A few cleanups for hir | ljedrz | -155/+93 |
| 2018-09-12 | Document `if` keyword. | iirelu | -0/+78 |
| 2018-09-12 | fix tests | Artyom Pavlov | -1/+4 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -1896/+3525 |
| 2018-09-12 | Warn about metadata loader errors | bjorn3 | -1/+1 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -753/+802 |
| 2018-09-12 | fix doctests | Artyom Pavlov | -0/+6 |
| 2018-09-12 | Really make CGU names unique across crates. | Michael Woerister | -19/+44 |
| 2018-09-12 | more explicit impl | Artyom Pavlov | -1/+1 |
| 2018-09-12 | remove newline | Artyom Pavlov | -1/+0 |
| 2018-09-12 | Remove tests | Artyom Pavlov | -26/+0 |
| 2018-09-12 | Move float ops to unstable inherent methods | Artyom Pavlov | -84/+83 |
| 2018-09-12 | Auto merge of #54146 - kennytm:rollup, r=kennytm | bors | -361/+261 |
| 2018-09-12 | Fix camel case type warning for types with trailing underscores | Ömer Sinan Ağacan | -13/+19 |
| 2018-09-12 | Add a test that tries to modify static memory at compile-time | Andrew Xu | -0/+55 |
| 2018-09-12 | Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiser | kennytm | -3/+4 |
| 2018-09-12 | Rollup merge of #54136 - cuviper:global-isel-dbg.declare, r=alexcrichton | kennytm | -1/+1 |
| 2018-09-12 | Rollup merge of #54107 - thevaleriemack:master, r=Mark-Simulacrum | kennytm | -4/+4 |
| 2018-09-12 | Rollup merge of #54106 - flip1995:pub_checklintnameresult, r=Manishearth | kennytm | -1/+1 |
| 2018-09-12 | Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavus | kennytm | -14/+49 |
| 2018-09-12 | Rollup merge of #54085 - dtolnay:bare, r=alexcrichton | kennytm | -7/+0 |
| 2018-09-12 | Rollup merge of #54074 - toidiu:ak-spimplifyOrd, r=eddyb | kennytm | -12/+2 |
| 2018-09-12 | Rollup merge of #54073 - behnam:docs-1, r=frewsxcv | kennytm | -16/+19 |
| 2018-09-12 | Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum | kennytm | -185/+3 |
| 2018-09-12 | Rollup merge of #54064 - nagisa:tiny-typo, r=sfackler | kennytm | -2/+3 |
| 2018-09-12 | Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnik | kennytm | -1/+2 |
| 2018-09-12 | Rollup merge of #54031 - ljedrz:cleanup_passes, r=oli-obk | kennytm | -128/+96 |
| 2018-09-12 | Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichton | kennytm | -0/+30 |
| 2018-09-12 | Rollup merge of #53703 - sourcefrog:doc-wrapping, r=frewsxcv | kennytm | -0/+3 |
| 2018-09-12 | Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddyb | kennytm | -6/+63 |
| 2018-09-12 | Auto merge of #51159 - pacman82:master, r=oli-obk | bors | -59/+86 |
| 2018-09-11 | address review comment, reduce scope | Esteban Küber | -3/+2 |