about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-05-28Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebankbors-31/+82
2022-05-28Auto merge of #97433 - GuillaumeGomez:rm-refcell-context, r=notriddlebors-111/+128
2022-05-28Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddleMatthias Krüger-6/+15
2022-05-28Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compiler-errorsMatthias Krüger-0/+21
2022-05-28Rollup merge of #97457 - JohnTitor:issue-81899, r=compiler-errorsMatthias Krüger-0/+30
2022-05-28Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Mark-Simul...Matthias Krüger-38/+38
2022-05-27Add "eqeqeq" eslint ruleGuillaume Gomez-6/+7
2022-05-27Add "no-unused-vars" eslint ruleGuillaume Gomez-0/+7
2022-05-27Add "arrow-parens" eslint ruleGuillaume Gomez-0/+1
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-111/+128
2022-05-27Auto merge of #96790 - lqd:update_jemalloc, r=Mark-Simulacrumbors-3/+1
2022-05-27Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant errorEsteban Küber-12/+3
2022-05-27Add test for #97343Esteban Küber-0/+30
2022-05-28Add regression test for #81899Yuki Okushi-0/+30
2022-05-27Auto merge of #96046 - oli-obk:const_typeck, r=cjgillotbors-397/+759
2022-05-27Update tests on aarch64Oli Scherer-127/+183
2022-05-27Auto merge of #97442 - hafeoz:master, r=GuillaumeGomezbors-1/+20
2022-05-27Auto merge of #97444 - compiler-errors:rollup-2gvdav6, r=compiler-errorsbors-114/+53
2022-05-26Rollup merge of #97066 - petrochenkov:nofragkind, r=camelidMichael Goulet-114/+53
2022-05-27libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...Vadim Petrochenkov-7/+7
2022-05-26Formattinghafeoz-1/+3
2022-05-26Remove few characters for tidy check to passhafeoz-1/+1
2022-05-26Add testshafeoz-0/+17
2022-05-26Use correct var for attribute completeness fnhafeoz-1/+1
2022-05-26Auto merge of #97410 - jyn514:tool-std-features, r=Mark-Simulacrumbors-1/+6
2022-05-25fix: undo old changesRaiyan-2/+2
2022-05-25feat: refactored bootstrap files to use stderr consistentlyRaiyan-40/+40
2022-05-25Only allow `compiletest` to use `feature(test)`, not any other featureJoshua Nelson-1/+6
2022-05-25Auto merge of #97409 - GuillaumeGomez:rollup-808v9ge, r=GuillaumeGomezbors-125/+125
2022-05-26Rollup merge of #97407 - ehuss:update-books, r=ehussGuillaume Gomez-0/+0
2022-05-26Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddleGuillaume Gomez-7/+14
2022-05-26Rollup merge of #97375 - petrochenkov:zgccld, r=bjorn3Guillaume Gomez-78/+46
2022-05-26Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jshaGuillaume Gomez-40/+65
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-78/+46
2022-05-25Auto merge of #97403 - arlosi:update-cargo, r=ehussbors-0/+0
2022-05-25Update booksEric Huss-0/+0
2022-05-25Update cargoArlo Siemsen-0/+0
2022-05-25Auto merge of #97401 - Dylan-DPC:rollup-fh9e61o, r=Dylan-DPCbors-7/+109
2022-05-25bless existing test with compare-mode=nll and remove testb-naber-237/+66
2022-05-25update testsb-naber-15/+237
2022-05-25Rollup merge of #97398 - JohnTitor:issue-82830, r=compiler-errorsDylan DPC-0/+31
2022-05-25Rollup merge of #97351 - b-naber:adt-const-params-structural-match-violation,...Dylan DPC-2/+25
2022-05-25Rollup merge of #97328 - petrochenkov:nativice, r=michaelwoeristerDylan DPC-0/+11
2022-05-25Rollup merge of #97302 - compiler-errors:writeback-ascending, r=cjgillotDylan DPC-5/+42
2022-05-25Auto merge of #94954 - SimonSapin:null-thin3, r=yaahcbors-1/+1
2022-05-25Add regression test for #82830Yuki Okushi-0/+31
2022-05-25Add new eslint rule "eol-last"Guillaume Gomez-0/+1
2022-05-25Add new eslint rule "max-len"Guillaume Gomez-0/+1
2022-05-25Add new eslint rule "comma-style"Guillaume Gomez-0/+1
2022-05-25Add new eslint rule "comma-dangle"Guillaume Gomez-0/+1