about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2021-10-03Update ui-fulldeps.Camille GILLOT-5/+5
2021-09-30Bless tests.Camille GILLOT-9/+10
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-17/+14
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+1
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-1/+1
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-32/+72
2021-07-27Add long explanation for E0498Chris Midgley-0/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-2/+2
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-0/+5
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-20/+27
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-20/+27
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-2/+2
2021-06-10Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkovbors-67/+60
2021-06-10Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrumbors-18/+24
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-67/+60
2021-06-07ignore ui-fulldeps/session-derive-errors.rs on beta and stablePietro Albini-18/+24
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-3/+4
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-4/+4
2021-03-30Fix fulldeps tests.Camille GILLOT-2/+2
2021-03-16ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`Vadim Petrochenkov-1/+3
2021-03-09Rebase fallout.Camille GILLOT-1/+1
2021-03-09Fix ui-fulldeps tests.Camille GILLOT-3/+5
2021-02-03Allow/fix non_fmt_panic in tests.Mara Bos-3/+3
2021-01-17Fix formatting for removed lintsJoshua Nelson-9/+9
2021-01-13Update tests for extern block lintingMark Rousskov-3/+2
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-3/+3
2020-12-03Only deny doc_keyword in std and set it as "allow" by defaultGuillaume Gomez-2/+8
2020-12-03Add test for EXISTING_DOC_KEYWORD internal lintGuillaume Gomez-0/+20
2020-12-02Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelixbors-15/+15
2020-11-18Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum"Pietro Albini-18/+29
2020-11-17Update fulldeps testMark Rousskov-29/+18
2020-11-14Use true previous lint level when detecting overriden forbidsMark Rousskov-15/+15
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-1/+1
2020-10-08Replace run_compiler with RunCompiler builder pattern.Darshan Kathiriya-8/+3
2020-09-28Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obkRalf Jung-1/+7
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-1/+7
2020-09-21add testBastian Kauschke-0/+53
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-1/+2
2020-09-08Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obkbors-0/+395
2020-09-04Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkovbors-0/+40
2020-09-03Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macroAaron Hill-0/+40
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-09-01Add SessionDiagnostic derive macro.jumbatm-0/+395
2020-08-20Capture tokens for Pat used in macro_rules! argumentAaron Hill-0/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-3/+3
2020-08-14Fix ui fulldeps testsMatthew Jasper-88/+75
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-4/+4
2020-07-18rustc_metadata: Make crate loading fully speculativeVadim Petrochenkov-13/+3
2020-07-10Avoid "whitelist"Tamir Duberstein-11/+11