]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-27 borsAuto merge of #52733 - pnkfelix:issue-51348-make-temp...
2018-07-27 borsAuto merge of #52681 - pnkfelix:z-borrowck-migrate...
2018-07-27 borsAuto merge of #52650 - oli-obk:associated_existential_t...
2018-07-27 borsAuto merge of #52724 - alexcrichton:update-compiler...
2018-07-26 borsAuto merge of #52673 - oli-obk:mutable_promoted, r...
2018-07-26 Felix S. Klock IIreview feedback: no reason to clone just to make a...
2018-07-26 borsAuto merge of #52735 - Mark-Simulacrum:rollup, r=Mark...
2018-07-26 borsAuto merge of #52488 - nikomatsakis:nll-issue-48071...
2018-07-26 Mark RousskovRollup merge of #52734 - nagisa:sparcfix, r=oli-obk
2018-07-26 Mark RousskovRollup merge of #52723 - alexcrichton:fix-extern-rename...
2018-07-26 Mark RousskovRollup merge of #52721 - cramertj:try-poll, r=aturon
2018-07-26 Mark RousskovRollup merge of #52718 - fintelia:patch-2, r=cramertj
2018-07-26 Mark RousskovRollup merge of #52695 - oli-obk:const_err_panic, r...
2018-07-26 Mark RousskovRollup merge of #52692 - ljedrz:sort_improvements,...
2018-07-26 Mark RousskovRollup merge of #52690 - paoloteti:rclass-dsp, r=alexcr...
2018-07-26 Mark RousskovRollup merge of #52674 - tinaun:patch-2, r=cramertj
2018-07-26 Mark RousskovRollup merge of #52667 - japaric:stdsimd-up, r=alexcrichton
2018-07-26 Mark RousskovRollup merge of #52654 - alecmocatta:master, r=alexcrichton
2018-07-26 Mark RousskovRollup merge of #52649 - estebank:fmt-span, r=oli-obk
2018-07-26 Mark RousskovRollup merge of #52647 - csmoe:closure_arg_ignore,...
2018-07-26 Mark RousskovRollup merge of #52635 - yodaldevoid:issue_18804, r...
2018-07-26 Mark RousskovRollup merge of #52617 - matthewjasper:remove-unused...
2018-07-26 Mark RousskovRollup merge of #52610 - MajorBreakfast:task-terminolog...
2018-07-26 Mark RousskovRollup merge of #52558 - wesleywiser:ice_melting, r...
2018-07-26 Simonas KazlauskasAdd a test for sparc64 ABI issue
2018-07-26 Niko Matsakisfix `sparse_matrix_iter` unit test
2018-07-26 Niko Matsakisadd type parameters to `BitMatrix` and `SparseBitMatrix...
2018-07-26 Niko Matsakisconvert tests of `BitVector` to use `BitVector<usize>`
2018-07-26 Felix S. Klock IIRegression test for the bug.
2018-07-26 Felix S. Klock IIIncorporate edition flag testing into tests of `-Z...
2018-07-26 Felix S. Klock IIcompiletest: Add support for ignoring certain tests...
2018-07-26 Felix S. Klock IIintegrate the edition code.
2018-07-26 Niko Matsakispatch up mir-opt tests
2018-07-26 Felix S. Klock IIBug fix: `#![feature(nll)]` takes precedence over ...
2018-07-26 Felix S. Klock IITest for `-Z borrowck=migrate`.
2018-07-26 Felix S. Klock IIAdd scary warnings to errors-downgraded-to-warnings...
2018-07-26 Felix S. Klock IIAllow elaborate_drops to progress under errors that...
2018-07-26 Felix S. Klock IIAdd `migrate` to list of values for `-Z borrowck=...`
2018-07-26 Felix S. Klock IIAdd `-Z borrowck=migrate` flag, use it to link NLL...
2018-07-26 Felix S. Klock IIAdd flag indicating whether AST `borrowck` query signal...
2018-07-26 Felix S. Klock IIIssue #51348: lower `match` so an ident gets a distinct...
2018-07-26 Felix S. Klock IIImprove the information provided when this assertion...
2018-07-26 Petr Sumberasparc ABI issue - structure returning from function...
2018-07-26 Niko Matsakismove mir_check_* to ui tests, add adjusted references
2018-07-26 Niko Matsakisfix reference file
2018-07-26 Alex CrichtonUpdate the compiler-builtins submodule
2018-07-26 Alex Crichtonrustc: Register crates under their real names
2018-07-26 Taylor Cramerstd::ops::Try impl for std::task::Poll
2018-07-25 Jonathan BehrensState default capacity for BufReader/BufWriter
2018-07-25 Niko Matsakisignore code example in comment
2018-07-25 Niko MatsakisNit: improve comment in hr-fn-aau-eq-abu.rs
2018-07-25 Niko MatsakisNit: improve Binders comment in `relate_tys`
2018-07-25 Niko MatsakisNit: fix Debug impl of `PlaceholderIndex`
2018-07-25 Niko Matsakis[nit] remove outdated comment
2018-07-25 Niko Matsakisimprove heuristics for what makes an interesting constraint
2018-07-25 Niko Matsakis[WIP] debug logs in error-reporting
2018-07-25 Niko Matsakis[3f0fb4f7] improve comment on `to_location`
2018-07-25 Oliver Schneider0-length arrays can even be mutably promoted
2018-07-25 Gabriel SmithPlace the ignore comments in the correct file for test...
2018-07-25 Josef Reinhard... Clarify what a task is
2018-07-25 Oliver SchneiderHide some lints which are not quite right the way they...
2018-07-25 ljedrzImprove readability in a few sorts
2018-07-25 borsAuto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichton
2018-07-25 Oliver SchneiderAdd type system canaries for potential future bugs
2018-07-25 Oliver SchneiderRemove useless comment
2018-07-25 Oliver SchneiderFix associated existentials for generic traits
2018-07-25 Paolo TetiARM: expose `rclass` and `dsp` target features
2018-07-25 Esteban KüberAdd span label for format str missing specifier
2018-07-25 Niko Matsakisadd regression test for #48071
2018-07-25 Niko Matsakisintroduce new subtyping
2018-07-25 Niko Matsakisremove `num_universal_regions` etc from RegionValueElements
2018-07-25 Niko Matsakisrepresent `LivenessValues` with a specialized type
2018-07-25 Niko Matsakisextract `region_value_str` helper
2018-07-25 Niko Matsakisgenerate extra liveness constraints before regioncx...
2018-07-25 Niko Matsakisconsolidate and use `find_sub_region_live_at` for every...
2018-07-25 Niko Matsakisextract a `best_blame_constraint` helper
2018-07-25 Niko Matsakisrewrite the "constraint graph search" to use a BFS...
2018-07-25 Niko Matsakisremove unnecessary `blame_span` from `report_region_errors`
2018-07-25 Niko Matsakisremove inefficiency for adding all points
2018-07-25 Niko MatsakisSparseBitMatrix: add `insert_all` and `add_all` methods
2018-07-25 Niko MatsakisSparseBitMatrix: add `ensure_row` helper fn
2018-07-25 Niko Matsakissplit into two matrices
2018-07-25 Niko Matsakissimplify `NLLRegionVariableOrigin`
2018-07-25 Niko Matsakisparameterize `BitVector` and `BitMatrix` by their index...
2018-07-25 Esteban KüberRename method and remove commented out code
2018-07-25 Esteban KüberFix unittest
2018-07-25 csmoeUpdate ui test
2018-07-25 csmoeUpdate comment and do suggest
2018-07-25 csmoeFix test
2018-07-25 borsAuto merge of #52680 - Mark-Simulacrum:rollup, r=Mark...
2018-07-25 Gabriel SmithDisable regression test for issue #18804 on Emscripten...
2018-07-25 Gabriel SmithDeduplicate linkage checking code for statics
2018-07-25 Gabriel SmithProperly set the linkage type on non-local statics
2018-07-25 Gabriel SmithAdd regression test for issue #18804
2018-07-25 csmoeSuggest in separate line
2018-07-24 Esteban KüberUse suggestions for `printf` format
2018-07-24 Mark RousskovRollup merge of #52677 - SimonSapin:relnotes, r=Mark...
2018-07-24 Mark RousskovRollup merge of #52668 - RalfJung:ptr-doc, r=cramertj
2018-07-24 Mark RousskovRollup merge of #52658 - Wallacoloo:topics/use-option...
2018-07-24 Mark RousskovRollup merge of #52656 - jD91mZM2:stablize-uds, r=alexc...
next