]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-08-21 borsAuto merge of #63779 - Centril:rollup-sx96dli, r=Centril
2019-08-21 Mazdak FarrokhzadRollup merge of #63766 - oli-obk:const_eval_dedup,...
2019-08-21 Mazdak FarrokhzadRollup merge of #63762 - rust-lang:fix-async-date,...
2019-08-21 Mazdak FarrokhzadRollup merge of #63760 - ehuss:update-books, r=ehuss
2019-08-21 Mazdak FarrokhzadRollup merge of #63759 - Centril:parse-default-async...
2019-08-21 Mazdak FarrokhzadRollup merge of #63755 - Centril:simplify-prexp-gating...
2019-08-21 Mazdak FarrokhzadRollup merge of #63753 - ehuss:bump-toml, r=Mark-Simulacrum
2019-08-21 Mazdak FarrokhzadRollup merge of #63721 - Mark-Simulacrum:decouple-error...
2019-08-21 Oliver SchererRemove some duplication when resolving constants
2019-08-20 Mazdak Farrokhzadasync_await was stabilized in 1.39.0, not 1.38.0.
2019-08-20 Eric HussUpdate books
2019-08-20 Mazdak FarrokhzadAllow 'default async fn' to parse.
2019-08-20 borsAuto merge of #63752 - Centril:rollup-nlxwety, r=Centril
2019-08-20 Mazdak FarrokhzadUse dedicated type for spans in pre-expansion gating.
2019-08-20 Eric HussBump toml dependency.
2019-08-20 Mazdak FarrokhzadRollup merge of #63750 - eddyb:lazy-seq, r=Zoxc
2019-08-20 Mazdak FarrokhzadRollup merge of #63746 - sd234678:remove-unneeded-comme...
2019-08-20 Mazdak FarrokhzadRollup merge of #63209 - Centril:stabilize-async-await...
2019-08-20 Mazdak FarrokhzadRollup merge of #62497 - o01eg:fix-62496, r=alexcrichton
2019-08-20 Eduard-Mihai... rustc_metadata: replace LazySeq<T> with Lazy<[T]>.
2019-08-20 borsAuto merge of #63744 - Centril:rollup-g4l3ra9, r=Centril
2019-08-20 Mazdak FarrokhzadRollup merge of #63743 - alexcrichton:allow-lock-merge...
2019-08-20 Mazdak FarrokhzadRollup merge of #63736 - SimonSapin:plugin, r=eddyb
2019-08-20 Mazdak FarrokhzadRollup merge of #63723 - josephlr:sigemptyset, r=alexcr...
2019-08-20 Mazdak FarrokhzadRollup merge of #63722 - Mark-Simulacrum:bootstrap...
2019-08-20 Mazdak FarrokhzadRollup merge of #63691 - timvermeulen:chain-size-hint...
2019-08-20 Mazdak FarrokhzadRollup merge of #63265 - JohnTitor:implement-nth-back...
2019-08-20 Mazdak FarrokhzadRollup merge of #63216 - oconnor663:take_read_to_end...
2019-08-20 Alex CrichtonAllow git to merge `Cargo.lock`
2019-08-20 Mark RousskovRemove serialization of diagnostics to files
2019-08-20 Mark RousskovLoad error codes via build script instead of JSON parsing
2019-08-20 Simon SapinRestore the rustc_plugin crate in the sysroot
2019-08-20 borsAuto merge of #63587 - flip1995:clippyup, r=flip1995
2019-08-20 borsAuto merge of #63709 - matklad:decomposed-tokens, r...
2019-08-20 flip1995Update Cargo.lock
2019-08-20 flip1995Update cargo
2019-08-20 flip1995Update Clippy
2019-08-20 borsAuto merge of #63497 - eddyb:miri-subst, r=oli-obk
2019-08-20 Mazdak Farrokhzad--bless post no async_await gates in tests.
2019-08-20 Mazdak FarrokhzadRemove async_await gates from tests.
2019-08-20 Mazdak FarrokhzadRemove async_await feature gate tests.
2019-08-20 Mazdak FarrokhzadStabilize 'async_await'.
2019-08-20 borsAuto merge of #62727 - SimonSapin:plugins-tls-dylib...
2019-08-19 Joe RicheyConsolidate sigemptyset workarounds
2019-08-19 Mark RousskovDon't use stage naming in RUSTFLAGS environment variables
2019-08-19 Simon SapinDeprecate using rustc_plugin without the rustc_driver...
2019-08-19 sd234678Cherry-pick src/test changes with Centril's changes
2019-08-19 borsAuto merge of #63715 - Centril:rollup-dga8qtp, r=Centril
2019-08-19 Mazdak FarrokhzadRollup merge of #63704 - Wind-River:master, r=Centril
2019-08-19 Mazdak FarrokhzadRollup merge of #63699 - gilescope:async-move-diagnosti...
2019-08-19 Mazdak FarrokhzadRollup merge of #63620 - estebank:assoc-type-span,...
2019-08-19 Mazdak FarrokhzadRollup merge of #63376 - nikomatsakis:async-await-issue...
2019-08-19 Mazdak FarrokhzadRollup merge of #63252 - nrc:arc-doc, r=alexcrichton
2019-08-19 Esteban Küberreview comments
2019-08-19 Aleksey Kladovglue tokens when building token stream
2019-08-19 Aleksey Kladovremove composite tokens support from the lexer
2019-08-19 Esteban KüberUse constraint span when lowering associated types
2019-08-19 Niko Matsakisadjust test to be check-pass
2019-08-19 Niko Matsakisuse static as object-lifetime default for type XX in...
2019-08-19 Niko Matsakisdistinguish object-lifetime-default elision from other...
2019-08-19 Niko Matsakisadd debug logs
2019-08-19 borsAuto merge of #63579 - alexcrichton:new-lockfile, r...
2019-08-19 Alex CrichtonUse to Cargo's experimental lockfile format
2019-08-19 Eduard-Mihai... test: add test for #61432.
2019-08-19 Giles CopeFix suggestion from move async to async move.
2019-08-19 Eduard-Mihai... test: add test from #61041.
2019-08-19 Eduard-Mihai... rustc_typeck: fix the generics for (const-generic)...
2019-08-19 Eduard-Mihai... rustc_mir: disallow non-monomorphic reifications.
2019-08-19 Eduard-Mihai... rustc_mir: disallow non-monomorphic vtables.
2019-08-19 Eduard-Mihai... rustc_mir: add missing subst_from_frame_and_normalize_e...
2019-08-19 Eduard-Mihai... rustc_mir: use self.resolve instead of Instance::resolv...
2019-08-19 Eduard-Mihai... rustc_mir: make subst_from_frame_and_normalize_erasing_...
2019-08-19 Eduard-Mihai... rustc_mir: remove wrong calls to subst_from_frame_and_n...
2019-08-19 Ralf Jungstart cleaning up subst mess
2019-08-19 BaoshanMerge pull request #3 from Wind-River/vxworks-salim
2019-08-19 borsAuto merge of #63700 - alexcrichton:update-backtrace...
2019-08-19 Alex Crichtonstd: Update `backtrace` crate dependency
2019-08-19 borsAuto merge of #63670 - Dante-Broggi:patch-2, r=Centril
2019-08-19 borsAuto merge of #63463 - matthewjasper:ty_param_cleanup...
2019-08-18 borsAuto merge of #63045 - Rosto75:master, r=jonas-schievink
2019-08-18 Tim VermeulenFix bug in iter::Chain::size_hint
2019-08-18 Matthew JasperPre intern the `Self` parameter type
2019-08-18 borsAuto merge of #63659 - gilescope:async-in-closure,...
2019-08-18 borsAuto merge of #63635 - oli-obk:default-slice-dangles...
2019-08-18 Giles CopeBetter error message for break in async blocks.
2019-08-18 borsAuto merge of #63269 - Aaron1011:feature/proc-macro...
2019-08-18 borsAuto merge of #62948 - matklad:failable-file-loading...
2019-08-18 Salim NasserFixed: error: unnecessary trailing semicolon
2019-08-18 borsAuto merge of #61708 - dlrobertson:or-patterns-0, r...
2019-08-17 borsAuto merge of #63671 - Centril:rollup-zufavt5, r=Centril
2019-08-17 Mazdak FarrokhzadRollup merge of #63669 - Dante-Broggi:patch-1, r=jonas...
2019-08-17 Mazdak FarrokhzadRollup merge of #63667 - petrochenkov:deriveholders...
2019-08-17 Mazdak FarrokhzadRollup merge of #63657 - RalfJung:invalid_value, r...
2019-08-17 Mazdak FarrokhzadRollup merge of #63487 - sd234678:remove-meaningless...
2019-08-17 Mazdak FarrokhzadRollup merge of #62451 - SimonSapin:new_uninit, r=RalfJung
2019-08-17 Ralf Jungtest in a way that works even with musl
2019-08-17 Dante-Broggisize has a zero
2019-08-17 Simon SapinDoc nit
2019-08-17 Dante-Broggifix typos
2019-08-17 Vadim Petrochenkovresolve/expand: Rename some things for clarity
next