]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-05 Andy WangUse RealFileName for Session::working_dir as it may...
2021-05-05 Andy WangMake local_path in RealFileName::Remapped Option to...
2021-05-05 Andy WangRename RealFileName::Named to LocalPath and Devirtualiz...
2021-05-04 Andy WangNormalise remapped sysroot path as $SRC_DIR
2021-05-04 Andy WangAdd test for --remap-path-prefix on std imports
2021-05-01 borsAuto merge of #84786 - JohnTitor:rollup-j5omx6f, r...
2021-05-01 Yuki OkushiRollup merge of #84774 - kraai:fix-misspelling, r=jyn514
2021-05-01 Yuki OkushiRollup merge of #84765 - ehuss:update-cargo, r=ehuss
2021-05-01 Yuki OkushiRollup merge of #84756 - badboy:toc-for-tier-policy...
2021-05-01 Yuki OkushiRollup merge of #84749 - XAMPPRocky:cranelift-rebase...
2021-05-01 Yuki OkushiRollup merge of #84740 - r00ster91:patch-6, r=Guillaume...
2021-05-01 Yuki OkushiRollup merge of #84724 - MaskRay:sys-fs, r=petrochenkov
2021-05-01 Yuki OkushiRollup merge of #84704 - joshtriplett:platform-support...
2021-05-01 Yuki OkushiRollup merge of #84601 - tdelabro:rustdoc-get-rid-of...
2021-05-01 borsAuto merge of #84582 - richkadel:issue-84561, r=tmandry
2021-05-01 Matthew James... Fix misspelling
2021-05-01 borsAuto merge of #84463 - jyn514:refactor-impl, r=CraftSpider
2021-05-01 Joshua NelsonRemove unnecessary `provided_trait_methods` field from...
2021-05-01 borsAuto merge of #84747 - pietroalbini:bump-version, r...
2021-04-30 Eric HussUpdate cargo
2021-04-30 borsAuto merge of #84719 - Mark-Simulacrum:reduce-query...
2021-04-30 borsAuto merge of #84753 - hyd-dev:update-miri, r=RalfJung
2021-04-30 Erin PowerMerge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a...
2021-04-30 XAMPPRockyNo-op register_jit on Windows (#1170)
2021-04-30 Jan-Erik RedigerAdd a ToC to the Target Tier Policy documentation
2021-04-30 borsAuto merge of #84654 - alexcrichton:update-llvm-, r...
2021-04-30 Amanieu d'AntrasUpdate LLVM submodule
2021-04-30 Alex CrichtonUpdate LLVM for more wasm simd updates
2021-04-30 hyd-devUpdate Miri
2021-04-30 Erin Power[cg_clif] Fix run_jit from sync
2021-04-30 Pietro Albinibump version to 1.54.0
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-30 borsAuto merge of #84716 - joshtriplett:chroot, r=dtolnay
2021-04-30 r00ster`copy_path` -> `window.copy_path` + add semicolon
2021-04-30 borsAuto merge of #84522 - CDirkx:cmath, r=yaahc
2021-04-30 r00sterApply suggestions
2021-04-30 bjorn3Remove unused parameter
2021-04-30 r00sterReset the docs' copy path button after 1 second
2021-04-30 Rich KadelRebuilt out of date tests and fixed an old bug now...
2021-04-30 Josh TriplettAdd std::os::unix::fs::chroot to change the root direct...
2021-04-30 borsAuto merge of #84401 - crlf0710:impl_main_by_path,...
2021-04-29 borsAuto merge of #84729 - jackh726:rollup-dnm8kg5, r=jackh726
2021-04-29 Jack HueyRollup merge of #84713 - camelid:fix-regression-issue...
2021-04-29 Jack HueyRollup merge of #84706 - joshtriplett:reduce-aliases...
2021-04-29 Jack HueyRollup merge of #84705 - lcnr:const_generics-rec, r...
2021-04-29 Jack HueyRollup merge of #84692 - r00ster91:var-var_os-vars...
2021-04-29 Jack HueyRollup merge of #84690 - GuillaumeGomez:unneeded-bottom...
2021-04-29 Jack HueyRollup merge of #84688 - GuillaumeGomez:remove-unnecess...
2021-04-29 Jack HueyRollup merge of #84683 - Ben-Lichtman:grammar, r=jonas...
2021-04-29 Jack HueyRollup merge of #84682 - jackh726:transitive_bounds_reb...
2021-04-29 Jack HueyRollup merge of #84590 - est31:array_into_iter, r=nikom...
2021-04-29 Jack HueyRollup merge of #84451 - torhovland:flex, r=jsha
2021-04-29 Fangrui SongReplace llvm::sys::fs::F_None with llvm::sys::fs::OF_None
2021-04-29 Mark RousskovMove iter_results to dyn FnMut rather than a generic
2021-04-29 CamelidFix labels for regression issue template
2021-04-29 borsAuto merge of #84708 - pnkfelix:revert-77885-everywhere...
2021-04-29 Felix S. Klock IIRemove tests introduced or cahnged by PR #77885, which...
2021-04-29 Felix S. Klock IIChange to probe-stack=call (instead of inline-or-call...
2021-04-29 Josh TriplettDrop alias `reduce` for `fold` - we have a `reduce...
2021-04-29 lcnrmake feature recommendations optional
2021-04-29 Josh Triplettplatform-support.md: Update for consistency with Target...
2021-04-29 Timothée Delabrouilleonly store locations in extern_locations
2021-04-29 borsAuto merge of #84556 - RalfJung:const-fn-trait-bound...
2021-04-29 borsAuto merge of #84233 - jyn514:track-path-prefix, r...
2021-04-29 Joshua NelsonAdd integration test for `--remap-pathh-prefix`
2021-04-29 Joshua NelsonUse doc-comment instad of comments consistently
2021-04-29 bjorn3Ignore new failing rustc test
2021-04-29 borsAuto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum
2021-04-29 r00ster91Link between std::env::{var, var_os} and std::env:...
2021-04-29 est31Ignore doctests in bootstrap
2021-04-29 Ralf Jungre-bless on 32bit
2021-04-29 Guillaume GomezRemove unneeded bottom margin on search results
2021-04-29 Guillaume GomezRemove unnecessary CSS rules for search results
2021-04-29 borsAuto merge of #84618 - lrh2000:fix-gdb-10-str, r=Mark...
2021-04-29 Ralf Jungremove const_fn feature gate from const tests
2021-04-29 Ralf Jungdon't let const_fn feature flag affect impl-block-level...
2021-04-29 borsAuto merge of #84684 - jackh726:rollup-qxc5cos, r=jackh726
2021-04-29 Rich Kadeladdressed review feedback
2021-04-29 Rich Kadelspanview debug output caused ICE when a function had...
2021-04-29 Rich KadelMore improvements to macro coverage
2021-04-29 Rich KadelDrop branching blocks with same span as expanded macro
2021-04-29 Jack HueyRollup merge of #84668 - ehuss:update-books, r=ehuss
2021-04-29 Jack HueyRollup merge of #84663 - CDirkx:dropguard, r=Mark-Simul...
2021-04-29 Jack HueyRollup merge of #84661 - pierwill:patch-1, r=jackh726
2021-04-29 Jack HueyRollup merge of #84646 - JohnTitor:add-some-bad-placeho...
2021-04-29 Jack HueyRollup merge of #84636 - notriddle:data-aliases, r...
2021-04-29 Jack HueyRollup merge of #84585 - jyn514:check-rustdoc, r=Mark...
2021-04-29 Jack HueyRollup merge of #84555 - jyn514:ice-backtrace, r=Mark...
2021-04-29 Jack HueyRollup merge of #84540 - 12101111:enable-sanitizers...
2021-04-29 Jack HueyRollup merge of #84531 - Smittyvb:foo-not-feature,...
2021-04-29 Jack HueyRollup merge of #84530 - richkadel:test-tidy-build...
2021-04-29 Jack HueyRollup merge of #84484 - jyn514:check-tools, r=Mark...
2021-04-29 borsAuto merge of #84614 - RalfJung:daily, r=Mark-Simulacrum
2021-04-29 Ben-LichtmanMinor grammar tweaks for readability
2021-04-29 Charles LewImplement RFC 1260 with feature_name `imported_main`.
2021-04-28 borsAuto merge of #84615 - a1phyr:clone_from_pathbuf_osstri...
2021-04-28 Jack HueyDon't rebind in transitive_bounds_that_define_assoc_type
2021-04-28 Joshua NelsonAdd `x.py check src/librustdoc` as an alias for `x...
2021-04-28 borsAuto merge of #83386 - mark-i-m:stabilize-pat2015,...
2021-04-28 Eric HussUpdate books
next