Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update crates | kjeremy | 2020-10-11 | 2 | -30/+30 |
* | Merge #5858 | bors[bot] | 2020-10-10 | 4 | -61/+138 |
|\ | |||||
| * | Show reason for failed rename refactoring | Rüdiger Herrmann | 2020-10-10 | 4 | -61/+138 |
|/ | |||||
* | Merge #6176 | bors[bot] | 2020-10-10 | 1 | -0/+2 |
|\ | |||||
| * | add eprintln in fmt-like postfix | Benjamin Coenen | 2020-10-08 | 1 | -0/+2 |
* | | Merge #6187 | bors[bot] | 2020-10-09 | 1 | -12/+0 |
|\ \ | |||||
| * | | Remove release build overrides | Laurențiu Nicola | 2020-10-09 | 1 | -12/+0 |
* | | | Merge #6189 | bors[bot] | 2020-10-09 | 3 | -15/+47 |
|\ \ \ | |||||
| * | | | adt: correctly inherit field visibility from enum | Jonas Schievink | 2020-10-09 | 3 | -15/+47 |
|/ / / | |||||
* | | | Merge #6188 | bors[bot] | 2020-10-09 | 2 | -43/+119 |
|\ \ \ | |/ / |/| | | |||||
| * | | Treat `ast::Name` in field patterns as use | Jonas Schievink | 2020-10-09 | 2 | -43/+119 |
|/ / | |||||
* | | Merge #6185 | bors[bot] | 2020-10-09 | 1 | -2/+8 |
|\ \ | |||||
| * | | Update crates/project_model/src/sysroot.rs | Jonas Schievink | 2020-10-09 | 1 | -1/+1 |
| * | | Add note if RUST_SRC_PATH is likely to be wrong | Jonas Schievink | 2020-10-09 | 1 | -2/+8 |
|/ / | |||||
* | | Merge #6181 | bors[bot] | 2020-10-09 | 2 | -0/+21 |
|\ \ | |/ |/| | |||||
| * | Fix source_to_def for named enum variant fields | Jonas Schievink | 2020-10-09 | 2 | -0/+21 |
|/ | |||||
* | Merge #6173 | bors[bot] | 2020-10-08 | 4 | -30/+38 |
|\ | |||||
| * | Bump rustc_lexer, cfg-if to 1.0 and add new license to check | kjeremy | 2020-10-08 | 4 | -30/+38 |
|/ | |||||
* | Merge #5651 | bors[bot] | 2020-10-08 | 6 | -1/+40 |
|\ | |||||
| * | Add track_env_var to the proc macro server | Laurențiu Nicola | 2020-10-08 | 6 | -1/+40 |
* | | Merge #6161 | bors[bot] | 2020-10-07 | 5 | -12/+28 |
|\ \ | |||||
| * | | Switch from git to latest tagged release of chalk deps | Casey Primozic | 2020-10-07 | 2 | -11/+15 |
| * | | Make unimplemented match variants explicit | Casey Primozic | 2020-10-07 | 1 | -1/+2 |
| * | | `todo!()` -> `unimplemented!() // FIXME` for CI | Casey Primozic | 2020-10-06 | 2 | -3/+5 |
| * | | Bump chalk to use latest git to get fix | Casey Primozic | 2020-10-06 | 5 | -16/+25 |
* | | | Merge #6154 | bors[bot] | 2020-10-07 | 5 | -56/+295 |
|\ \ \ | |||||
| * | | | Clean up inlay_hints | Lukas Wirth | 2020-10-07 | 2 | -19/+26 |
| * | | | Shorten iterator hints for std::iter iterators behind references | Lukas Wirth | 2020-10-07 | 2 | -3/+5 |
| * | | | Shorten iterator chain hints | Lukas Wirth | 2020-10-07 | 2 | -43/+115 |
| * | | | Move IntoIterator into FamousDefs | Lukas Wirth | 2020-10-07 | 2 | -31/+20 |
| * | | | Use FamousDefs for shorten_iterator hint | Lukas Wirth | 2020-10-06 | 2 | -69/+85 |
| * | | | Shorten type hints for std::iter Iterators | Lukas Wirth | 2020-10-06 | 4 | -9/+162 |
* | | | | minor | Aleksey Kladov | 2020-10-07 | 1 | -1/+1 |
* | | | | Merge #6167 | bors[bot] | 2020-10-07 | 1 | -178/+210 |
|\ \ \ \ | |||||
| * | | | | minor | Aleksey Kladov | 2020-10-07 | 1 | -11/+11 |
| * | | | | Add comparisons guideline to style | Aleksey Kladov | 2020-10-07 | 1 | -0/+27 |
| * | | | | Reorg style | Aleksey Kladov | 2020-10-07 | 1 | -176/+181 |
|/ / / / | |||||
* | | | | Merge #6166 | bors[bot] | 2020-10-07 | 2 | -4/+9 |
|\ \ \ \ | |||||
| * | | | | Better progress API | Aleksey Kladov | 2020-10-07 | 2 | -4/+9 |
|/ / / / | |||||
* | | | | Merge #6165 | bors[bot] | 2020-10-07 | 2 | -22/+23 |
|\ \ \ \ | |||||
| * | | | | Cleanup | Aleksey Kladov | 2020-10-07 | 2 | -22/+23 |
|/ / / / | |||||
* | | | | Merge #6158 | bors[bot] | 2020-10-07 | 1 | -5/+33 |
|\ \ \ \ | |||||
| * | | | | Added unit test for negative number literals in macros. | Tim | 2020-10-06 | 1 | -0/+21 |
| * | | | | Fixed parsing of negative number literals in macros. | Tim | 2020-10-06 | 1 | -5/+12 |
| | |/ / | |/| | | |||||
* | | | | Merge #6160 | bors[bot] | 2020-10-07 | 5 | -1/+448 |
|\ \ \ \ | |||||
| * | | | | Add validation check for ambiguous trait objects | Lukas Wirth | 2020-10-06 | 5 | -1/+448 |
* | | | | | Merge #6159 | bors[bot] | 2020-10-07 | 1 | -0/+17 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Update manual.adoc | Adrian Stanciu | 2020-10-06 | 1 | -0/+17 |
|/ / / / | |||||
* | | | | Merge #6128 | bors[bot] | 2020-10-06 | 1 | -4/+25 |
|\ \ \ \ | |||||
| * | | | | Trim all trailing whitespace in onEnter | Wesley Norris | 2020-10-03 | 1 | -4/+25 |
| | |_|/ | |/| | |