about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-27Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavusJosh Stone-0/+42
2019-03-27Rollup merge of #58837 - Centril:librustc_interface_2018, r=petrochenkovJosh Stone-39/+22
2019-03-27Rollup merge of #58253 - taiki-e:librustc_driver-2018, r=petrochenkovJosh Stone-45/+23
2019-03-27Rollup merge of #57565 - petrochenkov:turbowarn, r=CentrilJosh Stone-79/+20
2019-03-27Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoeristerJosh Stone-55/+168
2019-03-27Visit path in `walk_mac`varkor-3/+3
2019-03-27Document std::fs::File close behavior ignoring errorsChris Gregory-1/+4
2019-03-27Speed up rustdoc run a bitGuillaume Gomez-39/+48
2019-03-27Update booksEric Huss-3/+7
2019-03-27musl: build toolchain libs with -fPICMateusz MikuĊ‚a-0/+4
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-85/+211
2019-03-27Add comments for new `AdtDef` functions.David Wood-0/+5
2019-03-27Regression test for rust-lang/rust#56327.Felix S. Klock II-0/+25
2019-03-27Some tests illustrating where the revised lint does and does not apply.Felix S. Klock II-0/+346
2019-03-27Add higher-ranked trait bounds linkChris Gregory-0/+1
2019-03-27Clarify behavior of dbg macroNikhil Benesch-1/+2
2019-03-27replace llvm-rebuild-trigger with commit hashAndy Russell-19/+33
2019-03-27Add a testTaiki Endo-0/+18
2019-03-27Do not lint `dyn` tokens under macros.Felix S. Klock II-11/+36
2019-03-27Auto merge of #59415 - varkor:values_since_snapshot, r=eddybbors-99/+122
2019-03-27Include id in Thread's Debug implementationKonrad Borowski-1/+4
2019-03-27Add some testsYuki OKUSHI-0/+88
2019-03-27Use Vec instead of FxHashMapvarkor-19/+20
2019-03-27Lookup region variable origin instead of choosing onevarkor-15/+18
2019-03-27Store type variable origins in InferenceFudgervarkor-6/+13
2019-03-27Propitiate tidyvarkor-1/+2
2019-03-27Update ena to version 0.13.0varkor-1/+1
2019-03-27Use `eq_relations`varkor-10/+8
2019-03-27Add `next_int_var` and `next_float_var`varkor-10/+16
2019-03-27Simplify `fudge_inference_if_ok`varkor-19/+19
2019-03-27Add int variables and float variables to `InferenceFudger`varkor-9/+35
2019-03-27Rename `RegionFudger` to `InferenceFudger`varkor-8/+8
2019-03-27Remove `TypeVariableMap`varkor-2/+0
2019-03-27Use Ranges for vars_since_snapshotvarkor-39/+38
2019-03-27Simplify `TypeVariableTable::vars_since_snapshot`varkor-13/+4
2019-03-27Simplify `RegionConstraintCollector::vars_since_snapshot`varkor-6/+1
2019-03-27Make `vars_since_snapshot` naming consistentvarkor-12/+10
2019-03-27Update enavarkor-1/+1
2019-03-27add negative test case in assignment-expected-boolMazdak Farrokhzad-2/+23
2019-03-27adjust assignment-in-if test accordingly.Mazdak Farrokhzad-6/+26
2019-03-27add test for assignment x = y where type bool is expected.Mazdak Farrokhzad-0/+164
2019-03-27generalize diagnostic for x = y where type bool is expected.Mazdak Farrokhzad-85/+111
2019-03-27Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkovbors-2/+59
2019-03-27librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.tomlMazdak Farrokhzad-1/+1
2019-03-27librustc_interface => 2018Mazdak Farrokhzad-38/+21
2019-03-27Make into itemized list and fix some wordingChris Gregory-7/+10
2019-03-27Minor rewordings and add `dyn` keywordChris Gregory-9/+9
2019-03-27Auto merge of #59447 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-126/+433
2019-03-27Add documentation about `for` used as higher ranked trait boundsChris Gregory-5/+7
2019-03-27Give variant parts their own unique idPhilip Craig-17/+28