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-11End cleanup on rustdoc-js toolsGuillaume Gomez-418/+408
2020-04-11rustc: Add a warning count upon completionRoccoDev-132/+515
2020-04-11Change issue number to point to tracking issueChai T. Rex-2/+2
2020-04-11Auto merge of #71014 - Centril:rollup-3lc8cnt, r=Centrilbors-2/+49
2020-04-11Use write!-style syntax for MIR assert terminatorrobojumper-25/+42
2020-04-11Store UNICODE_VERSION as a tuplePyfisch-33/+8
2020-04-11ci: run mir-opt tests on PR CI also as 32-bit (for `EMIT_MIR_FOR_EACH_BIT_WID...Eduard-Mihai Burtescu-1/+18
2020-04-11tests: add missing `// no-system-llvm` annotation to #69841 test.Eduard-Mihai Burtescu-0/+1
2020-04-11tests: don't use only-64bit in mir-opt tests.Eduard-Mihai Burtescu-1/+77
2020-04-11compiletest: support --pass=check and --pass=build for mir-opt tests.Eduard-Mihai Burtescu-7/+14
2020-04-11Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centrilbors-0/+300
2020-04-11Rollup merge of #70982 - ldm0:fncoerce, r=eddybMazdak Farrokhzad-1/+18
2020-04-11Rollup merge of #70962 - KrishnaSannasi:track-dealloc, r=RalfJungMazdak Farrokhzad-0/+10
2020-04-11Rollup merge of #70957 - oli-obk:lazy_repeat_length_eval_ice, r=matthewjasperMazdak Farrokhzad-1/+14
2020-04-11Rollup merge of #70881 - eddyb:stage0-hide-incremental-unused-attrs, r=Mark-S...Mazdak Farrokhzad-0/+7
2020-04-11Rollup merge of #69573 - pnkfelix:issue-53114-add-tests, r=CentrilMazdak Farrokhzad-0/+300
2020-04-11Pass the `PlaceElem::Index` local to `visit_local`Jonas Schievink-74/+39
2020-04-10Auto merge of #70986 - marmeladema:issue70853/librustc_middle-local-def-id, r...bors-89/+124
2020-04-11compiletest: diff direction should be (-)expected -> (+)actual.Eduard-Mihai Burtescu-1/+1
2020-04-10Auto merge of #70994 - Centril:rollup-lftv0a3, r=Centrilbors-565/+750
2020-04-10fix target & runtool args orderTom Dohrmann-2/+7
2020-04-10Fixed doc tests for added methodsChai T. Rex-0/+2
2020-04-10added machine hooks to track deallocationsOzaren-0/+10
2020-04-10Add or_insert_with_key to Entry of HashMap/BTreeMapChai T. Rex-0/+54
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-10Improve rustdoc source code a bitGuillaume Gomez-29/+25
2020-04-10Add ThreadSanitizer test caseTomasz Miąsko-0/+57
2020-04-10Suggest x.into() when it is a better choice than x.try_into() whenYashhwanth Ram-0/+2
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