| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-21 | Fix ICE with `use clippy::a::b;` | Camelid | -0/+35 | |
| 2021-02-25 | Update test output for edition preludes. | Mara Bos | -3/+3 | |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+64 | |
| Address comments Update limits | ||||
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -17/+23 | |
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -33/+2270 | |
| 2020-11-06 | Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one ↵ | Mark Rousskov | -24/+5 | |
| more case"" This reverts commit b20bce8ce54ea9d47c2e3eb0b17cbb6baf916ae2. It retains the test added in that commit as a check-pass test, intended to prevent future (unintentional) regressions. | ||||
| 2020-10-02 | Revert "resolve: Avoid "self-confirming" import resolutions in one more case" | Vadim Petrochenkov | -5/+39 | |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -5/+7 | |
| 2020-07-27 | mv std libs to library/ | mark | -1/+1 | |
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+1 | |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+10 | |
| 2020-04-17 | Fix unused results from mem::replace | Josh Stone | -1/+1 | |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 | |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -7/+3 | |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -4/+4 | |
| Increase verbosity when suggesting subtle code changes Do not suggest changes that are actually quite small inline, to minimize the likelihood of confusion. Fix #69243. | ||||
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -4/+4 | |
| 2020-03-21 | resolve: Avoid "self-confirming" import resolutions in one more case | Vadim Petrochenkov | -0/+15 | |
| 2020-03-11 | Add the "consider importing it directly" label to public imports as well | Vadim Petrochenkov | -2/+2 | |
| 2020-03-11 | resolve: Print import chains on privacy errors | Vadim Petrochenkov | -3/+28 | |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -3/+3 | |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -1/+20 | |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+1 | |
| 2020-01-24 | Normalise notes with the/is | varkor | -5/+5 | |
| 2020-01-16 | resolve: Say "import" when reporting private imports | Vadim Petrochenkov | -10/+10 | |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -4/+28 | |
| 2020-01-12 | Add backticks in appropriate places | varkor | -2/+2 | |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -9/+70 | |
| 2020-01-04 | try to fix ui errors | Yuki Okushi | -0/+1 | |
| 2020-01-03 | Thank you Dylan and JohnTitor for blessing me. | mental | -2/+3 | |
| 2020-01-02 | Remove // check-pass for ui/import/import-crate-var.rs | mental | -1/+0 | |
| 2020-01-02 | Update src/test/ui | mental | -4/+2 | |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -4/+7 | |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -1/+1 | |
| Remove "here" from "expected one of X here" | ||||
| 2019-11-08 | Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton | Yuki Okushi | -5/+4 | |
| consistent handling of missing sysroot spans Due to https://github.com/rust-lang/rust/issues/53081, sysroot spans (pointing to code in libcore/libstd/...) fails to print on some x86 runners. This consolidates the ignore directives for that and references the relevant issue. I also did that for the generated derive-error-span tests -- but there the script and the tests were not entirely in sync any more since https://github.com/rust-lang/rust/pull/64151. Cc @estebank @varkor | ||||
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -3/+3 | |
| Update some build-pass ui tests to use check-pass where applicable Helps with issue https://github.com/rust-lang/rust/issues/62277. | ||||
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -1/+1 | |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -3/+3 | |
| 2019-11-03 | syntax: Avoid span arithmetics for delimiter tokens | Vadim Petrochenkov | -1/+1 | |
| 2019-11-02 | consistent handling of missing sysroot spans | Ralf Jung | -5/+4 | |
| 2019-10-29 | Rollup merge of #65539 - traxys:fix_62334, r=petrochenkov | Tyler Mandry | -13/+24 | |
| resolve: Turn the "non-empty glob must import something" error into a lint This fixes #62334 by changing the error to a lint warning the glob. I changed the test but I'm very unsure of what I did as I do not know how to correctly check for the warning | ||||
| 2019-10-29 | forgot to add the changed stderr | Quentin Boyer | -6/+6 | |
| 2019-10-28 | changing non-empty glob must import something to a lint | Quentin Boyer | -13/+24 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -5/+11 | |
| Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method. | ||||
| 2019-09-08 | Always emit unresolved import errors and hide unused import lint | Esteban Küber | -5/+29 | |
| 2019-09-07 | resolve: Mark more erroneous imports as used | Vadim Petrochenkov | -11/+29 | |
| 2019-09-05 | Make use of hygiene in AST passes | Matthew Jasper | -1/+3 | |
| 2019-08-15 | resolve: Move macro resolution traces from `Module`s to `Resolver` | Vadim Petrochenkov | -33/+33 | |
| Traces already contain module info without that. It's easy to forget to call `finalize_*` on a module. In particular, macros enum and trait modules weren't finalized. By happy accident macros weren't placed into those modules until now. | ||||
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -11/+11 | |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -5/+6 | |
| 2019-08-05 | Don't recommend `extern crate` syntax | Kornel | -3/+3 | |
