]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-07 Josh StoneOnly install rustc-dev by default on nightly
2019-10-07 Josh Stoneadd rustc-dev to tools/build-manifest
2019-10-07 Josh Stoneadd dist::RustcDev for unstable compiler libraries
2019-10-07 Josh StoneUse builder.compiler_for() to find the libstd stamp
2019-10-07 Josh Stone[WIP] minimize the rust-std component
2019-10-07 borsAuto merge of #64780 - choller:master, r=michaelwoerister
2019-10-07 borsAuto merge of #65178 - Centril:rollup-ep1zztj, r=Centril
2019-10-07 Mazdak FarrokhzadRollup merge of #65173 - tmandry:reffy-ref, r=tmandry
2019-10-07 Mazdak FarrokhzadRollup merge of #65164 - GuillaumeGomez:long-err-explan...
2019-10-07 Mazdak FarrokhzadRollup merge of #65137 - andjo403:selfProfiling_fix...
2019-10-07 Mazdak FarrokhzadRollup merge of #63948 - crlf0710:path_to_raw_dylib...
2019-10-07 Charles LewFix compilation error after rebase.
2019-10-07 borsAuto merge of #64739 - guanqun:remove-as-str, r=estebank
2019-10-07 Charles LewAdd more tests, fix span issue, improve diagnostics.
2019-10-07 Charles LewAddress review comments.
2019-10-07 Charles LewAdd support for parsing #[link_ordinal] attribute.
2019-10-07 Charles LewAdd feature gate for raw_dylib.
2019-10-07 borsAuto merge of #64906 - Aaron1011:feature/extern-const...
2019-10-06 Tyler MandryUpdate reference
2019-10-06 borsAuto merge of #65169 - tmandry:rollup-qxjj8xp, r=tmandry
2019-10-06 Guillaume GomezUpdate ui tests
2019-10-06 Tyler MandryRollup merge of #65158 - ishitatsuyuki:remove-dead...
2019-10-06 Tyler MandryRollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark...
2019-10-06 Tyler MandryRollup merge of #65142 - matthewjasper:unshadow-anon...
2019-10-06 Tyler MandryRollup merge of #65101 - mati865:rustc_macro-deps,...
2019-10-06 Tyler MandryRollup merge of #65095 - GuillaumeGomez:sort-librustc_p...
2019-10-06 borsAuto merge of #64564 - jonas-schievink:cowardly-default...
2019-10-06 Guillaume GomezAdd long error explanation for E0566
2019-10-06 borsAuto merge of #65089 - nnethercote:optimize-integral...
2019-10-06 Guillaume Gomezsort error codes in librustc_passes
2019-10-06 borsAuto merge of #65043 - Aaron1011:fix/reexport-determini...
2019-10-06 Avi DessauerUse shorthand initialization in rustdoc
2019-10-06 borsAuto merge of #65152 - tmandry:rollup-btn4a01, r=tmandry
2019-10-06 Tyler MandryRollup merge of #65151 - tmandry:revert-emscripten...
2019-10-06 Tyler MandryRollup merge of #65130 - davidtwco:rfc-2008-improper...
2019-10-06 Tyler MandryRollup merge of #65126 - BO41:time_typo, r=kennytm
2019-10-06 Tyler MandryRollup merge of #65124 - memoryruins:castaway, r=petroc...
2019-10-06 Tyler MandryRollup merge of #65123 - Centril:mac-invoc-in-mut-pat...
2019-10-06 Tyler MandryRollup merge of #65118 - cuviper:Zmutable-noalias-defau...
2019-10-06 Tyler MandryRollup merge of #65116 - spastorino:remove-unneeded...
2019-10-06 Tyler MandryRollup merge of #65113 - Qwaz:master, r=jonas-schievink
2019-10-06 Tyler MandryRollup merge of #65106 - Mark-Simulacrum:unused-attr...
2019-10-06 Tyler MandryRollup merge of #65105 - Mark-Simulacrum:split-librustc...
2019-10-06 Tyler MandryRollup merge of #65100 - csmoe:generator, r=nikomatsakis
2019-10-06 Tyler MandryRollup merge of #65066 - wesleywiser:fix_const_prop_ice...
2019-10-06 Tyler MandryRollup merge of #65064 - rust-lang:permit-asyncawait...
2019-10-06 Tyler MandryRollup merge of #65011 - estebank:ice-o-matic, r=zackmdavis
2019-10-06 Tyler MandryRollup merge of #64909 - estebank:turbofish-reloaded...
2019-10-06 Tyler MandryRollup merge of #64765 - alexcrichton:less-check-backtr...
2019-10-06 Tyler MandryRollup merge of #64728 - messense:udp-peer-addr, r...
2019-10-06 Tyler MandryRollup merge of #64708 - SimonSapin:option-deref, r...
2019-10-06 Tyler MandryRevert "Auto merge of #63649 - tlively:emscripten-upstr...
2019-10-05 Matthew JasperEnsure that associated `async fn`s have unique fresh...
2019-10-05 Aaron HillRemove `for_each_child_stable`
2019-10-05 Aaron HillMake re-export collection deterministic
2019-10-05 Andreas Jonsonremove event that causes panics in measureme tools
2019-10-05 Jonas SchievinkRename the test
2019-10-05 Jonas SchievinkExtend test and fix nits
2019-10-05 Jonas SchievinkPacify tidy
2019-10-05 Jonas SchievinkTest that we get the proper errors
2019-10-05 Jonas SchievinkFix the bootstrap
2019-10-05 Jonas SchievinkHide the `Iterator` specialization behind a trait
2019-10-05 Jonas SchievinkAdd comment to `Type` and `OpaqueTy` match
2019-10-05 Jonas SchievinkDeny specializing items not in the parent impl
2019-10-05 David Woodlint: extern non-exhaustive types are improper
2019-10-05 BO41Fix typo on `now()` comments
2019-10-05 memoryruinsReplaces some instances of `as *[const | mut] _` with...
2019-10-05 Mazdak FarrokhzadAccount for macro invocation in `let mut $pat` diagnostic.
2019-10-04 Josh StoneUpdate the documented default of -Z mutable-noalias
2019-10-04 Santiago PastorinoRemove unneeded visit_statement definition
2019-10-04 borsAuto merge of #63649 - tlively:emscripten-upstream...
2019-10-04 Yechan BaeFix lonely backtick
2019-10-04 Thomas LivelyAdd ignore-asmjs to new test
2019-10-04 Mark RousskovAllow unused attributes to avoid incremental bug
2019-10-04 Mark Rousskovmiddle::intrinsicck -> rustc_passes
2019-10-04 Mark Rousskovmiddle::entry -> rustc_passes
2019-10-04 Mark Rousskovmiddle::dead -> rustc_passes
2019-10-04 Mark Rousskovmove middle::liveness to rustc_passes
2019-10-04 Wesley Wiser[const-prop] Fix ICE when trying to eval polymorphic...
2019-10-04 Tatsuyuki IshiRemove dead module
2019-10-04 csmoeclean up GeneratorSubsts
2019-10-04 csmoeremove GeneratorSubsts visitors
2019-10-04 csmoereplace GeneratorSubsts inside related types
2019-10-04 csmoegenerate GeneratorSubsts from SubstsRef
2019-10-04 csmoereplace GeneratorSubsts with SubstsRef
2019-10-04 Mateusz MikułaUpgrade librustc_macros dependencies
2019-10-04 borsAuto merge of #64994 - GuillaumeGomez:fix-rustdoc-displ...
2019-10-04 Thomas LivelyAdd C ABI for wasm-bindgen compat
2019-10-04 Thomas LivelyRemove asmjs and wasm32 from PR CI
2019-10-04 Thomas LivelyRevert "Temporarily enable wasm32 CI"
2019-10-04 Thomas LivelyTemporarily enable wasm32 CI
2019-10-04 Thomas LivelyFix ABI, run and fix more tests, re-enable CI for PRs
2019-10-04 Thomas LivelyUpgrade Emscripten targets to use upstream LLVM backend
2019-10-04 borsAuto merge of #65087 - Centril:rollup-skxq0zr, r=Centril
2019-10-04 Nicholas NethercoteReplace `flat_map()` with `filter_map()` in `is_useful_...
2019-10-04 Nicholas NethercoteIntroduce a special case in `IntRange::from_const`.
2019-10-04 Nicholas NethercoteRearrange `IntRange::from_{ctor,pat}()`.
2019-10-04 Nicholas NethercoteInline and remove `constructor_intersects_pattern()`.
2019-10-04 Nicholas NethercoteCombine two `match` arms in `specialize()`.
2019-10-04 Mazdak FarrokhzadRollup merge of #65073 - ecstatic-morse:issue-65071...
next