]> git.lizzy.rs Git - rust.git/history - src/bootstrap/config.rs
Rename derive_merge macro to define_config and move Deserialize impl into it
[rust.git] / src / bootstrap / config.rs
2022-03-13 bjorn3Rename derive_merge macro to define_config and move...
2022-03-13 borsAuto merge of #94320 - GuillaumeGomez:sidebar-display...
2022-03-12 Matthias KrügerRollup merge of #94886 - GuillaumeGomez:update-browser...
2022-03-12 borsAuto merge of #94711 - ouz-a:master3, r=oli-obk
2022-03-12 borsAuto merge of #94873 - DrMeepster:box_alloc_ice3, r...
2022-03-12 Matthias KrügerRollup merge of #94833 - c410-f3r:meta-take-2, r=petroc...
2022-03-12 Matthias KrügerRollup merge of #94150 - Enselic:synthetic-generic...
2022-03-12 borsAuto merge of #94733 - nnethercote:fix-AdtDef-interning...
2022-03-11 Dylan DPCRollup merge of #94839 - TaKO8Ki:suggest-using-double...
2022-03-11 Dylan DPCRollup merge of #94838 - antonok-edm:float-parse-docs...
2022-03-11 Dylan DPCRollup merge of #94827 - RalfJung:offset-from-ub, r...
2022-03-11 Dylan DPCRollup merge of #94818 - yoshuawuyts:into-future-associ...
2022-03-11 Dylan DPCRollup merge of #94798 - nnethercote:parse_tt-refactor...
2022-03-11 Dylan DPCRollup merge of #94769 - GuillaumeGomez:collapsed-by...
2022-03-11 Dylan DPCRollup merge of #87618 - GuillaumeGomez:std-char-types...
2022-03-11 borsAuto merge of #94472 - JmPotato:use_maybeuninit_for_vec...
2022-03-11 borsAuto merge of #90253 - Kobzol:hash-stable-sort-index...
2022-03-11 borsAuto merge of #94845 - Dylan-DPC:rollup-3phylaq, r...
2022-03-11 Dylan DPCRollup merge of #94842 - tspiteri:there-is-no-try,...
2022-03-11 Dylan DPCRollup merge of #94840 - lcnr:update-comment, r=Dylan-DPC
2022-03-11 Dylan DPCRollup merge of #94776 - martingms:optimize-escape...
2022-03-11 Dylan DPCRollup merge of #94592 - jyn514:consistent-config-loadi...
2022-03-11 Dylan DPCRollup merge of #93283 - m1guelperez:master, r=Mark...
2022-03-11 borsAuto merge of #94304 - notriddle:notriddle/buffer-args...
2022-03-11 Dylan DPCRollup merge of #94356 - Thomasdezeeuw:stabilize_unix_s...
2022-03-11 Dylan DPCRollup merge of #93293 - nvzqz:nonzero-min-max, r=josht...
2022-03-10 Dylan DPCRollup merge of #94728 - compiler-errors:box-allocator...
2022-03-10 Dylan DPCRollup merge of #94719 - jonhoo:enable-static-lld,...
2022-03-10 Dylan DPCRollup merge of #94274 - djkoloski:unknown_unstable_lin...
2022-03-10 Matthias KrügerRollup merge of #94753 - Urgau:rustdoc-book-improvement...
2022-03-10 Matthias KrügerRollup merge of #94740 - GuillaumeGomez:unify-impl...
2022-03-10 Matthias KrügerRollup merge of #94587 - JKAnderson409:issue-90107...
2022-03-10 Matthias KrügerRollup merge of #94440 - compiler-errors:issue-94282...
2022-03-10 Matthias KrügerRollup merge of #94788 - estebank:removal-suggestion...
2022-03-10 Matthias KrügerRollup merge of #94746 - notriddle:notriddle/method...
2022-03-10 Matthias KrügerRollup merge of #94657 - fee1-dead:const_slice_index...
2022-03-10 Matthias KrügerRollup merge of #94635 - jhpratt:merge-deprecated-attrs...
2022-03-10 Joshua NelsonFallback to top-level config.toml if not present in...
2022-03-10 borsAuto merge of #94737 - lcnr:pass-stuff-by-value, r...
2022-03-09 Matthias KrügerRollup merge of #94772 - Urgau:check-cfg-miri, r=petroc...
2022-03-09 Matthias KrügerRollup merge of #94739 - estebank:suggest-let-else...
2022-03-09 Matthias KrügerRollup merge of #93057 - frengor:iter_collect_into...
2022-03-09 Matthias KrügerRollup merge of #92541 - asquared31415:from-docs, r...
2022-03-09 Matthias KrügerRollup merge of #91804 - woppopo:const_clone, r=oli-obk
2022-03-09 borsAuto merge of #94515 - estebank:tweak-move-error, r...
2022-03-09 Dylan DPCRollup merge of #94699 - ssomers:btree_prune_insert...
2022-03-09 Dylan DPCRollup merge of #94686 - ChayimFriedman2:issue-94629...
2022-03-09 Dylan DPCRollup merge of #94583 - dtolnay:fuchsia, r=Mark-Simulacrum
2022-03-09 Dylan DPCRollup merge of #94312 - pierwill:fix-94311-lattice...
2022-03-08 Dylan DPCRollup merge of #94730 - msabansal:sabansal/b-atomic...
2022-03-08 Dylan DPCRollup merge of #94724 - cuviper:rmdirall-cstr, r=Dylan-DPC
2022-03-08 Dylan DPCRollup merge of #94723 - dtolnay:mustuse, r=Mark-Simulacrum
2022-03-08 Dylan DPCRollup merge of #94714 - ChrisDenton:win-close_read_wak...
2022-03-08 Dylan DPCRollup merge of #94689 - compiler-errors:on-unimplement...
2022-03-08 borsAuto merge of #94702 - b-naber:static-refs-mir, r=lcnr
2022-03-08 borsAuto merge of #92260 - jyn514:less-python-logic, r...
2022-03-08 Matthias KrügerRollup merge of #94586 - sunfishcode:sunfishcode/io...
2022-03-08 Matthias KrügerRollup merge of #94580 - xFrednet:55112-only-reason...
2022-03-08 Matthias KrügerRollup merge of #94559 - m-ou-se:thread-scope-spawn...
2022-03-08 Matthias KrügerRollup merge of #92385 - clarfonthey:const_option,...
2022-03-07 Joshua Nelsoncopy over `std::path::absolute` instead of adding ...
2022-03-07 Joshua Nelsonfix weird bug when `out` would get overridden by unit...
2022-03-07 Joshua NelsonDon't depend on python for RUST_BOOTSTRAP_CONFIG
2022-03-07 Joshua NelsonMove some more bootstrap logic from python to rust
2022-03-07 Matthias KrügerRollup merge of #93350 - gburgessiv:master, r=Mark...
2022-03-07 Matthias KrügerRollup merge of #94614 - pierwill:localexpnid-noord...
2022-03-07 Matthias KrügerRollup merge of #94553 - lcnr:add-tests, r=Dylan-DPC
2022-03-07 Matthias KrügerRollup merge of #94636 - compiler-errors:issue-94599...
2022-03-07 borsAuto merge of #94272 - tavianator:readdir-reclen-for...
2022-03-07 borsAuto merge of #94638 - erikdesjardins:noextranull,...
2022-03-06 borsAuto merge of #94579 - tmiasko:target-features, r=nagisa
2022-03-06 Matthias KrügerRollup merge of #94617 - pierwill:update-itertools...
2022-03-06 Matthias KrügerRollup merge of #93412 - fee1-dead:improve-rustdoc...
2022-03-06 fee1-deadRollup merge of #94649 - ChrisDenton:unix-absolute...
2022-03-06 fee1-deadRollup merge of #94621 - ridwanabdillahi:lld-rel-dbg...
2022-03-06 borsAuto merge of #93805 - petrochenkov:doclinkself, r...
2022-03-05 borsAuto merge of #94601 - csmoe:android-asan, r=nagisa
2022-03-05 Ralf JungRollup merge of #94645 - RalfJung:available-parallelism...
2022-03-05 Ralf JungRollup merge of #94642 - GuillaumeGomez:source-code...
2022-03-05 Ralf JungRollup merge of #94633 - TaKO8Ki:suggest-removing-semic...
2022-03-05 Ralf JungRollup merge of #94630 - ehuss:remove-tier-2-docs-note...
2022-03-05 borsAuto merge of #92123 - m-ou-se:thread-local-cell-method...
2022-03-05 borsAuto merge of #94480 - bjorn3:no_build_helper, r=Mark...
2022-03-05 bjorn3Merge build_helper into util
2022-03-05 bjorn3Remove build_helper
2022-03-05 Dylan DPCRollup merge of #94624 - estebank:regression-94508...
2022-03-05 Dylan DPCRollup merge of #94620 - pierwill:partialord-constisten...
2022-03-05 Dylan DPCRollup merge of #94460 - eholk:reenable-drop-tracking...
2022-03-05 Dylan DPCRollup merge of #94446 - rusticstuff:remove_dir_all...
2022-03-05 borsAuto merge of #93142 - estebank:missing-main, r=wesleywiser
2022-03-04 Dylan DPCRollup merge of #94618 - lewisclark:remove-stack-size...
2022-03-04 Dylan DPCRollup merge of #94596 - compiler-errors:delay-adjustme...
2022-03-04 Dylan DPCRollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved...
2022-03-04 Dylan DPCRollup merge of #94577 - RalfJung:simd-miri, r=scottmcm
2022-03-04 Dylan DPCRollup merge of #94362 - Urgau:check-cfg-values, r...
2022-03-04 borsAuto merge of #94298 - Urgau:rustbuild-check-cfg, r...
2022-03-04 borsAuto merge of #94494 - jonhoo:bump-autocfg, r=Mark...
2022-03-04 borsAuto merge of #94612 - matthiaskrgr:rollup-2jm5wkr...
2022-03-04 Matthias KrügerRollup merge of #94600 - est31:master, r=notriddle
2022-03-04 Matthias KrügerRollup merge of #94593 - estebank:issue-94510, r=davidtwco
next