]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-02-24 Manish GoregaokarRollup merge of #48246 - estebank:ice, r=nikomatsakis
2018-02-24 Manish GoregaokarRollup merge of #48232 - fpoli:master, r=pnkfelix
2018-02-24 Manish GoregaokarRollup merge of #48206 - michaelwoerister:colors-array...
2018-02-24 Manish GoregaokarRollup merge of #48185 - michaelwoerister:recursive...
2018-02-24 Manish GoregaokarRollup merge of #48143 - nikomatsakis:termination_trait...
2018-02-24 Manish GoregaokarRollup merge of #48084 - cramertj:impl-trait-errors...
2018-02-24 Manish GoregaokarRollup merge of #47987 - Zoxc:rm-recursion-checking...
2018-02-24 borsAuto merge of #48476 - Manishearth:rollup, r=Manishearth
2018-02-24 borsAuto merge of #48487 - Mark-Simulacrum:appveyor-split...
2018-02-23 Mark SimulacrumSplit MinGW tests into two builders on AppVeyor
2018-02-23 Manish GoregaokarRollup merge of #48472 - Manishearth:clippyup, r=oli-obk
2018-02-23 Manish GoregaokarRollup merge of #48438 - mbrubeck:docs, r=TimNN
2018-02-23 Manish GoregaokarRollup merge of #48436 - adeschamps:string-doc-fix...
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 Manish GoregaokarUpdate Clippy
2018-02-23 Niko Matsakisre-export `assert_test_result` for use when testing...
2018-02-23 Niko Matsakisupdate test -- we now give a slightly different error
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 Niko Matsakismove test to the proper directory and test #[bench]
2018-02-23 Niko Matsakisdelete this test file: it also appears as
2018-02-23 Niko Matsakisadd test for `fn main() -> !`
2018-02-23 Niko Matsakishandle `#[bench]` functions better
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 Niko Matsakisremove tokenstream
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 Niko Matsakismove Termination trait to std::process
2018-02-22 Niko Matsakisput the "unit test" logic into libtest
2018-02-22 Niko Matsakisbegin crate-relative paths with `crate`
2018-02-22 Niko Matsakissupport unit tests with return values that implement...
2018-02-22 Matt Brubeck[docs] Minor wording changes to drain_filter docs
2018-02-22 Anthony DeschampsSmall grammar fix to docs for String::new().
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.
next