| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov | bors | -67/+60 |
| 2021-06-10 | Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrum | bors | -18/+24 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -67/+60 |
| 2021-06-07 | ignore ui-fulldeps/session-derive-errors.rs on beta and stable | Pietro Albini | -18/+24 |
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -3/+4 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -4/+4 |
| 2021-03-30 | Fix fulldeps tests. | Camille GILLOT | -2/+2 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -1/+3 |
| 2021-03-09 | Rebase fallout. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Fix ui-fulldeps tests. | Camille GILLOT | -3/+5 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -3/+3 |
| 2021-01-17 | Fix formatting for removed lints | Joshua Nelson | -9/+9 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -3/+2 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -3/+3 |
| 2020-12-03 | Only deny doc_keyword in std and set it as "allow" by default | Guillaume Gomez | -2/+8 |
| 2020-12-03 | Add test for EXISTING_DOC_KEYWORD internal lint | Guillaume Gomez | -0/+20 |
| 2020-12-02 | Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelix | bors | -15/+15 |
| 2020-11-18 | Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" | Pietro Albini | -18/+29 |
| 2020-11-17 | Update fulldeps test | Mark Rousskov | -29/+18 |
| 2020-11-14 | Use true previous lint level when detecting overriden forbids | Mark Rousskov | -15/+15 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -1/+1 |
| 2020-10-08 | Replace run_compiler with RunCompiler builder pattern. | Darshan Kathiriya | -8/+3 |
| 2020-09-28 | Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk | Ralf Jung | -1/+7 |
| 2020-09-27 | Add option to pass a custom codegen backend from a driver | bjorn3 | -1/+7 |
| 2020-09-21 | add test | Bastian Kauschke | -0/+53 |
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -1/+2 |
| 2020-09-08 | Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk | bors | -0/+395 |
| 2020-09-04 | Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov | bors | -0/+40 |
| 2020-09-03 | Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro | Aaron Hill | -0/+40 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -2/+2 |
| 2020-09-01 | Add SessionDiagnostic derive macro. | jumbatm | -0/+395 |
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -0/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -3/+3 |
| 2020-08-14 | Fix ui fulldeps tests | Matthew Jasper | -88/+75 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -4/+4 |
| 2020-07-18 | rustc_metadata: Make crate loading fully speculative | Vadim Petrochenkov | -13/+3 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -11/+11 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -2/+2 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -5/+5 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -2/+2 |
| 2020-06-10 | Fix pprust-expr-roundtrip | Aaron Hill | -2/+2 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -35/+34 |
| 2020-06-03 | Update fulldeps tests and clippy | Vadim Petrochenkov | -27/+26 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -8/+8 |
| 2020-06-02 | compiletest: Add name directive for remote runners | Tom Eccles | -0/+2 |
| 2020-05-27 | Add test for {impl,declare}_lint_pass macros | flip1995 | -0/+26 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+2 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -15/+8 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -0/+1 |
| 2020-05-08 | Fix tests | Camille GILLOT | -0/+1 |