]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 penpalpersonAdded error-format flag to x.py.
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 Vadim PetrochenkovRemove directory `src/rt`
2018-02-24 Dale WijnandFix capitalisation in Path#file_name's docs
2018-02-24 borsAuto merge of #48476 - Manishearth:rollup, r=Manishearth
2018-02-24 Bryan DreweryWorkaround abort(2) on compilation error on FreeBSD.
2018-02-24 borsAuto merge of #48487 - Mark-Simulacrum:appveyor-split...
2018-02-24 Guillaume GomezFix auto trait impl rustdoc ice
2018-02-24 John Paul Adrian... test: Fix s390x-unknown-linux-gnu atomic-lock-free...
2018-02-24 Vadim PetrochenkovImplement multiple patterns with `|` in `if let` and...
2018-02-24 John Paul Adrian... bootstrap: Add openssl configuration for x86_64-unknown...
2018-02-23 varkorHandle gdb command failure gracefully in compiletest
2018-02-23 Mark SimulacrumSplit MinGW tests into two builders on AppVeyor
2018-02-23 varkorBad tags are unreachable
2018-02-23 Manish GoregaokarAdd test
2018-02-23 Manish GoregaokarSilence warning in test
2018-02-23 Manish Goregaokarparse `dyn (Foo)` as a trait object
2018-02-23 Mark MansiStart moving to the rustc guide!
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 Pietro AlbiniReport non-standard compile flags on ICE
2018-02-23 John Paul Adrian... Add sparc-unknown-linux-gnu target
2018-02-23 John Paul Adrian... librustc_back: Add support for sparc-linux-gnu
2018-02-23 Manish GoregaokarUpdate Clippy
2018-02-23 Manish Goregaokarspan_bug doesn't work well at this stage, use the sessi...
2018-02-23 Manish GoregaokarLint bare traits
2018-02-23 Manish GoregaokarAdd ability for hardwired lints to operate on the diagn...
2018-02-23 Manish GoregaokarAdd hardwired lint for dyn trait
2018-02-23 Manish GoregaokarAllow future-incompat lints to mention an epoch
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 John Paul Adrian... bootstrap: Add openssl configuration for sparc-unknown...
2018-02-23 John Paul Adrian... bootstrap: Add missing cputype matching for sparc
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 varkorIntroduce UnpackedKind
2018-02-23 Corey FarwellStabilize [T]::rotate_{left,right}
2018-02-23 Niko Matsakisadd test for `fn main() -> !`
2018-02-23 Niko Matsakishandle `#[bench]` functions better
2018-02-23 Niko Matsakisreset default binding mode when we pass through a ...
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 Manish GoregaokarAdd ToString and FromStr impls for Epoch
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 Jeremy FitzhardingeImplement --remap-path-prefix
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 Vadim PetrochenkovFix parsing of extern paths in types and poly-traits
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-22 QuietMisdreavusadd test for issue 48414 ICE
2018-02-22 QuietMisdreavusproper early-bail condition
2018-02-22 Niko Matsakisadd `unwind_attributes` feature
2018-02-22 QuietMisdreavustrack extern traits being inlined
2018-02-21 QuietMisdreavusmanually release `cx.external_traits` while building...
next