| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the ↵ | Frank Steffahn | -4/+4 | |
| same search | ||||
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 | |
| 2021-08-17 | Auto merge of #87119 - jyn514:rustfmt-doc-private, r=Mark-Simulacrum | bors | -4/+4 | |
| Document private items for rustfmt This is possible now that https://github.com/rust-lang/rust/pull/73936 has been merged. | ||||
| 2021-08-16 | Document private items for rustfmt | Joshua Nelson | -4/+4 | |
| This is possible now that rustdoc allows passing `--document-private-items` more than once. | ||||
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -1/+1 | |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -2/+0 | |
| rfc3052 followup: Remove authors field from Cargo manifests Since RFC 3052 soft deprecated the authors field, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information for contributors, we may as well remove it from crates in this repo. | ||||
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -2/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2021-07-25 | Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt | Caleb Cartwright | -291/+276 | |
| 2021-07-17 | Use LocalExpnId where possible. | Camille GILLOT | -2/+2 | |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -1/+1 | |
| 2021-07-01 | Document rustfmt on nightly-rustc | Joshua Nelson | -0/+1 | |
| The recursion_limit attribute avoids the following error: ``` error[E0275]: overflow evaluating the requirement `std::ptr::Unique<rustc_ast::Pat>: std::marker::Send` | = help: consider adding a `#![recursion_limit="256"]` attribute to your crate (`rustfmt_nightly`) ``` | ||||
| 2021-06-22 | Rollup merge of #86424 - calebcartwright:rustfmt-mod-resolution, ↵ | Yuki Okushi | -1/+46 | |
| r=Mark-Simulacrum rustfmt: load nested out-of-line mods correctly This should address https://github.com/rust-lang/rustfmt/issues/4874 r? `@Mark-Simulacrum` Decided to make the change directly in tree here for expediency/to minimize any potential backporting issues, and because there's some subtree sync items I need to get resolved before pulling from r-l/rustfmt | ||||
| 2021-06-22 | Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3 | Yuki Okushi | -31/+31 | |
| Spaces | ||||
| 2021-06-21 | Delete spaces | Alexander Melentyev | -31/+31 | |
| 2021-06-17 | fix(rustfmt): load nested out-of-line mods correctly | Caleb Cartwright | -1/+46 | |
| 2021-06-17 | Use `AttrVec` for `Arm`, `FieldDef`, and `Variant` | Yuki Okushi | -3/+3 | |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -4/+6 | |
| position. | ||||
| 2021-05-16 | Allow formatting `Anonymous{Struct, Union}` declarations | jedel1043 | -11/+64 | |
| 2021-05-14 | Update log to 0.4.14 | Joshua Nelson | -1/+1 | |
| This avoids the following warning: ``` warning: trailing semicolon in macro used in expression position --> /home/joshua/.local/lib/cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.11/src/macros.rs:152:45 | 147 | / macro_rules! debug { 148 | | (target: $target:expr, $($arg:tt)+) => ( 149 | | log!(target: $target, $crate::Level::Debug, $($arg)+); 150 | | ); 151 | | ($($arg:tt)+) => ( 152 | | log!($crate::Level::Debug, $($arg)+); | | ^ 153 | | ) 154 | | } | |_- in this expansion of `debug!` | ::: src/tools/rustfmt/src/modules/visitor.rs:36:23 | 36 | Err(e) => debug!("{}", e), | --------------- in this macro invocation | = note: requested on the command line with `-W semicolon-in-expressions-from-macros` = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813> ``` | ||||
| 2021-05-14 | Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863' | Caleb Cartwright | -0/+78073 | |
| git-subtree-dir: src/tools/rustfmt git-subtree-mainline: e659b6de9170c055b6f2d16e2679b22d67297b13 git-subtree-split: 7872306edf2e11a69aaffb9434088fd66b46a863 | ||||
| 2021-05-14 | Delete rustfmt submodule | Joshua Nelson | -6/+0 | |
| 2021-05-05 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 | |
| 2021-04-12 | update RLS and rustfmt | Caleb Cartwright | -5/+5 | |
| 2021-02-09 | update RLS and rustfmt | Caleb Cartwright | -5/+5 | |
| 2021-01-28 | update rustfmt to v1.4.34 | Caleb Cartwright | -5/+5 | |
| 2021-01-16 | bump rustfmt to v1.4.32 | Caleb Cartwright | -5/+5 | |
| 2021-01-15 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 | |
| 2020-12-20 | update rustfmt to v1.4.30 | Caleb Cartwright | -5/+5 | |
| 2020-12-06 | Bump Rustfmt to 1.4.29 | Igor Matuszewski | -5/+5 | |
| 2020-12-05 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 | |
| 2020-11-16 | update rustfmt to v1.4.27 | Caleb Cartwright | -5/+5 | |
| 2020-11-14 | Update rustfmt to v1.4.26 | Caleb Cartwright | -5/+5 | |
| 2020-11-11 | update rustfmt | Caleb Cartwright | -5/+5 | |
| 2020-11-06 | Bump Rustfmt and RLS | Alessandro Ghedini | -5/+5 | |
| Should hopefully fix #78341 and #78340. | ||||
| 2020-10-05 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 | |
| 2020-09-05 | Update RLS and Rustfmt | Caleb Cartwright | -5/+5 | |
| 2020-08-12 | Update RLS and Rustfmt | Igor Matuszewski | -18/+5 | |
| 2020-07-25 | Update rustfmt | Tyler Mandry | -18/+15 | |
| Changes: - preparation for potential rustfmt 1.4.19 (#4283) - chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf - deps: bump rustc-ap to v669 - deps: bump rustc-ap-* to v668 - deps: bump rustc-ap* to v666 - Use correct span for match arms with the leading pipe and attributes (#3975) | ||||
| 2020-06-19 | Bump Rustfmt and RLS | Igor Matuszewski | -18/+18 | |
| 2020-05-28 | submodules: Update RLS and Rustfmt | Igor Matuszewski | -18/+18 | |
| 2020-04-15 | Bump rustfmt and rls | topecongiro | -14/+18 | |
| 2020-04-05 | submodules: Update RLS and Rustfmt to 1.4.13 | Igor Matuszewski | -6/+16 | |
| 2020-02-12 | Update RLS and Rustfmt | Igor Matuszewski | -21/+7 | |
| Bumps rustc-ap-* packages to v642. | ||||
| 2019-12-10 | Update RLS and Rustfmt | Igor Matuszewski | -18/+18 | |
| 2019-10-12 | Update RLS and Rustfmt | Igor Matuszewski | -18/+18 | |
| This also bumps rustc-ap-* crates and fixes the relevant toolstate. | ||||
| 2019-09-09 | Bump RLS and Rustfmt submodules | Igor Matuszewski | -18/+18 | |
| 2019-08-28 | Update rustfmt to 1.4.6 | topecongiro | -6/+21 | |
| 2019-08-20 | Update rustfmt to 1.4.5 | Seiichi Uchida | -21/+6 | |
| 2019-08-06 | Update rustfmt to 1.4.4 | topecongiro | -18/+18 | |
| 2019-08-03 | Update Rustfmt and RLS | Igor Matuszewski | -5/+21 | |
