about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-08Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddybbors-16/+1162
2020-02-08Auto merge of #68443 - eddyb:abi-compat-enum, r=nagisabors-95/+716
2020-02-08test: use `all: $(call NATIVE_STATICLIB,test)` to build a C lib.Eduard-Mihai Burtescu-4/+2
2020-02-08test: address comments and pacify the merciless tidy.Eduard-Mihai Burtescu-20/+16
2020-02-08rustc_target: treat enum variants like union members, in call ABIs.Eduard-Mihai Burtescu-9/+43
2020-02-08rustc_target: switch homogeneous_aggregate to returning Result.Eduard-Mihai Burtescu-89/+108
2020-02-08Add non-C-like enumeration tests on Rust->C calls to the abi-sysv64-arg-passi...John VanEnk-0/+157
2020-02-08Two test cases where Rust calls C using enums by valueJohn VanEnk-0/+216
2020-02-08Add similar examples that work to each test.John VanEnk-6/+87
2020-02-08Add a test that demonstrates an incorrect return value when calling into rust...John VanEnk-0/+65
2020-02-08Add a test that demonstrates a segfault when calling into rust with non-c-lik...John VanEnk-0/+55
2020-02-08Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakisbors-57/+168
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-207/+613
2020-02-07Auto merge of #68933 - Dylan-DPC:rollup-akz13kj, r=Dylan-DPCbors-203/+516
2020-02-07Rollup merge of #68928 - GuillaumeGomez:cleanup-e0276, r=Dylan-DPCDylan DPC-2/+3
2020-02-07Rollup merge of #68919 - Zoxc:ast-lifetime, r=nikomatsakisDylan DPC-7/+0
2020-02-07Rollup merge of #68909 - tmandry:panic-abort-nocapture, r=alexcrichtonDylan DPC-9/+88
2020-02-07Rollup merge of #68889 - Zoxc:hir-krate, r=eddybDylan DPC-156/+146
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-29/+279
2020-02-07update miriRalf Jung-9/+7
2020-02-07clean up E0276 explanationGuillaume Gomez-2/+3
2020-02-07Remove HashStable impl for ast::LifetimeJohn Kåre Alsaker-7/+0
2020-02-07Auto merge of #68499 - ssomers:btree_search_tidying, r=Mark-Simulacrumbors-42/+101
2020-02-07Lift range_search up one level of abstractionStein Somers-42/+45
2020-02-07Create benchmarks for BTreeMap::rangeStein Somers-0/+56
2020-02-06Respect --nocapture in panic=abort test modeTyler Mandry-9/+88
2020-02-06Rollup merge of #68894 - JohnTitor:update-e0565, r=Dylan-DPCDylan DPC-5/+9
2020-02-06Rollup merge of #68888 - tspiteri:ignore-to-compile_fail, r=petrochenkovDylan DPC-5/+7
2020-02-06Rollup merge of #68886 - tom-a-wagner:master, r=Mark-SimulacrumDylan DPC-0/+12
2020-02-06Rollup merge of #68791 - mark-i-m:proper-linkcheck, r=ehuss,JohnTitorDylan DPC-14/+61
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-283/+867
2020-02-06make lint warn by defaultNiko Matsakis-13/+10
2020-02-06lint impls that will become incoherent when leak-check is removedNiko Matsakis-17/+166
2020-02-06add the ability to skip leak check within a snapshotNiko Matsakis-12/+37
2020-02-06apply various formatting nitsNiko Matsakis-15/+15
2020-02-06use derive(Debug) for TypeTraceNiko Matsakis-7/+1
2020-02-06index ReEmpty by universeNiko Matsakis-58/+269
2020-02-06integrate the `sub_free_regions` code so we have only one copy of itNiko Matsakis-94/+106
2020-02-06don't mention specific region numbers in the ~ERROR messageNiko Matsakis-2/+2
2020-02-06add a `IsEmpty` for use in verified boundsNiko Matsakis-8/+30
2020-02-06do not limit NiceRegionError to SubSupConflict or ConcreteFailureNiko Matsakis-13/+9
2020-02-06tests: add a revision to macro_backtrace without -Zmacro-backtrace.Eduard-Mihai Burtescu-4/+40
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-119/+888
2020-02-06rustc_errors: hide "in this macro invocation" when redundant, more explicitly.Eduard-Mihai Burtescu-68/+53
2020-02-06rustc_errors: deduplicate the -Zmacro-backtrace suggestion message.Eduard-Mihai Burtescu-12/+5
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-149/+141
2020-02-06rustc_errors: split macro backtrace rendering from <*macros> hacks.Eduard-Mihai Burtescu-67/+97
2020-02-06Mark fn map_or() as eagerly evaluated.Tom A. Wagner-0/+12
2020-02-06Make `krate` privateJohn Kåre Alsaker-1/+1
2020-02-07Update E0565 examplesYuki Okushi-5/+9