]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-02-24 Manish GoregaokarRollup merge of #48404 - steveklabnik:second-edition...
2018-02-24 Manish GoregaokarRollup merge of #48392 - estebank:string, r=petrochenkov
2018-02-24 Manish GoregaokarRollup merge of #48386 - withoutboats:nonstandard-style...
2018-02-24 Manish GoregaokarRollup merge of #48296 - ishitatsuyuki:exp-unblow,...
2018-02-24 Manish GoregaokarRollup merge of #48197 - bobtwinkles:two_phase_borrow_o...
2018-02-24 Manish GoregaokarRollup merge of #48110 - Centril:stabilize/box_leak...
2018-02-24 Manish GoregaokarRollup merge of #47689 - davidtwco:issue-45157, r=nikom...
2018-02-24 borsAuto merge of #48510 - Manishearth:rollup, r=Manishearth
2018-02-24 Manish GoregaokarRollup merge of #48061 - nikomatsakis:nll-do-not-run...
2018-02-24 Manish GoregaokarRollup merge of #48402 - eddyb:y-u-no-inline, r=nikomat...
2018-02-24 Manish GoregaokarRollup merge of #48356 - estebank:unsafe-without-braces...
2018-02-24 Manish GoregaokarRollup merge of #48353 - michaelwoerister:monoitem...
2018-02-24 Manish GoregaokarRollup merge of #48317 - ExpHP:unused-unsafe-is-no...
2018-02-24 Manish GoregaokarRollup merge of #48258 - nrc:save-proc-nested, r=eddyb
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 Matsakisexplain why we don't need to run type-checker when...
2018-02-23 Niko Matsakisupdate tests and reference files
2018-02-23 Niko Matsakisdo not run MIR type checker twice
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-22 Tatsuyuki Ishiimpl_or_trait_obligations: deduplicate obligations
2018-02-22 Tatsuyuki IshiFix exponential blowup on nested types
2018-02-22 Tatsuyuki IshiRemove needless dedup from projection
2018-02-22 Tatsuyuki IshiRevert "Implement Ord as necessary"
2018-02-21 steveklabnikUpdate the book to promote second edition
2018-02-21 Eduard-Mihai... rustc_data_structures: add missing #[inline].
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-21 Esteban KüberHandle custom diagnostic for `&str + String`
2018-02-20 boatsFix internal references to bad_style in test code.
2018-02-20 boatsFix filepath in lint test.
2018-02-20 boatsFix carets.
2018-02-20 boatsAdd nonstandard_style alias for bad_style.
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 Esteban KüberWhen encountering invalid token after `unsafe`, mention `{`
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
next