| Age | Commit message (Expand) | Author | Lines |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -141/+286 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -274/+84 |
| 2019-12-07 | Auto merge of #66882 - mati865:znver1_fix, r=nikomatsakis | bors | -0/+0 |
| 2019-12-06 | Add additional layer of #[track_caller] to test, avoid const prop. | Adam Perry | -4/+10 |
| 2019-12-06 | Address review feedback. | Adam Perry | -17/+10 |
| 2019-12-06 | Caller location is propagated via immediates rather than memory. | Adam Perry | -8/+13 |
| 2019-12-06 | Always call const fns with #[track_caller]. | Adam Perry | -2/+6 |
| 2019-12-06 | Rollup merge of #67102 - Aaron1011:patch-3, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+7 |
| 2019-12-06 | Rollup merge of #67094 - RalfJung:fields, r=Mark-Simulacrum | Mazdak Farrokhzad | -26/+24 |
| 2019-12-06 | Rollup merge of #67092 - kraai:us-to-is, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-12-06 | Rollup merge of #67090 - kraai:either-to-any, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-06 | Rollup merge of #67078 - kamleshbhalui:master, r=Centril | Mazdak Farrokhzad | -2/+16 |
| 2019-12-06 | Rollup merge of #67071 - estebank:issue-66868, r=davidtwco | Mazdak Farrokhzad | -0/+4 |
| 2019-12-06 | Rollup merge of #67052 - Centril:config-1, r=petrochenkov | Mazdak Farrokhzad | -164/+327 |
| 2019-12-06 | Rollup merge of #67009 - Aaron1011:fix/coerce-suggestion, r=Centril | Mazdak Farrokhzad | -19/+116 |
| 2019-12-06 | Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppe | Mazdak Farrokhzad | -333/+471 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -141/+310 |
| 2019-12-06 | Add note to src/ci/docker/README.md about multiple docker images | Aaron Hill | -0/+7 |
| 2019-12-06 | parse_meta: ditch parse_in_attr | Mazdak Farrokhzad | -48/+99 |
| 2019-12-06 | derive: avoid parse_in_attr | Mazdak Farrokhzad | -80/+90 |
| 2019-12-06 | cfg_attr: avoid .outer_tokens | Mazdak Farrokhzad | -75/+177 |
| 2019-12-06 | Auto merge of #65195 - varkor:to_option, r=Centril | bors | -249/+97 |
| 2019-12-06 | get rid of __ in field names | Ralf Jung | -26/+24 |
| 2019-12-06 | Change "wth" to "with" in `Layout::padding_needed_for` comment | Matthew Kraai | -1/+1 |
| 2019-12-06 | Change "us" to "is" in Layout::for_value comment | Matthew Kraai | -1/+1 |
| 2019-12-07 | Rollup merge of #67085 - reitermarkus:addr-parser, r=Mark-Simulacrum | Yuki Okushi | -19/+4 |
| 2019-12-07 | Rollup merge of #67081 - osa1:fix_query_type_docs, r=Dylan-DPC | Yuki Okushi | -2/+2 |
| 2019-12-07 | Rollup merge of #67054 - RalfJung:set-discriminant-unreachable, r=oli-obk | Yuki Okushi | -4/+59 |
| 2019-12-07 | Rollup merge of #67049 - tmiasko:io-slice-advance, r=rkruppe | Yuki Okushi | -29/+26 |
| 2019-12-07 | Rollup merge of #67033 - cuviper:ValueName2, r=rkruppe | Yuki Okushi | -39/+45 |
| 2019-12-07 | Rollup merge of #67023 - jethrogb:jb/bootstrap-target-linker, r=alexcrichton | Yuki Okushi | -0/+1 |
| 2019-12-07 | Rollup merge of #67008 - ollie27:rustdoc_issue_61732, r=Centril | Yuki Okushi | -0/+15 |
| 2019-12-07 | Rollup merge of #66998 - Wind-River:master_up, r=alexcrichton | Yuki Okushi | -2/+9 |
| 2019-12-07 | Rollup merge of #66988 - osa1:issue66985, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2019-12-07 | Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddyb | Yuki Okushi | -0/+21 |
| 2019-12-07 | Rollup merge of #66846 - gizmondo:master, r=michaelwoerister | Yuki Okushi | -5/+31 |
| 2019-12-06 | Change "either" to "any" in Layout::from_size_align's docs | Matthew Kraai | -1/+1 |
| 2019-12-06 | Fix rebase issues | varkor | -4/+4 |
| 2019-12-06 | Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs` | Simon Sapin | -330/+332 |
| 2019-12-06 | Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods | Simon Sapin | -3/+139 |
| 2019-12-06 | Make `core::convert` a directory-module with `mod.rs` | Simon Sapin | -0/+0 |
| 2019-12-06 | Remove boxed closures in address parser. | Markus Reiter | -19/+4 |
| 2019-12-06 | Use `Instant::now` lazily | varkor | -2/+2 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -57/+57 |
| 2019-12-06 | Use `as_ref().map()` rather than `is_some().to_option()` | varkor | -1/+1 |
| 2019-12-06 | Fix libcore tests | varkor | -4/+4 |
| 2019-12-06 | Use `to_option_with` in several places | varkor | -7/+10 |
| 2019-12-06 | Use `to_option` in various places | varkor | -236/+81 |
| 2019-12-06 | Rename `bool`'s `then` to `to_option` | varkor | -6/+6 |
| 2019-12-06 | Make try_mark_previous_green aware of cycles. | Alex Aktsipetrov | -5/+31 |