]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-05-27 Matthias KrügerRollup merge of #97457 - JohnTitor:issue-81899, r=compi...
2022-05-27 Matthias KrügerRollup merge of #97453 - lcnr:comment, r=jackh726
2022-05-27 Matthias KrügerRollup merge of #97411 - raiyansayeed:print-stderr...
2022-05-27 Matthias KrügerRollup merge of #95214 - tbu-:pr_vec_append_doc, r...
2022-05-27 borsAuto merge of #96790 - lqd:update_jemalloc, r=Mark...
2022-05-27 Yuki OkushiAdd regression test for #81899
2022-05-27 lcnrfix comment
2022-05-27 borsAuto merge of #96046 - oli-obk:const_typeck, r=cjgillot
2022-05-27 Oli SchererUpdate tests on aarch64
2022-05-27 borsAuto merge of #97442 - hafeoz:master, r=GuillaumeGomez
2022-05-27 borsAuto merge of #97004 - nnethercote:proc-macro-tweaks...
2022-05-27 Nicholas NethercoteCut down `associated_item`.
2022-05-27 Nicholas NethercoteRemove unnecessary blank line.
2022-05-27 Nicholas NethercoteRename `b` as `buf` in several places.
2022-05-27 Nicholas NethercoteAdd some comments about `_marker` fields.
2022-05-27 Nicholas NethercoteClarify a comment.
2022-05-27 Nicholas NethercoteRename `ProcMacroDerive` as `DeriveProcMacro`.
2022-05-27 Nicholas NethercoteRename `ProcMacro` trait as `BangProcMacro`.
2022-05-27 Nicholas NethercoteSimplify types in `proc_macro_harness.rs`.
2022-05-27 Nicholas NethercoteMake `Buffer<T>` non-generic.
2022-05-27 Nicholas NethercoteImprove formatting in `associated_item!` definition.
2022-05-27 Nicholas NethercoteAdd some comments.
2022-05-27 Nicholas NethercoteFix a typo in a comment.
2022-05-27 borsAuto merge of #97444 - compiler-errors:rollup-2gvdav6...
2022-05-27 Michael GouletRollup merge of #97436 - compiler-errors:macos-ping...
2022-05-27 Michael GouletRollup merge of #97066 - petrochenkov:nofragkind, r...
2022-05-27 Michael GouletRollup merge of #96051 - newpavlov:duration_rounding...
2022-05-27 Артём Павлов... fmt
2022-05-27 Артём Павлов... fix nanos overflow for f64
2022-05-27 borsAuto merge of #96298 - petrochenkov:fromgen, r=estebank
2022-05-27 Artyom Pavlovadd debug asserts
2022-05-26 Vadim Petrochenkovlibcore: Add `iter::from_generator` which is like ...
2022-05-26 hafeozFormatting
2022-05-26 hafeozRemove few characters for tidy check to pass
2022-05-26 borsAuto merge of #97386 - nnethercote:optimize-pos-adjustm...
2022-05-26 hafeozAdd tests
2022-05-26 hafeozUse correct var for attribute completeness fn
2022-05-26 Michael GouletUpdate `triagebot.toml` for macos ping group
2022-05-26 borsAuto merge of #97434 - matthiaskrgr:rollup-7j3y16l...
2022-05-26 Matthias KrügerRollup merge of #97424 - matthiaskrgr:clippy_complexity...
2022-05-26 Matthias KrügerRollup merge of #97354 - GuillaumeGomez:browser-ui...
2022-05-26 Matthias KrügerRollup merge of #96033 - yaahc:expect-elaboration,...
2022-05-26 borsAuto merge of #97046 - conradludgate:faster-ascii-case...
2022-05-26 Conrad Ludgateimprove case conversion happy path
2022-05-26 borsAuto merge of #97168 - SparrowLii:accesses, r=cjgillot
2022-05-26 Matthias Krügerclippy::complexity fixes
2022-05-26 borsAuto merge of #96742 - m-ou-se:bsd-no-ancillary, r...
2022-05-26 borsAuto merge of #97410 - jyn514:tool-std-features, r...
2022-05-26 Mara BosDisable unix::net::ancillary on BSD.
2022-05-26 Raiyanfix: undo old changes
2022-05-26 Raiyanfeat: refactored bootstrap files to use stderr consistently
2022-05-26 borsAuto merge of #97369 - tmiasko:codgen-ssa-atomic-orderi...
2022-05-26 SparrowLiicall `instantiation_mode` when pushing a new mono_item
2022-05-25 Joshua NelsonOnly allow `compiletest` to use `feature(test)`, not...
2022-05-25 borsAuto merge of #97409 - GuillaumeGomez:rollup-808v9ge...
2022-05-25 Nicholas NethercoteAvoid adjusting file positions twice.
2022-05-25 Nicholas NethercoteAugment a comment.
2022-05-25 Guillaume GomezRollup merge of #97407 - ehuss:update-books, r=ehuss
2022-05-25 Guillaume GomezRollup merge of #97394 - GuillaumeGomez:more-eslint...
2022-05-25 Guillaume GomezRollup merge of #97375 - petrochenkov:zgccld, r=bjorn3
2022-05-25 Guillaume GomezRollup merge of #97317 - GuillaumeGomez:gui-settings...
2022-05-25 Vadim PetrochenkovSimplify implementation of `-Z gcc-ld`
2022-05-25 borsAuto merge of #97403 - arlosi:update-cargo, r=ehuss
2022-05-25 Eric HussUpdate books
2022-05-25 Jane Lusbyfix broken doctest
2022-05-25 Jane Lusbyupdate option and result references to expect message...
2022-05-25 Jane Lusbyfix links
2022-05-25 Arlo SiemsenUpdate cargo
2022-05-25 borsAuto merge of #97401 - Dylan-DPC:rollup-fh9e61o, r...
2022-05-25 Dylan DPCRollup merge of #97400 - JohnTitor:typo-fix-substructur...
2022-05-25 Dylan DPCRollup merge of #97398 - JohnTitor:issue-82830, r=compi...
2022-05-25 Dylan DPCRollup merge of #97351 - b-naber:adt-const-params-struc...
2022-05-25 Dylan DPCRollup merge of #97328 - petrochenkov:nativice, r=micha...
2022-05-25 Dylan DPCRollup merge of #97302 - compiler-errors:writeback...
2022-05-25 Oli SchererFall through to check other arguments instead of bailin...
2022-05-25 borsAuto merge of #94954 - SimonSapin:null-thin3, r=yaahc
2022-05-25 Yuki OkushiFix a typo on Struct `Substructure`
2022-05-25 Yuki OkushiAdd regression test for #82830
2022-05-25 Guillaume GomezAdd new eslint rule "eol-last"
2022-05-25 Guillaume GomezAdd new eslint rule "max-len"
2022-05-25 Guillaume GomezAdd new eslint rule "comma-style"
2022-05-25 Guillaume GomezAdd new eslint rule "comma-dangle"
2022-05-25 Guillaume GomezAdd new eslint rule "space-before-blocks"
2022-05-25 Guillaume GomezAdd new eslint rule "space-before-function-paren"
2022-05-25 Guillaume GomezAdd eslint rule "space-infix-ops"
2022-05-25 borsAuto merge of #97388 - Dylan-DPC:rollup-tfuc4tf, r...
2022-05-25 Dylan DPCRollup merge of #97384 - nnethercote:fix-metadata-stats...
2022-05-25 Dylan DPCRollup merge of #97370 - compiler-errors:else-no-if...
2022-05-25 Dylan DPCRollup merge of #97233 - c410-f3r:assert-lib, r=scottmcm
2022-05-25 Dylan DPCRollup merge of #96913 - Urgau:rfc3239-part2, r=petroch...
2022-05-25 Dylan DPCRollup merge of #95953 - JakobDegen:repeat-leak, r...
2022-05-25 borsAuto merge of #97345 - lcnr:fast_reject, r=nnethercote
2022-05-25 Tomasz Miąskorustc_codegen_ssa: derive copy and clone for various...
2022-05-25 Tomasz Miąskorustc_codegen_ssa: cleanup `AtomicOrdering`
2022-05-25 Nicholas NethercoteFix metadata stats.
2022-05-25 Rémy Rakicupdate jemalloc-sys to jemalloc v5.3
2022-05-25 borsAuto merge of #97382 - Dylan-DPC:rollup-2t4ov4z, r...
2022-05-25 lcnrmove fast reject test out of `SelectionContext::match_i...
2022-05-25 lcnradd a deep fast_reject routine
2022-05-25 Dylan DPCRollup merge of #97379 - ear7h:master, r=thomcc
next