]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src /
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 Keith YeungAdd UI test for preserving user types in type ascriptions
2018-09-29 Niko Matsakisavoid infinite loop in MIR lowering
2018-09-29 Keith YeungLower type ascriptions to HAIR and MIR
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 Rusty Blitzerrtest fix for #54015
2018-09-29 borsAuto merge of #53013 - zackmdavis:infer_outlints, r...
2018-09-28 Eduard-Mihai Burtescurustc_typeck: don't lint non-extern-prelude extern...
2018-09-28 borsAuto merge of #54643 - Xanewok:fix-rls, r=kennytm
2018-09-28 Eduard-Mihai Burtescurustc_resolve: move extern_prelude from Resolver to...
2018-09-28 Alex CrichtonUpdate Cargo's submodule
2018-09-28 Tom TromeyCompute Android gdb version in compiletest
2018-09-28 Rusty BlitzerrTest fixes for the change of error message for issue...
2018-09-28 Igor MatuszewskiFix RLS toolstate after #54356 merge
2018-09-28 Eduard-Mihai Burtescurustc: keep a Span for each predicate in ty::GenericPre...
2018-09-28 Felix S. Klock IIPrefer `#![feature(bind_by_move_pattern_guards)]` over...
2018-09-28 Marcus GriepImprove docs for std::io::Seek
2018-09-28 borsAuto merge of #54356 - Xanewok:save-analysis-invocation...
2018-09-28 Rusty Blitzerr[54015] NLL:Improve move error loop detection
2018-09-28 borsAuto merge of #54568 - levex:issue-54130, r=nagisa
2018-09-28 borsAuto merge of #54338 - orium:fix-macro-inc-comp, r=nrc
2018-09-28 Josh StoneUpdate ui lines
2018-09-28 Josh StoneBump to 1.31.0 and bootstrap from 1.30 beta
2018-09-28 Zack M. Davisin which inferable outlives-requirements are linted
2018-09-28 borsAuto merge of #54547 - AstralSorcerer:issue-54028,...
2018-09-28 Rusty BlitzerrRan RustFmt on the file
2018-09-27 Igor MatuszewskiUse rls-data 0.18.1
2018-09-27 Igor MatuszewskiAlso remap absolute source names in save-analysis
2018-09-27 Igor MatuszewskiMinimize final diff
2018-09-27 Igor MatuszewskiRemap only source files in the command line
2018-09-27 Igor MatuszewskiEmit only necessary compilation options in save-analysis
2018-09-27 Igor MatuszewskiMove `filename_for_metadata` to codegen_utils
2018-09-27 Igor MatuszewskiEmit used rustc invocation in the save-analysis file
2018-09-27 borsAuto merge of #54530 - pnkfelix:issue-54047-migrate...
2018-09-27 Matthew JasperEnable NLL compare mode for more tests
2018-09-27 Nathan Froydignore {std,fast,vector,this}call on non-x86 windows
2018-09-27 borsAuto merge of #54468 - matthewjasper:fix-polonius,...
2018-09-27 Felix S. Klock IIAllow `unused_variables` lint to placate test failure...
2018-09-27 borsAuto merge of #54533 - ljedrz:cleanup_librustc_typeck_c...
2018-09-27 QuietMisdreavuscheck for proc-macros in "all items"
2018-09-27 QuietMisdreavusshow "all items" link even if crate doesn't have a...
2018-09-27 QuietMisdreavusadd attributes/derives to "all items" page
2018-09-27 borsAuto merge of #54355 - pnkfelix:issue-22323-regression...
2018-09-27 Felix S. Klock IIAllow more lints that signalled on the arm-android...
2018-09-27 borsAuto merge of #52319 - tinco:issue_12590, r=pnkfelix
2018-09-27 ljedrzA few cleanups and minor improvements to typeck
2018-09-27 Felix S. Klock IIAllow some lints that only fired on 32-bit and/or Windows.
2018-09-27 Tobias BucherDon't have two adjacent "see also" sentences
2018-09-27 borsAuto merge of #54581 - petrochenkov:cfgattr, r=alexcrichton
2018-09-27 Alexander RegueiroUpdated stderr test files.
2018-09-27 Alexander RegueiroAdded help message for feature gate.
2018-09-26 borsAuto merge of #54526 - nnethercote:shrink-StatementKind...
2018-09-26 Michael BradshawGate const core::mem::needs_drop behind const_needs_drop
2018-09-26 Niko Matsakisuse the closure def-id in returns, but closure-base...
2018-09-26 Matthew JasperGet Polonius borrow check to work in simple cases
2018-09-26 Alexander Ronald... Remove useless lifetimes from `Pin` `impl`s.
2018-09-26 borsAuto merge of #54561 - matthiaskrgr:clippy_up, r=kennytm
2018-09-26 QuietMisdreavusadd derive macros' helper attributes to doc output
2018-09-26 borsAuto merge of #54453 - nikomatsakis:nll-issue-53121...
2018-09-26 Michael BradshawMake core::mem::needs_drop a const fn
2018-09-26 Matthias Krügerupdate clippy submodule to a72e786c
2018-09-26 borsAuto merge of #51946 - japaric:emit-stack-sizes, r...
2018-09-26 Alex Crichtonstd: Don't let `rust_panic` get inlined
2018-09-26 Levente Kurusafixup! codegen_llvm: check inline assembly constraints...
2018-09-26 Jorge Apariciodon't run the test on macOS
2018-09-26 QuietMisdreavusadd declaration blocks to attribute/derive pages
2018-09-26 Niko Matsakisrustc_driver/test.rs: rustfmt
2018-09-26 Niko Matsakisfix rustc_driver tests
next