]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-10-02 Pietro AlbiniRollup merge of #54680 - RalfJung:compile-pass, r=pnkfelix
2018-10-02 Pietro AlbiniRollup merge of #54648 - alexcrichton:update-cargo...
2018-10-02 Pietro AlbiniRollup merge of #54603 - davidtwco:issue-54559, r=nikom...
2018-10-02 Pietro AlbiniRollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakis
2018-10-02 Pietro AlbiniRollup merge of #54269 - PramodBisht:issue/53840, r...
2018-10-02 Ralf Jungmove some more tests
2018-10-02 borsAuto merge of #54742 - Manishearth:clippyup, r=oli-obk
2018-10-02 Manish GoregaokarUpdate clippy
2018-10-02 Pramod BishtConsolidate pattern check errors
2018-10-02 borsAuto merge of #54701 - arielb1:outlives-later, r=nikoma...
2018-10-02 borsAuto merge of #54694 - csmoe:self_this, r=estebank
2018-10-01 David WoodAttempt to resolve linking issues.
2018-10-01 David WoodMove prelude crate names into `Session`.
2018-10-01 David WoodAdd `crate::` to trait suggestions in Rust 2018.
2018-10-01 borsAuto merge of #54693 - RalfJung:ctfe-scalar-pair-undef...
2018-10-01 Ariel Ben-Yehudanormalize param-env type-outlives predicates last
2018-10-01 borsAuto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix
2018-10-01 borsAuto merge of #54711 - kennytm:rollup, r=kennytm
2018-10-01 kennytmRollup merge of #54676 - pnkfelix:issue-15287-kill...
2018-10-01 kennytmRollup merge of #54713 - flip1995:tool_lints_nightly...
2018-10-01 kennytmRollup merge of #54674 - RalfJung:miri, r=oli-obk
2018-10-01 flip1995Add nightly check for tool_lints warning
2018-10-01 kennytmRollup merge of #54708 - collin5:b49475, r=Mark-Simulacrum
2018-10-01 kennytmRollup merge of #54681 - alexcrichton:san-names, r...
2018-10-01 kennytmRollup merge of #54679 - phansch:improve_bug_message...
2018-10-01 kennytmRollup merge of #54656 - nieksand:workqueue_doc, r...
2018-10-01 kennytmRollup merge of #54641 - ljedrz:cleanup_rustc_infer...
2018-10-01 kennytmRollup merge of #54623 - alexreg:impl_trait_in_bindings...
2018-10-01 kennytmRollup merge of #54544 - frewsxcv:frewsxcv-deref, r...
2018-10-01 kennytmRollup merge of #54488 - zackmdavis:and_the_case_of_the...
2018-10-01 kennytmRollup merge of #54308 - dsciarra:issue-22692, r=estebank
2018-10-01 kennytmRollup merge of #53784 - tbu-:pr_doc_slice_isize_max...
2018-10-01 csmoemark fix as MaybeIncorrect
2018-10-01 csmoeupdate ui test for suggest-self
2018-10-01 csmoelint to use self for this/my
2018-10-01 borsAuto merge of #54675 - alexcrichton:defaultlibs, r...
2018-10-01 Collins Abitekanizaallow use of ./x.py help <cmd> ...
2018-10-01 borsAuto merge of #54662 - matklad:once-perf, r=alexcrichton
2018-09-30 borsAuto merge of #54650 - eddyb:no-extern's-land, r=alexcr...
2018-09-30 Alexander RegueiroAdded help message for `impl_trait_in_bindings` feature...
2018-09-30 borsAuto merge of #53255 - orium:fix-bug-overflow-send...
2018-09-30 Diogo SousaDeduplicate errors in the obligation forest.
2018-09-30 Diogo SousaTypos and style fixes.
2018-09-30 Jorge Apariciothe test requires unwinding so we don't run it on the...
2018-09-30 Jorge Aparicioadd codegen test
2018-09-30 Jorge Apariciomake the nil-enum test work again
2018-09-30 Jorge Aparicioadapt to change in Session API
2018-09-30 Jorge Aparicioallow dead_code
2018-09-30 Jorge Aparicioadd empty enum to the test cases
2018-09-30 Jorge Aparicioimprove the run-pass test
2018-09-30 Jorge Apariciomove our check to reuse a previous computation
2018-09-30 Jorge Aparicioimprove panic message
2018-09-30 Jorge Apariciouse is_uninhabited in more places
2018-09-30 Jorge Apariciopanic when instantiating an uninhabited type via mem...
2018-09-30 borsAuto merge of #54622 - matthewjasper:more-nll-mode...
2018-09-30 csmoeadd test for fake self
2018-09-30 Ralf Jungmake run-pass tests with empty main just compile-pass...
2018-09-30 borsAuto merge of #54596 - mjbshaw:drop, r=RalfJung
2018-09-30 Ralf Jungmove ScalarMaybeUndef into the miri engine
2018-09-30 Ralf Jungdo not normalize non-scalar constants to a ConstValue...
2018-09-30 borsAuto merge of #53816 - zackmdavis:elided_lifetimes_in_p...
2018-09-30 borsAuto merge of #54639 - nagisa:lets-alias-for-now, r...
2018-09-30 Zack M. Davisdon't elide lifetimes in paths in librustc/
2018-09-30 Michael BradshawMerge branch 'master' into drop
2018-09-30 Michael BradshawFix ui/run-pass/union/union-nodrop.rs test
2018-09-30 borsAuto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
2018-09-29 Niek SandersCorrect doc for WorkQueue<T>::pop().
2018-09-29 borsAuto merge of #54591 - ljedrz:cleanup_typeck_rest,...
2018-09-29 Alex CrichtonRename sanitizer runtime libraries on OSX
2018-09-29 Philipp HanschImprove bug! message for impossible case in Relate
2018-09-29 borsAuto merge of #54240 - csmoe:nonzero_from, r=alexcrichton
2018-09-29 Donato SciarraImprove ux when calling associated functions with dot...
2018-09-29 Alex Crichtonrust: Add a `-C default-linker-libraries` option
2018-09-29 Ralf Jungupdate miri
2018-09-29 borsAuto merge of #54599 - nikomatsakis:issue-54593-impl...
2018-09-29 ljedrzrustc/infer: miscellaneous minor code improvements
2018-09-29 ljedrzrustc/infer: readability improvements
2018-09-29 ljedrzrustc/infer: improve vector allocations
2018-09-29 ljedrzrustc/infer: use to_owned instead of to_string with...
2018-09-29 ljedrzrustc/infer: convert single-branch matches to if-let
2018-09-29 ljedrzrustc/infer: use unwrap_or(_else) where applicable
2018-09-29 borsAuto merge of #54660 - kennytm:rollup, r=kennytm
2018-09-29 Simonas KazlauskasDo not put noalias annotations by default
2018-09-29 borsAuto merge of #54554 - RalfJung:maybe-uninit, r=nagisa
2018-09-29 ljedrzA few cleanups and minor improvements to typeck
2018-09-29 kennytmRollup merge of #54577 - QuietMisdreavus:docs-for-procs...
2018-09-29 kennytmRollup merge of #54645 - tromey:android-gdb-version...
2018-09-29 kennytmRollup merge of #54635 - neoeinstein:seek-docs, r=alexc...
2018-09-29 kennytmRollup merge of #54604 - alexreg:self_in_typedefs-help...
2018-09-29 kennytmRollup merge of #54598 - pthariensflame:patch-1, r...
2018-09-29 kennytmRollup merge of #54590 - alexcrichton:inline-never...
2018-09-29 Aleksey KladovFix Once perf regression
2018-09-29 Jorge Aparicioadd MaybeUninit
2018-09-29 Ralf JungRevert "Auto merge of #53508 - japaric:maybe-uninit...
2018-09-29 borsAuto merge of #54576 - froydnj:non-x86-abi-adjustment...
2018-09-29 kennytmRollup merge of #54567 - tromey:paths-in-stamp-hashes...
2018-09-29 kennytmRollup merge of #54564 - alexcrichton:new-notes, r...
2018-09-29 borsAuto merge of #54278 - eddyb:spanned-generic-predicates...
2018-09-29 Corey FarwellIndicate how to move value out of Box in docs.
2018-09-29 borsAuto merge of #53013 - zackmdavis:infer_outlints, r...
next