about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-11Depend on libc from crates.ioLuca Barbieri-8/+4
2020-04-11Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centrilbors-0/+300
2020-04-10Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r...bors-89/+124
2020-04-10Auto merge of #70994 - Centril:rollup-lftv0a3, r=Centrilbors-565/+750
2020-04-10--bless youMazdak Farrokhzad-8/+8
2020-04-10Rollup merge of #70991 - longfangsong:master, r=jonas-schievinkMazdak Farrokhzad-1/+1
2020-04-10Rollup merge of #70985 - GuillaumeGomez:cleanup-e0512, r=Dylan-DPCMazdak Farrokhzad-2/+3
2020-04-10Rollup merge of #70981 - ssomers:btreemap_into_into_iter, r=Mark-SimulacrumMazdak Farrokhzad-13/+13
2020-04-10Rollup merge of #70979 - ssomers:btreemap_the_alice_merton_variations, r=AmanieuMazdak Farrokhzad-4/+2
2020-04-10Rollup merge of #70978 - RalfJung:compiletest-flags, r=Mark-SimulacrumMazdak Farrokhzad-4/+6
2020-04-10Rollup merge of #70973 - ecstatic-morse:recursion-lint, r=jonas-schievinkMazdak Farrokhzad-138/+121
2020-04-10Rollup merge of #70938 - tmiasko:thread-test-case, r=hanna-kruppeMazdak Farrokhzad-0/+57
2020-04-10Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddybMazdak Farrokhzad-403/+547
2020-04-10Auto merge of #66605 - GuillaumeGomez:drop-python2, r=Mark-Simulacrumbors-105/+126
2020-04-10copy test cases to `if let` as well.Felix S. Klock II-2/+59
2020-04-10Update src/test/ui/binding/issue-53114-safety-checks.rsFelix S Klock II-1/+1
2020-04-10Update src/test/ui/binding/issue-53114-borrow-checks.rsFelix S Klock II-1/+1
2020-04-10tests encoding current behavior for various cases of "binding" to _.Felix S. Klock II-0/+243
2020-04-10fix rustc-dev-guide url in src/librustc_codegen_ssalongfangsong-1/+1
2020-04-10Add ThreadSanitizer test caseTomasz Miąsko-0/+57
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-105/+126
2020-04-10Auto merge of #70983 - Centril:rollup-npabk7c, r=Centrilbors-153/+150
2020-04-10Clean up E0512 explanationGuillaume Gomez-2/+3
2020-04-10librustc_middle: return LocalDefId instead of DefId in get_parent_didmarmeladema-23/+26
2020-04-10librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_idmarmeladema-37/+59
2020-04-10librustc_middle: return LocalDefId instead of DefId in body_owner_def_idmarmeladema-32/+30
2020-04-10librustc_middle: return LocalDefId instead of DefId in opt_local_def_idmarmeladema-16/+26
2020-04-10librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_...marmeladema-14/+16
2020-04-10Rollup merge of #70975 - lcnr:ok, r=petrochenkovMazdak Farrokhzad-5/+5
2020-04-10Rollup merge of #70969 - ehuss:json-filename-macros, r=eddybMazdak Farrokhzad-2/+5
2020-04-10Rollup merge of #70964 - RalfJung:mark-cli-lint-hack, r=petrochenkovMazdak Farrokhzad-1/+3
2020-04-10Rollup merge of #70952 - GuillaumeGomez:cleanup-e0511, r=Dylan-DPCMazdak Farrokhzad-2/+3
2020-04-10Rollup merge of #70932 - mark-i-m:de-abuse-err-2, r=CentrilMazdak Farrokhzad-16/+22
2020-04-10Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasperMazdak Farrokhzad-78/+49
2020-04-10Rollup merge of #70843 - ssomers:btree_drain_filter_epilogue, r=AmanieuMazdak Farrokhzad-45/+21
2020-04-10Rollup merge of #70784 - estebank:suggest-type-fundamental-method, r=matthewj...Mazdak Farrokhzad-4/+42
2020-04-10Auto merge of #70619 - etherealist:musl_lld, r=Mark-Simulacrumbors-0/+1
2020-04-10Rearrange BTreeMap::into_iter to match range_mut.Stein Somers-13/+13
2020-04-10compiletest: let config flags overwrite -A unusedRalf Jung-4/+6
2020-04-10Auto merge of #70447 - ecstatic-morse:storage-live-always, r=tmandrybors-48/+116
2020-04-10wordsBastian Kauschke-5/+5
2020-04-09Use tri-color search for unconditional recursion lintDylan MacKenzie-138/+121
2020-04-09Fix JSON file_name documentation for macros.Eric Huss-2/+5
2020-04-09Consider methods on fundamental `impl` when method is not found on numeric typeEsteban Küber-4/+42
2020-04-09Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddybbors-57/+67
2020-04-09mark a temporary hack as suchRalf Jung-1/+3
2020-04-09Use `Visitor` for `AlwaysLiveLocals`Dylan MacKenzie-14/+19
2020-04-09Explain why we remove `self` from storage live localsDylan MacKenzie-0/+1
2020-04-09Use new utility in `transform/generator.rs`Dylan MacKenzie-34/+40
2020-04-09Use new utility in `eval_context`Dylan MacKenzie-9/+10