about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-141/+286
2019-12-07Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obkbors-274/+84
2019-12-07Auto merge of #66882 - mati865:znver1_fix, r=nikomatsakisbors-0/+0
2019-12-06Add additional layer of #[track_caller] to test, avoid const prop.Adam Perry-4/+10
2019-12-06Address review feedback.Adam Perry-17/+10
2019-12-06Caller location is propagated via immediates rather than memory.Adam Perry-8/+13
2019-12-06Always call const fns with #[track_caller].Adam Perry-2/+6
2019-12-06Rollup merge of #67102 - Aaron1011:patch-3, r=Mark-SimulacrumMazdak Farrokhzad-0/+7
2019-12-06Rollup merge of #67094 - RalfJung:fields, r=Mark-SimulacrumMazdak Farrokhzad-26/+24
2019-12-06Rollup merge of #67092 - kraai:us-to-is, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-12-06Rollup merge of #67090 - kraai:either-to-any, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-06Rollup merge of #67078 - kamleshbhalui:master, r=CentrilMazdak Farrokhzad-2/+16
2019-12-06Rollup merge of #67071 - estebank:issue-66868, r=davidtwcoMazdak Farrokhzad-0/+4
2019-12-06Rollup merge of #67052 - Centril:config-1, r=petrochenkovMazdak Farrokhzad-164/+327
2019-12-06Rollup merge of #67009 - Aaron1011:fix/coerce-suggestion, r=CentrilMazdak Farrokhzad-19/+116
2019-12-06Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppeMazdak Farrokhzad-333/+471
2019-12-06Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obkMazdak Farrokhzad-141/+310
2019-12-06Add note to src/ci/docker/README.md about multiple docker imagesAaron Hill-0/+7
2019-12-06parse_meta: ditch parse_in_attrMazdak Farrokhzad-48/+99
2019-12-06derive: avoid parse_in_attrMazdak Farrokhzad-80/+90
2019-12-06cfg_attr: avoid .outer_tokensMazdak Farrokhzad-75/+177
2019-12-06Auto merge of #65195 - varkor:to_option, r=Centrilbors-249/+97
2019-12-06get rid of __ in field namesRalf Jung-26/+24
2019-12-06Change "wth" to "with" in `Layout::padding_needed_for` commentMatthew Kraai-1/+1
2019-12-06Change "us" to "is" in Layout::for_value commentMatthew Kraai-1/+1
2019-12-07Rollup merge of #67085 - reitermarkus:addr-parser, r=Mark-SimulacrumYuki Okushi-19/+4
2019-12-07Rollup merge of #67081 - osa1:fix_query_type_docs, r=Dylan-DPCYuki Okushi-2/+2
2019-12-07Rollup merge of #67054 - RalfJung:set-discriminant-unreachable, r=oli-obkYuki Okushi-4/+59
2019-12-07Rollup merge of #67049 - tmiasko:io-slice-advance, r=rkruppeYuki Okushi-29/+26
2019-12-07Rollup merge of #67033 - cuviper:ValueName2, r=rkruppeYuki Okushi-39/+45
2019-12-07Rollup merge of #67023 - jethrogb:jb/bootstrap-target-linker, r=alexcrichtonYuki Okushi-0/+1
2019-12-07Rollup merge of #67008 - ollie27:rustdoc_issue_61732, r=CentrilYuki Okushi-0/+15
2019-12-07Rollup merge of #66998 - Wind-River:master_up, r=alexcrichtonYuki Okushi-2/+9
2019-12-07Rollup merge of #66988 - osa1:issue66985, r=matthewjasperYuki Okushi-1/+1
2019-12-07Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddybYuki Okushi-0/+21
2019-12-07Rollup merge of #66846 - gizmondo:master, r=michaelwoeristerYuki Okushi-5/+31
2019-12-06Change "either" to "any" in Layout::from_size_align's docsMatthew Kraai-1/+1
2019-12-06Fix rebase issuesvarkor-4/+4
2019-12-06Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs`Simon Sapin-330/+332
2019-12-06Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methodsSimon Sapin-3/+139
2019-12-06Make `core::convert` a directory-module with `mod.rs`Simon Sapin-0/+0
2019-12-06Remove boxed closures in address parser.Markus Reiter-19/+4
2019-12-06Use `Instant::now` lazilyvarkor-2/+2
2019-12-06Rename to `then_some` and `then`varkor-57/+57
2019-12-06Use `as_ref().map()` rather than `is_some().to_option()`varkor-1/+1
2019-12-06Fix libcore testsvarkor-4/+4
2019-12-06Use `to_option_with` in several placesvarkor-7/+10
2019-12-06Use `to_option` in various placesvarkor-236/+81
2019-12-06Rename `bool`'s `then` to `to_option`varkor-6/+6
2019-12-06Make try_mark_previous_green aware of cycles.Alex Aktsipetrov-5/+31