| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -101/+0 | |
| 2022-01-30 | Bless all pretty printer tests and ui tests | David Tolnay | -4/+4 | |
| 2021-07-27 | Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix | bors | -1/+1 | |
| Remove unstable `--pretty` flag It doesn't do anything `--unpretty` doesn't, and due to a bug, also didn't show up in `--help`. I don't think there's any reason to keep it around, I haven't seen anyone using it. Closes https://github.com/rust-lang/rust/issues/36473. | ||||
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 | |
| 2021-04-23 | Remove unstable `--pretty` flag | Joshua Nelson | -1/+1 | |
| It doesn't do anything `--unpretty` doesn't, and due to a bug, also didn't show up in `--help`. I don't think there's any reason to keep it around, I haven't seen anyone using it. | ||||
| 2020-08-02 | pprust: adjust mixed comment printing | David Wood | -2/+0 | |
| This commit adjusts the pretty printing of mixed comments so that the initial zero-break isn't emitted at the beginning of the line. Through this, the `block-comment-wchar` test can have the `pp-exact` file removed, as it no longer converges from pretty printing of the source. Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2019-08-25 | pprust: Do not print spaces before some tokens | Vadim Petrochenkov | -4/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -1/+0 | |
| 2015-03-06 | syntax: Remove deprecated unicode escapes | Alex Crichton | -4/+5 | |
| These have been deprecated for quite some time, so we should be good to remove them now. | ||||
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 | |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -1/+1 | |
| Unicode characters and strings. Use `\u0080`-`\u00ff` instead. ASCII/byte literals are unaffected. This PR introduces a new function, `escape_default`, into the ASCII module. This was necessary for the pretty printer to continue to function. RFC #326. Closes #18062. [breaking-change] | ||||
| 2014-07-21 | Fix pretty test | Corey Richardson | -0/+1 | |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -1/+1 | |
| This commit moves reflection (as well as the {:?} format modifier) to a new libdebug crate, all of which is marked experimental. This is a breaking change because it now requires the debug crate to be explicitly linked if the :? format qualifier is used. This means that any code using this feature will have to add `extern crate debug;` to the top of the crate. Any code relying on reflection will also need to do this. Closes #12019 [breaking-change] | ||||
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -3/+3 | |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -1/+2 | |
| 2013-11-27 | Fix handling of upper/lowercase, and whitespace | Florian Zeitz | -6/+5 | |
| 2013-11-27 | Update Unicode data to version 6.3 | Florian Zeitz | -23/+23 | |
| 2013-09-30 | pretty: Remove usage of fmt! | Alex Crichton | -1/+1 | |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 | |
| this has been replaced by `for` | ||||
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 | |
| 2013-07-05 | Fix fallout from span change | Seo Sanghyeon | -1/+0 | |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 | |
| I removed the `static-method-test.rs` test because it was heavily based on `BaseIter` and there are plenty of other more complex uses of static methods anyway. | ||||
| 2013-06-14 | fixed code to placate new restrictions on form of function/method invocations. | Felix S. Klock II | -2/+2 | |
| 2013-06-13 | make pp file conform to actual output, noting some oddities along the way. | Felix S. Klock II | -20/+26 | |
| 2013-06-13 | checkpoint block-comment-wchar state. | Felix S. Klock II | -0/+110 | |
