| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | Unset GIT_DIR in pre-commit hook | Joshua Nelson | 2020-10-07 | 1 | -4/+6 |
| | |_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Auto merge of #75470 - estebank:bare-type-expr, r=davidtwco | bors | 2020-10-08 | 7 | -17/+183 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Detect blocks that could be struct expr bodies | Esteban Küber | 2020-10-07 | 7 | -17/+183 |
| | |_|_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Auto merge of #77597 - simonvandel:uninhabited-hashset, r=jonas-schievink | bors | 2020-10-07 | 1 | -2/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|/ /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | perf: UninhabitedEnumBranching void n^2 | Simon Vandel Sillesen | 2020-10-07 | 1 | -2/+7 |
| | |_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Auto merge of #76985 - hbina:clone_check, r=estebank | bors | 2020-10-07 | 1 | -1/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Prevent stackoverflow | Hanif Bin Ariffin | 2020-09-21 | 1 | -1/+13 |
* | | | | | | | | | | | | | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | 2020-10-07 | 11 | -31/+34 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Update error code page | Dylan MacKenzie | 2020-10-06 | 1 | -12/+4 |
| * | | | | | | | | | | | | Make `impl Trait` unstable in all contexts | Dylan MacKenzie | 2020-10-05 | 1 | -6/+2 |
| * | | | | | | | | | | | | Remove `fn` from feature name | Dylan MacKenzie | 2020-10-05 | 10 | -12/+12 |
| * | | | | | | | | | | | | Make `min_const_fn` `impl Trait` test into a gate test | Dylan MacKenzie | 2020-10-05 | 2 | -2/+4 |
| * | | | | | | | | | | | | Bless test outupt | Dylan MacKenzie | 2020-10-05 | 2 | -11/+10 |
| * | | | | | | | | | | | | Use new feature gate in `impl-trait` tests | Dylan MacKenzie | 2020-10-05 | 4 | -4/+4 |
| * | | | | | | | | | | | | Add requisite feature gates in the standard library | Dylan MacKenzie | 2020-10-05 | 1 | -0/+1 |
| * | | | | | | | | | | | | Add `#![feature(const_fn_impl)]` | Dylan MacKenzie | 2020-10-05 | 3 | -2/+15 |
* | | | | | | | | | | | | | Auto merge of #77617 - AnthonyMikh:slice_windows_no_bounds_checking, r=lcnr | bors | 2020-10-07 | 3 | -15/+52 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Add codegen test | AnthonyMikh | 2020-10-07 | 1 | -0/+35 |
| * | | | | | | | | | | | | Eliminate bounds checking in slice::Windows | AnthonyMikh | 2020-10-06 | 2 | -15/+17 |
* | | | | | | | | | | | | | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | 2020-10-07 | 5 | -88/+258 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | resolve: improve "try using the enum's variant" | David Wood | 2020-09-29 | 5 | -88/+258 |
* | | | | | | | | | | | | | | Auto merge of #77595 - petrochenkov:asmident, r=oli-obk | bors | 2020-10-07 | 5 | -20/+95 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | rustc_parse: Make `Parser::unexpected` public and use it in built-in macros | Vadim Petrochenkov | 2020-10-06 | 3 | -5/+4 |
| * | | | | | | | | | | | | | | builtin_macros: Fix use of interpolated identifiers in `asm!` | Vadim Petrochenkov | 2020-10-06 | 3 | -16/+92 |
| | |_|_|_|/ / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | 2020-10-07 | 11 | -5/+428 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Enforce closing HTML tags to have a ">" character | Guillaume Gomez | 2020-10-03 | 3 | -2/+34 |
| * | | | | | | | | | | | | | | Use char_indices() instead of chars() to prevent more than one-byte character... | Guillaume Gomez | 2020-10-03 | 5 | -48/+43 |
| * | | | | | | | | | | | | | | Correctly handle unicode characters and tags being open just before the end o... | Guillaume Gomez | 2020-10-03 | 3 | -29/+72 |
| * | | | | | | | | | | | | | | Don't warn if the tag is nested inside a <script> or inside a <style> | Guillaume Gomez | 2020-10-03 | 2 | -1/+26 |
| * | | | | | | | | | | | | | | Add test for invalid_html_tag lint in deny(rustdoc) | Guillaume Gomez | 2020-10-03 | 2 | -1/+25 |
| * | | | | | | | | | | | | | | Improve code | Guillaume Gomez | 2020-10-03 | 3 | -13/+58 |
| * | | | | | | | | | | | | | | Fix visitor for invalid_html_tag lint | Guillaume Gomez | 2020-10-03 | 2 | -2/+2 |
| * | | | | | | | | | | | | | | Make invalid_html_tags lint only run on nightly and being allowed by default | Guillaume Gomez | 2020-10-03 | 3 | -7/+12 |
| * | | | | | | | | | | | | | | Improve invalid_html_tags lint span | Guillaume Gomez | 2020-10-03 | 3 | -82/+75 |
| * | | | | | | | | | | | | | | Add test for unclosed_html_tag lint | Guillaume Gomez | 2020-10-03 | 4 | -65/+89 |
| * | | | | | | | | | | | | | | Add doc for invalid_html_tag lint | Guillaume Gomez | 2020-10-03 | 1 | -0/+33 |
| * | | | | | | | | | | | | | | Add `unclosed_html_tags` lint | Guillaume Gomez | 2020-10-03 | 8 | -9/+213 |
| | |_|_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Auto merge of #77637 - ehuss:update-cargo, r=ehuss | bors | 2020-10-07 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Update cargo | Eric Huss | 2020-10-06 | 1 | -0/+0 |
* | | | | | | | | | | | | | | | Auto merge of #77626 - tamird:parse-scope-id, r=dtolnay | bors | 2020-10-07 | 2 | -13/+27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Parse SocketAddrV6::scope_id | Tamir Duberstein | 2020-10-06 | 2 | -4/+15 |
| * | | | | | | | | | | | | | | | Avoid unused return | Tamir Duberstein | 2020-10-06 | 1 | -9/+12 |
* | | | | | | | | | | | | | | | | Auto merge of #74194 - mbrubeck:slice-eq, r=sfackler | bors | 2020-10-07 | 2 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Add PartialEq impls for Vec <-> slice | Matt Brubeck | 2020-08-27 | 2 | -1/+4 |
* | | | | | | | | | | | | | | | | | Auto merge of #77630 - Dylan-DPC:rollup-kfwl55z, r=Dylan-DPC | bors | 2020-10-06 | 63 | -259/+408 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | Rollup merge of #77624 - akoptelov:c-all-targets-fix, r=jyn514 | Dylan DPC | 2020-10-07 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | Add c as a shorthand check alternative for new options #77603 | Alexander Koptelov | 2020-10-06 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | Rollup merge of #77614 - khyperia:set_span, r=eddyb | Dylan DPC | 2020-10-07 | 3 | -1/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | Let backends access span information | khyperia | 2020-10-06 | 3 | -1/+6 |
| | | |_|_|_|_|_|/ / / / / / / / / /
| | |/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov | Dylan DPC | 2020-10-07 | 4 | -5/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|