]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 #53013 - zackmdavis:infer_outlints, r...
2018-09-28 borsAuto merge of #54643 - Xanewok:fix-rls, r=kennytm
2018-09-28 Igor MatuszewskiFix RLS toolstate after #54356 merge
2018-09-28 Marcus GriepImprove docs for std::io::Seek
2018-09-28 borsAuto merge of #54356 - Xanewok:save-analysis-invocation...
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 Zack M. Davisin which inferable outlives-requirements are linted
2018-09-28 borsAuto merge of #54547 - AstralSorcerer:issue-54028,...
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 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 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 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 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 borsAuto merge of #54453 - nikomatsakis:nll-issue-53121...
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 Niko Matsakisrustc_driver/test.rs: rustfmt
2018-09-26 Niko Matsakisfix rustc_driver tests
2018-09-26 Niko Matsakispacify the mercilous tidy.
2018-09-26 Niko Matsakisrustfmt `error_reporting/mod.rs` and `dropck.rs`
2018-09-26 Niko Matsakisupdate tests and add stderr files
2018-09-26 Niko Matsakisconvert from an `UnlessNll` flag to a `SuppressRegionEr...
2018-09-26 Niko Matsakismake NLL handle `IfEq` bounds by using SCC normalization
2018-09-26 Niko Matsakisswitch to use `VerifyBound` instead of `RegionTest`
2018-09-26 Niko Matsakisregion_infer: rustfmt
2018-09-26 Niko Matsakisuse `IfEq` to defer equality comparison around `where...
2018-09-26 Niko Matsakisrefactor away `AnyRegions` and `AllRegions`
2018-09-26 Niko Matsakisintroduce `VerifyBound::IfEq` (presently unused)
2018-09-26 Niko Matsakischange to use impl Trait a bit
2018-09-26 Niko Matsakisremove handling of verify from taintset
2018-09-26 Niko Matsakismake `normalize` work on any type-foldable
2018-09-26 Niko Matsakislexical_region_resolve: rustfmt
2018-09-26 Niko Matsakisencapsulate `infcx` too into the delegate
2018-09-26 Niko Matsakisextract out NLL-specific code from relate-tys into...
2018-09-26 Niko Matsakisrefactor NLL relate_tys to use Region internally, not...
2018-09-26 Niko Matsakisuse approx. bounds to decide whether to add outlives...
2018-09-26 Niko Matsakispropagate the `compare_ty` fn further up
2018-09-26 Niko Matsakisintroduce the idea of an "approximate match"
2018-09-26 Niko Matsakisintroduce a "comparison fn" instead of always use `==`
2018-09-26 Niko Matsakissplit out getting the declared bounds from the env...
2018-09-26 Niko Matsakisbreak out the code that computes VerifyBounds
2018-09-26 Niko Matsakisapply `process_registered_region_obligations` at the...
2018-09-26 Niko Matsakistype_check/mod.rs: rustfmt
2018-09-26 Niko Matsakisuse `RegionBoundPairs` type alias
2018-09-26 Niko Matsakisauto_trait.rs: rustfmt
2018-09-26 Niko Matsakischange `RegionObligation` to store a `SubregionOrigin`
2018-09-26 Niko Matsakisuse a `UnlessNll` flag to consolidate error reporting...
2018-09-26 Niko Matsakisbuild up a map of the region-bound pairs for each body-id
2018-09-26 Niko Matsakisoutlives/env: rustfmt
2018-09-26 Niko Matsakisregionck: rustfmt
2018-09-26 Jorge Apariciodocs: this llvm feature only supports the ELF object...
2018-09-26 Jorge Apariciounstable-book: recommend an INFO section
2018-09-26 Jorge Apariciouse `rustc -Vv` in the run-make test
2018-09-26 Jorge Apariciorun test only if LLVM version is >= 6.0.0
2018-09-26 Jorge Aparicioadd run-make test
2018-09-26 Jorge Apariciodocument this feature in the unstable book
2018-09-26 Jorge Aparicioadd -Z emit-stack-sizes
2018-09-26 borsAuto merge of #54199 - nikomatsakis:predicate_may_hold...
2018-09-26 Felix S. Klock IIAdd `#[allow(unused_mut)]` for various cases that arise...
2018-09-26 Felix S. Klock IIAdd `#![allow(..)]` as necessary to get re-migrated...
2018-09-26 Felix S. Klock IIMigrate `src/test/ui/run-pass/*` back to `src/test...
2018-09-26 borsAuto merge of #53824 - ljedrz:begone_onevector, r=micha...
2018-09-26 ljedrzRemove OneVector
2018-09-26 Levente Kurusafixup! codegen_llvm: check inline assembly constraints...
2018-09-26 borsAuto merge of #54497 - ralexstokes:stabilize_pattern_pa...
2018-09-26 Levente Kurusafixup! codegen_llvm: check inline assembly constraints...
2018-09-26 Levente Kurusafixup! codegen_llvm: check inline assembly constraints...
2018-09-26 borsAuto merge of #54548 - nrc:update, r=kennytm
2018-09-26 borsAuto merge of #54164 - mikhail-m1:54131, r=pnkfelix
2018-09-26 Vadim PetrochenkovAccept trailing comma in `cfg_attr`
2018-09-25 borsAuto merge of #54575 - pietroalbini:rollup, r=pietroalbini
2018-09-25 Nick CameronUpdate rustfmt and RLS
next