]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src /
2018-10-04 borsAuto merge of #54624 - arielb1:evaluate-outlives, r...
2018-10-04 borsAuto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis
2018-10-03 borsAuto merge of #54391 - davidtwco:issue-54230, r=petroch...
2018-10-03 borsAuto merge of #54605 - petrochenkov:mambig, r=alexcrichton
2018-10-03 David WoodDeterministic external crate suggestion.
2018-10-03 David WoodUpdate tests to demonstrate 2015 behaviour.
2018-10-03 David WoodRemoved hardcoded crate.
2018-10-03 David WoodAdd suggestions for unresolved imports.
2018-10-03 Vadim Petrochenkovresolve: Prefer `macro_rules` definitions to in-module...
2018-10-03 borsAuto merge of #54720 - davidtwco:issue-51191, r=nikomat...
2018-10-02 borsAuto merge of #54767 - pietroalbini:rollup, r=pietroalbini
2018-10-02 Pietro AlbiniRollup merge of #54745 - abonander:cstr-const, r=oli-obk
2018-10-02 Pietro AlbiniRollup merge of #54728 - alexcrichton:renumber-issues...
2018-10-02 Pietro AlbiniRollup merge of #54702 - RalfJung:fn-ptr-promotion...
2018-10-02 Pietro AlbiniRollup merge of #54699 - DiamondLovesYou:reexport-getop...
2018-10-02 Pietro AlbiniRollup merge of #54687 - scottmcm:more-elision, r=dtolnay
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 borsAuto merge of #54343 - blitzerr:master, r=nikomatsakis
2018-10-02 Austin Bonandermake `CStr::from_bytes_with_nul_unchecked()` a const fn
2018-10-02 Austin Bonandermake `CStr::from_bytes_with_nul_unchecked()` a const fn
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 David WoodImprove mutability error suggestions.
2018-10-01 David WoodImprove implicit self mutability suggestions.
2018-10-01 borsAuto merge of #54693 - RalfJung:ctfe-scalar-pair-undef...
2018-10-01 Ariel Ben-Yehudaadd a special case for literal `'static: 'a` where...
2018-10-01 Ariel Ben-Yehudaenable using the evaluation cache on predicates with...
2018-10-01 Ariel Ben-Yehudahandle outlives predicates in trait evaluation
2018-10-01 Ariel Ben-Yehudanormalize param-env type-outlives predicates last
2018-10-01 Alex CrichtonExtra proc macro gates are now at #54727
2018-10-01 Alex CrichtonAll `proc_macro_span` APIs tracked at #54725 now
2018-10-01 Alex CrichtonSpan::def_site() is now at #54724
2018-10-01 Alex CrichtonThe `proc_macro_raw_ident` feature is now at #54723
2018-10-01 Alex CrichtonThe `proc_macro_quote` feature now lives at #54722
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 Ralf Jungalso compile-fail test fn ptr comparison promotion
2018-09-30 Ralf Jungdo not promote comparing function pointers
2018-09-30 Richard DiamondRe-export `getopts` so custom drivers can reference it.
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 Scott McMurrayActivate the feature in the libcore tests too
2018-09-30 Scott McMurrayUI test updates
2018-09-30 Zack M. Davisdon't elide lifetimes in paths in librustc/
2018-09-30 Scott McMurrayUse impl_header_lifetime_elision in libcore
2018-09-30 Michael BradshawMerge branch 'master' into drop
2018-09-30 Michael BradshawFix ui/run-pass/union/union-nodrop.rs test
next