]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-02-23 Manish GoregaokarRollup merge of #48429 - toidiu:patch-1, r=nikomatsakis
2018-02-23 Manish GoregaokarRollup merge of #48245 - spastorino:sparse_bitsets...
2018-02-23 Manish GoregaokarRollup merge of #48221 - rkruppe:improve-ctypes-lint...
2018-02-23 Manish GoregaokarRollup merge of #48219 - andjo403:export_symbol, r...
2018-02-23 Manish GoregaokarRollup merge of #48157 - scottmcm:try-for-each, r=dtolnay
2018-02-23 Manish GoregaokarRollup merge of #48123 - nikomatsakis:issue-47244-expec...
2018-02-23 Manish GoregaokarRollup merge of #48083 - jseyfried:improve_tuple_struct...
2018-02-23 Manish GoregaokarRollup merge of #48072 - cramertj:impl-trait-lifetime...
2018-02-23 Manish GoregaokarRollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakis
2018-02-23 borsAuto merge of #47799 - topecongiro:fix-span-of-visibili...
2018-02-23 borsAuto merge of #48052 - eddyb:deggregate, r=nikomatsakis
2018-02-23 Santiago PastorinoRun rustfmt over bitvec.rs and region_infer/values.rs
2018-02-23 Santiago PastorinoFix typo otherwies -> otherwise
2018-02-23 Santiago PastorinoUse Sparse bitsets instead of dense ones for NLL results
2018-02-22 borsAuto merge of #48343 - Mark-Simulacrum:release-step...
2018-02-22 Santiago PastorinoMove word type and word size usage to constants & make...
2018-02-22 toidiuupdate tracking issue for nll
2018-02-22 borsAuto merge of #48399 - GuillaumeGomez:rollup, r=Guillau...
2018-02-21 Guillaume GomezRollup merge of #48397 - ordovicia:pow_doc, r=Guillaume...
2018-02-21 Guillaume GomezRollup merge of #48382 - GuillaumeGomez:fix-rustdoc...
2018-02-21 Guillaume GomezRollup merge of #48360 - redcape:redcape-count-doc...
2018-02-21 Guillaume GomezRollup merge of #48354 - m0ppers:add-read-until-link...
2018-02-21 Guillaume GomezRollup merge of #48352 - JakubAdamWieczorek:mailmap...
2018-02-21 Guillaume GomezRollup merge of #48335 - Manishearth:shortcut-links...
2018-02-21 Guillaume GomezRollup merge of #48325 - frewsxcv:frewxcv-ignore, r...
2018-02-21 Guillaume GomezRollup merge of #48314 - frewsxcv:frewsxcv-broken-link...
2018-02-21 Guillaume GomezRollup merge of #48198 - csmoe:inform_type_annotations...
2018-02-21 Guillaume GomezRollup merge of #48106 - QuietMisdreavus:teleporting...
2018-02-21 Guillaume GomezRollup merge of #47833 - Aaron1011:final_auto_trait...
2018-02-21 Guillaume GomezRollup merge of #47379 - da-x:master, r=sfackler
2018-02-21 Hidehito YabuuchiTake 2^5 as examples in document of pow() (fixes #48396)
2018-02-20 Guillaume GomezFix rustdoc test ICE
2018-02-20 John Kåre AlsakerDo not run the default panic hook inside procedural...
2018-02-20 Mark Simulacrumstage0 cfg cleanup
2018-02-20 Mark SimulacrumBootstrap from the 1.25 beta
2018-02-20 Aaron HillSort synthetic impls bounds before rendering
2018-02-20 Eduard-Mihai... rustc_mir: optimize the deaggregator's expansion of...
2018-02-20 Eduard-Mihai... rustc_mir: don't run the deaggregator on arrays for...
2018-02-20 Eduard-Mihai... test: use the right amount of CGUs in sepcomp-cci-copie...
2018-02-20 Eduard-Mihai... rustc_mir: always run the deaggregator.
2018-02-20 Eduard-Mihai... rustc_mir: do not remove dead user variables if debugin...
2018-02-20 Eduard-Mihai... rustc_mir: handle all aggregate kinds in the deaggregator.
2018-02-20 Eduard-Mihai... rustc_mir: use the "idiomatic" optimization gating...
2018-02-19 Gil CottleFix count usize link typo in docs
2018-02-19 Andreas StreichardtAdd missing link
2018-02-19 Jakub Adam... Update .mailmap with my real name
2018-02-19 Manish GoregaokarFilter out non-macros in resolve_macro
2018-02-19 Manish GoregaokarAdd test
2018-02-19 Manish GoregaokarGenerate shortcut links
2018-02-19 Manish GoregaokarInclude shortcut links in markdown_links
2018-02-19 Manish Goregaokarbump pulldown
2018-02-19 Aaron HillFix submodule ref
2018-02-18 Aaron HillRemove extra space in test
2018-02-18 Aaron HillDon't generate auto trait impls for type aliases
2018-02-18 Aaron HillRemove extra whitespace
2018-02-18 Aaron HillFix inlining
2018-02-18 Aaron HillMore formatting fixups
2018-02-18 Aaron HillMore formatting fixes
2018-02-18 Aaron HillCleanup formatting
2018-02-18 Aaron HillFix merge conflicts
2018-02-18 Aaron HillGenerate documentation for auto-trait impls
2018-02-18 borsAuto merge of #48322 - GuillaumeGomez:rollup, r=Guillau...
2018-02-18 Corey FarwellMark doc examples w/ `extern` blocks as `ignore`.
2018-02-18 Guillaume GomezRollup merge of #48312 - frewsxcv:frewsxcv-section...
2018-02-18 Guillaume GomezRollup merge of #48282 - Centril:spelling-fix/iter...
2018-02-18 Guillaume GomezRollup merge of #48275 - matthiaskrgr:codespell, r...
2018-02-18 Guillaume GomezRollup merge of #48274 - GuillaumeGomez:remove-hoedown...
2018-02-18 Guillaume GomezRollup merge of #48273 - alercah:file-warning, r=joshtr...
2018-02-18 Guillaume GomezRollup merge of #48194 - GuillaumeGomez:doc-test-comman...
2018-02-18 borsAuto merge of #47687 - SimonSapin:panic-impl, r=sfackler
2018-02-18 borsAuto merge of #47544 - U007D:master, r=nikomatsakis
2018-02-18 csmoefix tyvar_behind_raw_pointer error code
2018-02-18 Corey FarwellFix broken documentation link.
2018-02-18 Corey FarwellUnify 'Platform-specific behavior' documentation headings.
2018-02-17 QuietMisdreavusfix E0260 error index doctest
2018-02-17 QuietMisdreavusmove manual "extern crate" statements outside auto...
2018-02-17 Guillaume GomezRemove useless comment
2018-02-17 borsAuto merge of #47408 - eddyb:deref-danger, r=nikomatsakis
2018-02-17 Guillaume GomezFix unstable book
2018-02-17 Matthias Krügerfix more typos found by codespell.
2018-02-17 Guillaume GomezAdd command to launch only doc tests
2018-02-17 Guillaume GomezUpdate to last repository version
2018-02-17 Seiichi UchidaRevert unintentional submodule updates
2018-02-17 Seiichi UchidaFix up tests and typos
2018-02-17 Seiichi UchidaReplace dummy spans with empty spans
2018-02-17 Seiichi UchidaChange ast::Visibility to Spanned type
2018-02-17 Seiichi UchidaAdd a span field to Visibility::Restricted
2018-02-17 Seiichi UchidaAdd a closing parenthesis to the span of Visibility...
2018-02-17 borsAuto merge of #48294 - GuillaumeGomez:rollup, r=Guillau...
2018-02-17 moeMerge branch 'master' into inform_type_annotations
2018-02-17 csmoefix stderr
2018-02-17 Alexis HuntWording fixes from review for File.
2018-02-17 Guillaume GomezRollup merge of #48286 - SergioBenitez:master, r=BurntSushi
2018-02-17 Guillaume GomezRollup merge of #48284 - crawford:string, r=sfackler
2018-02-17 Guillaume GomezRollup merge of #48260 - dns2utf8:add_link_to_yield...
2018-02-17 Guillaume GomezRollup merge of #48243 - rust-lang:steveklabnik-patch...
2018-02-17 Guillaume GomezRollup merge of #48239 - GuillaumeGomez:fix-condvar...
2018-02-17 Guillaume GomezRollup merge of #48234 - zombiezen:patch-1, r=steveklabnik
2018-02-17 Guillaume GomezRollup merge of #48152 - antoyo:primitive-docs-relevant...
2018-02-17 Guillaume GomezRollup merge of #48095 - QuietMisdreavus:doctest-assemb...
next