| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-06-16 | compiletest: Remove `skip-codegen` | Vadim Petrochenkov | -4/+3 | |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -14/+14 | |
| 2019-05-20 | Addressed more points raised in review. | Alexander Regueiro | -2/+5 | |
| 2019-05-20 | Update tests. | Alexander Regueiro | -1/+3 | |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -9/+8 | |
| 2019-04-17 | Resolve inconsistency in error messages between "parameter" and "variable". | Eduard-Mihai Burtescu | -1/+1 | |
| 2019-03-23 | Swap primary/secondary spans for E0458 | Esteban Küber | -2/+2 | |
| 2019-03-15 | rustc: pass Option<&Substs> and Namespace around in ty::item_path. | Eduard-Mihai Burtescu | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -15/+15 | |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -2/+2 | |
| 2019-02-11 | Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank | bors | -2/+2 | |
| Initial implementation of rustfixable unused_imports lint This PR adds the initial implementation of rustfixable `unused_imports` lint. The implementation works, but rustfix is not able to apply all the suggestions until https://github.com/rust-lang/rust/issues/53934 is fixed. It also needs https://github.com/rust-lang/rust/pull/58296 to hide the suggested note since it's really useless. cc https://github.com/rust-lang/rust/issues/47888 <details><summary><code>cargo fix</code> in action on the <code>unused_imports</code> lint</summary>  </details> | ||||
| 2019-02-08 | unused_imports: update tests | Pietro Albini | -2/+2 | |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -5/+5 | |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -1/+1 | |
| Const-stabilize `const_int_ops` + `const_ip` r? @oli-obk ## Note for relnotes: This PR includes https://github.com/rust-lang/rust/pull/57105. I've added T-lang since this affects intrinsics and the operational semantics of Rust's `const fn` fragment. ## Stable APIs proposed for constification + `const_int_ops`: + `count_ones` + `count_zeros` + `leading_zeros` + `trailing_zeros` + `swap_bytes` + `from_be` + `from_le` + `to_be` + `to_le` + `const_ip` + `Ipv4Addr::new` ## Unstable APIs constified + `const_int_conversion`: + `reverse_bits` | ||||
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -2/+2 | |
| Fix broken links to second edition TRPL. Fixes https://github.com/rust-lang/rust/issues/57104. Remove `second-edition/` from TRPL hyperlinks. | ||||
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -2/+2 | |
| Fixes https://github.com/rust-lang/rust/issues/57104. | ||||
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -2/+2 | |
| Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing. | ||||
| 2018-12-31 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -237/+47 | |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -2/+2 | |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -6/+6 | |
| 2018-11-07 | Removed `#[rustc_error]` from tests that are all `// compile-pass`. | Felix S. Klock II | -12/+4 | |
| I also added `// skip-codegen` to each one, to address potential concerns that this change would otherwise slow down our test suite spending time generating code for files that are really just meant to be checks of compiler diagnostics. (However, I will say: My preference is to not use `// skip-codegen` if one can avoid it. We can use all the testing of how we drive LLVM that we can get...) (Updated post rebase.) | ||||
| 2018-08-24 | updates tests to use new error code | Matthew Russo | -5/+4 | |
| 2018-08-20 | Fix diagnostic regression | varkor | -8/+8 | |
| 2018-08-20 | Update new ui tests | varkor | -11/+11 | |
| 2018-08-19 | Fix some remaining tests | varkor | -3/+3 | |
| 2018-08-19 | Refactor generic argument count check in astconv | varkor | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+780 | |
