| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+3 | |
| 2016-02-27 | adjust range tests | Alex Burka | -1/+2 | |
| Since the desugaring removed special handling for ranges, the error message changed and so I had to adjust `range-1`. Turns out there was a bug where borrowck was too restrictive in some rare cases of constructing ranges from literals. The `range-2` test enshrined this bug -- now it's adjusted to test a case that's actually wrong. | ||||
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -3/+3 | |
| 2015-04-08 | Remove pretty-expanded from failing tests | Alex Crichton | -1/+0 | |
| This commit removes pretty-expanded from all tests that wind up calling panic! one way or another now that its internals are unstable. | ||||
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+1 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-03-23 | rustdoc: Replace no-pretty-expanded with pretty-expanded | Brian Anderson | -0/+2 | |
| Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work. | ||||
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -5/+5 | |
| 2015-02-04 | Implement `..` syntax for RangeFull as expression | Ulrik Sverdrup | -0/+1 | |
| Allows the expression `..` (without either endpoint) in general, can be used in slicing syntax `&expr[..]` where we previously wrote `&expr[]`. The old syntax &expr[] is not yet removed or warned for. | ||||
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -2/+2 | |
| 2015-01-11 | Add test case that RangeTo notation works in return statements. | Daniel Grunwald | -0/+3 | |
| 2015-01-07 | remove some `slicing_syntax` feature gates | Jorge Aparicio | -2/+0 | |
| 2015-01-02 | Add tests | Nick Cameron | -0/+2 | |
| 2014-12-30 | Fallout from mut slices | Nick Cameron | -0/+2 | |
| 2014-12-24 | Review changes | Nick Cameron | -0/+7 | |
| 2014-12-24 | Tests | Nick Cameron | -0/+41 | |
