]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Tatsuyuki Ishibootstrap: use prepare_tool_cargo everywhere
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 Tatsuyuki IshiAdd missing dyn
2018-07-25 Esteban KüberFix unittest
2018-07-25 csmoeUpdate ui test
2018-07-25 csmoeUpdate comment and do suggest
2018-07-25 Tatsuyuki IshiDiscriminate between external and optional tools
2018-07-25 Tatsuyuki IshiDeny bare_trait_objects globally
2018-07-25 Tatsuyuki IshiMerge remote-tracking branches 'ljedrz/dyn_libcore...
2018-07-25 Tatsuyuki IshiAdd missing dyn
2018-07-25 ljedrzEnforce #![deny(bare_trait_objects)] in src/libcore
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...
2018-07-24 Mark RousskovRollup merge of #52645 - oli-obk:existential_in_fn_body...
2018-07-24 Mark RousskovRollup merge of #52402 - crepererum:build_hasher_eq...
2018-07-24 Mark RousskovRollup merge of #52391 - Amanieu:volatile_unaligned...
2018-07-24 borsAuto merge of #52257 - steveklabnik:refactor-rustdoc...
2018-07-24 Niko Matsakisimplement `Step` for `Idx` types
2018-07-24 tinaunImpl Executor for Box<E: Executor>
2018-07-24 steveklabnikremove zombie code
2018-07-24 steveklabnikremove pluginmanager
2018-07-24 Simon SapinRelease notes: add some missing 1.28 libs stabilization
2018-07-24 borsAuto merge of #52181 - QuietMisdreavus:panicked-tester...
2018-07-24 Esteban KüberReword missing formatting arguments label
2018-07-24 Esteban KüberAdd documentation for `Parser::arg_places`
2018-07-24 Ralf Jungclarify offset function safety concerns
2018-07-24 Jorge Aparicioupdate the stdsimd submodule
2018-07-24 QuietMisdreavusforce the doctest rustc thread to share the name of...
2018-07-24 borsAuto merge of #51587 - mark-i-m:at_most_once_rep_2018...
2018-07-24 borsAuto merge of #52597 - oli-obk:promotion_simplify,...
2018-07-24 borsAuto merge of #52189 - cuviper:static-box-leak, r=bluss
2018-07-24 borsAuto merge of #52646 - ljedrz:single_char_pattern,...
2018-07-24 Oliver SchneiderAllow declaring existential types inside blocks
2018-07-24 Colin Wallacelibsyntax_ext: Prefer `Option::map` over `match` where...
2018-07-24 Colin Wallacelibrustc: Prefer `Option::map`/etc over `match` where...
2018-07-24 Colin Wallacelibcore: Prefer `Option::map` over `match` where applicable
2018-07-24 Colin Wallacelibstd: Prefer `Option::map`/etc over `match` where...
2018-07-24 jD91mZM2Stablize Redox Unix Sockets
2018-07-24 borsAuto merge of #52655 - kennytm:rollup, r=kennytm
2018-07-24 markAllow by default, fix tests
2018-07-24 markdump lints _after_ parsing macros
2018-07-24 markmake it a migration lint
2018-07-24 markFix test and errors
2018-07-24 markupdate nightly book
2018-07-24 markImplement 2015 vs 2018 `?` kleene op + test
2018-07-24 markExtend ParseSess to support buffering lints
2018-07-24 csmoeFix ui test
2018-07-24 csmoeMark the suggestion applicable
2018-07-24 kennytmRollup merge of #52642 - ljedrz:expect_fun_call, r...
2018-07-24 kennytmRollup merge of #52641 - ljedrz:mir_dataflow_misc,...
2018-07-24 kennytmRollup merge of #52640 - Thomasdezeeuw:fix-localwaker...
2018-07-24 kennytmRollup merge of #52637 - RalfJung:rc, r=joshtriplett
2018-07-24 kennytmRollup merge of #52627 - Mark-Simulacrum:rustdoc-test...
2018-07-24 kennytmRollup merge of #52622 - estebank:lifetime-multispan...
2018-07-24 kennytmRollup merge of #52621 - ehuss:atty-fix, r=alexcrichton
2018-07-24 kennytmRollup merge of #52605 - estebank:str-plus-eq, r=oli-obk
2018-07-24 kennytmRollup merge of #52548 - tko:cursor-doc, r=sfackler
2018-07-24 kennytmRollup merge of #52538 - ljedrz:old_musl_i586_flags...
next