about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-08Add a test that demonstrates a segfault when calling into rust with non-c-lik...John VanEnk-0/+55
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
2020-02-06Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPCDylan DPC-23/+37
2020-02-06Rollup merge of #68869 - GuillaumeGomez:err-explanation-e0271, r=Dylan-DPCDylan DPC-5/+7
2020-02-06Rollup merge of #68845 - dwrensha:fix-68783, r=estebankDylan DPC-17/+22
2020-02-06Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkovDylan DPC-8/+11
2020-02-06Rollup merge of #68842 - Centril:issue-68785, r=estebankDylan DPC-0/+14
2020-02-06Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebankDylan DPC-21/+24
2020-02-06Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkovDylan DPC-665/+1049
2020-02-06Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=CentrilDylan DPC-12/+36
2020-02-06Rollup merge of #68691 - nnethercote:rm-RefCell-from-ObligationForest, r=niko...Dylan DPC-5/+5
2020-02-06error code examples: replace some more ignore with compile_failTrevor Spiteri-5/+7
2020-02-06Ignore panic-drops-resume.rs on wasm/emscriptenJonas Schievink-0/+2