about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-04Consistently present absent stdio handles on Windows as NULL handles.Dan Gohman-16/+113
2022-03-04Auto merge of #94159 - erikdesjardins:align-load, r=nikicbors-16/+67
2022-03-04Auto merge of #94096 - cjgillot:ensure-stability, r=lcnrbors-477/+497
2022-03-04Auto merge of #94588 - Dylan-DPC:rollup-7pxd0i3, r=Dylan-DPCbors-614/+190
2022-03-04Rollup merge of #94582 - nnethercote:fix-x-fmt-bug, r=Mark-SimulacrumDylan DPC-1/+6
2022-03-04Rollup merge of #94575 - RalfJung:switchint-comment, r=oli-obkDylan DPC-1/+2
2022-03-04Rollup merge of #94572 - sunfishcode:sunfishcode/handle-or, r=joshtriplettDylan DPC-17/+22
2022-03-04Rollup merge of #94466 - jonhoo:bootstrap-proper-env-flags, r=Mark-SimulacrumDylan DPC-29/+70
2022-03-04Rollup merge of #94404 - pierwill:newtype-index-noord-2, r=Aaron1011Dylan DPC-24/+46
2022-03-04Rollup merge of #94339 - Amanieu:arm-d32, r=nagisaDylan DPC-1/+6
2022-03-04Rollup merge of #93965 - Mark-Simulacrum:owned-stdio, r=dtolnayDylan DPC-228/+18
2022-03-04Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726Dylan DPC-309/+12
2022-03-04Rollup merge of #93418 - ojeda:no-shortcut, r=camelidDylan DPC-4/+4
2022-03-04Rollup merge of #88805 - krhancoc:master, r=dtolnayDylan DPC-0/+4
2022-03-04Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomezbors-176/+363
2022-03-04Fix a bug in `x.py fmt` that prevents some files being formatted.Nicholas Nethercote-1/+6
2022-03-03Auto merge of #94571 - matthiaskrgr:rollup-4ul5ydb, r=matthiaskrgrbors-185/+328
2022-03-03add testsMichael Goulet-0/+76
2022-03-03don't forget generics for GATs in implsMichael Goulet-8/+2
2022-03-03make generic projection types print correctlyMichael Goulet-41/+107
2022-03-03CTFE SwitchInt: update commentRalf Jung-1/+2
2022-03-03Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings.Dan Gohman-17/+22
2022-03-03Rollup merge of #94563 - TaKO8Ki:remove-unnecessary-patten-for-ignoring-remai...Matthias Krüger-1/+1
2022-03-03Rollup merge of #94555 - cuishuang:master, r=oli-obkMatthias Krüger-16/+16
2022-03-03Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkovMatthias Krüger-2/+22
2022-03-03Rollup merge of #94551 - darnuria:doc-map-backstick, r=dtolnayMatthias Krüger-1/+1
2022-03-03Rollup merge of #94550 - GuillaumeGomez:HKF-macros, r=notriddleMatthias Krüger-0/+21
2022-03-03Rollup merge of #94547 - nnethercote:parse_tt-cleanups, r=petrochenkovMatthias Krüger-101/+115
2022-03-03Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakisMatthias Krüger-60/+66
2022-03-03Rollup merge of #92697 - the8472:cgroups, r=joshtriplettMatthias Krüger-4/+86
2022-03-03Bless nll tests.Camille GILLOT-2/+2
2022-03-03Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw...bors-26/+1040
2022-03-03Make `Ord`, `PartialOrd` opt-out in `newtype_index`pierwill-24/+46
2022-03-03Make unknown feature error deterministic.Camille GILLOT-3/+3
2022-03-03Cleanup feature gates.Camille GILLOT-272/+236
2022-03-03Gate stability attrs with other attributes.Camille GILLOT-163/+209
2022-03-03bootstrap: correct reading of flags for llvmJon Gjengset-29/+70
2022-03-03Remove the everybody loops passbjorn3-309/+12
2022-03-03Bless test.Camille GILLOT-2/+17
2022-03-03Force ensure stability_index.Camille GILLOT-0/+1
2022-03-03Move query providers.Camille GILLOT-6/+10
2022-03-03Remove useless map.Camille GILLOT-13/+6
2022-03-03Move the set of features to the `features` query.Camille GILLOT-16/+13
2022-03-04remove a unnecessary `..` patternTakayuki Maeda-1/+1
2022-03-03Auto merge of #84944 - lcnr:obligation-dedup, r=jackh726bors-22/+0
2022-03-03Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obkbors-80/+97
2022-03-03all: fix some typoscuishuang-16/+16
2022-03-03Fix invalid lint_node_id being put on a removed stmtLoïc BRANSTETT-2/+22
2022-03-03Change `initial_matcher_pos()` into `MatcherPos::new()`.Nicholas Nethercote-29/+29
2022-03-03Use a better return type for `inner_parse_loop`.Nicholas Nethercote-25/+35