| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -49/+0 | |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -18/+3 | |
| 2016-08-11 | Improve &-ptr printing | Jonathan Turner | -1/+1 | |
| 2016-08-05 | Updated E0306 to new format. | Federico Ravasio | -5/+10 | |
| 2016-07-28 | Move to {integer} and {float} | Jonathan Turner | -1/+1 | |
| 2016-07-28 | Rename _ to {numerics} for unknown numeric types | Jonathan Turner | -1/+1 | |
| 2016-07-23 | address review comments | Ariel Ben-Yehuda | -4/+2 | |
| I split the RFC1592 commit out | ||||
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -9/+10 | |
| Refactor constant evaluation to use a single error reporting function that reports a type-error-like message. Also, unify all error codes with the "constant evaluation error" message to just E0080, and similarly for a few other duplicate codes. The old situation was a total mess, and now that we have *something* we can further iterate on the UX. | ||||
| 2016-05-02 | update test cases to reflect new messages | Niko Matsakis | -24/+17 | |
| 2016-03-10 | also print the expected type in the error message | Oliver Schneider | -4/+8 | |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -2/+2 | |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -6/+0 | |
| 2015-07-13 | simplify processing of ConstVal objects when not all variants are legal | Oliver Schneider | -17/+28 | |
| 2015-03-11 | Update tests | Adolfo OchagavĂa | -1/+1 | |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -2/+2 | |
| 2015-02-16 | rustc: teach const_eval more about types. | Eduard Burtescu | -4/+14 | |
| 2015-01-12 | Fix testsuite errors | mdinger | -8/+27 | |
| 2015-01-08 | Update compile-fail tests to use is/us, not i/u. | Huon Wilson | -1/+1 | |
| 2015-01-06 | test fallout from isize/usize | Corey Richardson | -4/+4 | |
| 2014-12-20 | Allow use of `[_ ; n]` syntax for fixed length and repeating arrays. | Nick Cameron | -7/+7 | |
| This does NOT break any existing programs because the `[_, ..n]` syntax is also supported. | ||||
| 2014-11-16 | Update tests accordingly | Jakub Bukaj | -2/+3 | |
| 2014-10-30 | Use the `_` representation for integral variables as well | Jakub Bukaj | -1/+1 | |
| 2014-10-29 | Always drop var IDs from type variables modulo -Z verbose, per PR discussion | Jakub Bukaj | -1/+1 | |
| 2014-10-29 | Update tests with the new diagnostic tweaks | Jakub Bukaj | -1/+1 | |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -11/+11 | |
| Closes #8492 | ||||
| 2014-08-08 | Adding test for issue #15917 which was previously fixed with #15709 | Falco Hirschenberger | -0/+2 | |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -0/+4 | |
| Closes #14482 (std: Bring back half of Add on String) Closes #15026 (librustc: Remove the fallback to `int` from typechecking.) Closes #15119 (Add more description to c_str::unwrap().) Closes #15120 (Add tests for #12470 and #14285) Closes #15122 (Remove the cheat sheet.) Closes #15126 (rustc: Always include the morestack library) Closes #15127 (Improve ambiguous pronoun.) Closes #15130 (Fix #15129) Closes #15131 (Add the Guide, add warning to tutorial.) Closes #15134 (Xfailed tests for hygiene, etc.) Closes #15135 (core: Add stability attributes to Clone) Closes #15136 (Some minor improvements to core::bool) Closes #15137 (std: Add stability attributes to primitive numeric modules) Closes #15141 (Fix grammar in tutorial) Closes #15143 (Remove few FIXMEs) Closes #15145 (Avoid unnecessary temporary on assignments) Closes #15147 (Small improvements for metaprogramming) Closes #15153 (librustc: Check function argument patterns for legality of by-move) Closes #15154 (test: Add a test for regions, traits, and variance.) Closes #15159 (rustc: Don't register syntax crates twice) Closes #13816 (Stabilize version output for rustc and rustdoc) | ||||
| 2014-06-24 | Fix #15129 | Jakub Wieczorek | -1/+7 | |
| Add support for unit literals to const_eval. | ||||
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -1/+1 | |
| `~[T]` in test, libgetopts, compiletest, librustdoc, and libnum. | ||||
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -1/+1 | |
| 2013-02-25 | Report error for non constant vector repeat count | Jeong YunWon | -0/+16 | |
| Fix issue #3645 | ||||
