]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-12 Jorge Aparicioadd test for issue #20575
2015-01-12 borsauto merge of #20894 : swgillespie/rust/emacs-issue...
2015-01-12 borsauto merge of #20789 : nikomatsakis/rust/issue-20765...
2015-01-12 Niko MatsakisNormalize bounds that we extract from where clauses...
2015-01-12 borsauto merge of #20942 : nagisa/rust/shrl-impls, r=nikoma...
2015-01-12 borsauto merge of #19870 : mdinger/rust/align_error, r...
2015-01-12 borsauto merge of #20917 : nick29581/rust/plugins, r=huonw
2015-01-12 mdingerFix testsuite errors
2015-01-12 mdingerImplement multi-line errors
2015-01-12 mdingerBacktick nits
2015-01-12 borsauto merge of #20889 : Manishearth/rust/trait-error...
2015-01-12 borsauto merge of #20897 : barosl/rust/no-type-for-node...
2015-01-12 borsMerge pull request #20968 from estsauver/20762
2015-01-12 borsMerge pull request #20966 from Valloric/ownership-fix
2015-01-12 borsMerge pull request #20956 from angst7/docfixes1
2015-01-12 borsMerge pull request #20934 from tomjakubowski/patch-1
2015-01-12 borsMerge pull request #20933 from gifnksm/patch-1
2015-01-12 borsMerge pull request #20930 from charmeleon/master
2015-01-12 borsMerge pull request #20926 from xnil/patch-1
2015-01-12 borsMerge pull request #20920 from piyo/issue-20853
2015-01-12 borsMerge pull request #20915 from csouth3/hash-iters
2015-01-12 borsMerge pull request #20905 from akiss77/pr-morestack-plt
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-12 borsMerge pull request #20902 from stevencrockett/master
2015-01-12 borsMerge pull request #20899 from TeXitoi/fix-shootout...
2015-01-12 borsMerge pull request #20898 from sebras/trpl
2015-01-12 borsMerge pull request #20895 from adregan/master
2015-01-12 borsMerge pull request #20883 from apreiml/master
2015-01-12 borsMerge pull request #20881 from brookst/master
2015-01-12 borsMerge pull request #20877 from killercup/patch-4
2015-01-12 borsMerge pull request #20820 from sellibitze/closure-doc
2015-01-12 borsMerge pull request #20415 from eddyb/unify-expected...
2015-01-11 Nick CameronMake the compilation process more easily customisable
2015-01-11 borsauto merge of #20935 : dotdash/rust/cpu_x86-64, r=luqmana
2015-01-11 Earl St SauverFix sentence fragment in librustc README
2015-01-11 Strahinja Val... Fixing integer usage in ownership doc
2015-01-11 Manish Goregaokardocs
2015-01-11 Eduard Burtescutests: update some compile-fail tests for the new behav...
2015-01-11 Eduard Burtescurustc_typeck: unify expected return types with formal...
2015-01-11 Eduard Burtescurustc_typeck: don't use double indirection to Expr...
2015-01-11 Eduard Burtescurustc_typeck: make Expectation more composable by repla...
2015-01-11 Matt Rochereplace deprecated uint references with u32
2015-01-11 borsauto merge of #20406 : TimDumol/rust/dlist-append-split...
2015-01-11 Manish GoregaokarFeature gate #[rustc_on_unimplemented]
2015-01-11 borsauto merge of #20910 : sfackler/rust/show-impls, r...
2015-01-11 Erick RivasMerge remote-tracking branch 'rust/master'
2015-01-11 Erick RivasMerge branch 'master' of git://github.com/rust-lang...
2015-01-11 Manish GoregaokarRename #[on_unimplemented] -> #[rustc_on_unimplemented]
2015-01-11 Tim BrooksRemove range function
2015-01-11 Tim BrooksRemove old number literal suffixes from Vim syntax
2015-01-11 borsauto merge of #20865 : killercup/rust/patch-3, r=alexcr...
2015-01-11 Simonas KazlauskasAllow any integral to be used as Shr and Shl RHS
2015-01-11 Manish GoregaokarMove error to typeck::check
2015-01-11 borsauto merge of #20859 : mahkoh/rust/as_mut_vec, r=nikoma...
2015-01-11 Björn SteinbrinkDefault to "x86-64" as the target cpu for x86_64 builds
2015-01-11 Manish GoregaokarMake errors allow for cross-crate issues
2015-01-11 Barosl LeePermit node types to be missing if type errors occurred...
2015-01-11 Tom JakubowskiEscape a leading # in a doc comment
2015-01-11 borsauto merge of #20925 : alexcrichton/rust/more-flaky...
2015-01-11 NAKASHIMA,... `cargo build` doesn't run the executables
2015-01-11 Erick RivasSwitching out range(0,10) example to 0..10. Tests fine
2015-01-11 Alex Crichtontest: Use Thread::scoped in two more tests
2015-01-11 borsauto merge of #20755 : dotdash/rust/fca, r=Aatch
2015-01-11 Carter HinsleyCorrect romanization of さようなら
2015-01-11 Manish GoregaokarAdd lint and test for malformed but unused #[on_unimple...
2015-01-11 Manish GoregaokarAdd ability to attach custom #[on_unimplemented] error...
2015-01-11 Clifford CaoileGive mmap a page-aligned stack start address
2015-01-11 Chase SouthwoodAdd ExactSizeIterator impls for Hash{Map, Set, Table}
2015-01-11 Steven FacklerImplement Show for types in std::io::{buffered,util}
2015-01-11 Björn SteinbrinkPass small fixed-size arrays as immediates
2015-01-11 Björn SteinbrinkAvoid loads/stores of first class aggregates
2015-01-11 Akos KissFix: GNU AArch64 assembler does not like @plt symbol...
2015-01-11 Nathaniel TheisFix dead link (s/task/thread/)
2015-01-10 Steven Crockettreference: Made a number of small gramatical fixes...
2015-01-10 borsMerge pull request #20887 from TeXitoi/improve-shootout...
2015-01-10 Guillaume Pinotfix shootout-threadring.rs
2015-01-10 Sebastian RasmussenCosmetic updates to TRPL text
2015-01-10 Duncan ReganUpdates fixed-size suffix
2015-01-10 Guillaume PinotImprovement of shootout-binarytrees.rs
2015-01-10 Armin PreimlUpdate 7.2.9 Array expressions
2015-01-10 borsauto merge of #20869 : nikomatsakis/rust/issue-18875...
2015-01-10 Julian Orthadd inline to every String function
2015-01-10 Pascal HertleifAdd Line Break to Robert Burns Quote
2015-01-10 borsMerge pull request #20851 from englishm/patch-1
2015-01-10 borsMerge pull request #20849 from scode/scode/fix-book...
2015-01-10 borsMerge pull request #20833 from nstoddard/master
2015-01-10 borsMerge pull request #20819 from GuillaumeGomez/master
2015-01-10 borsMerge pull request #20818 from rgs1/fix-guide
2015-01-10 borsMerge pull request #20817 from killercup/patch-2
2015-01-10 borsMerge pull request #20808 from Manishearth/span_fix
2015-01-10 borsMerge pull request #20771 from Kimundi/vec-macro-repeat
2015-01-10 Niko MatsakisFeature-gate `<>` syntax used with `Fn`. Fixes #18875.
2015-01-10 borsauto merge of #20839 : alexcrichton/rust/missing-stabil...
2015-01-10 Pascal HertleifFix `playpen.js` errors on `pre`s without IDs
2015-01-10 borsauto merge of #20837 : huonw/rust/remove-unused-lifetim...
2015-01-10 borsauto merge of #20794 : sfackler/rust/trailing-attrs...
2015-01-10 Sean GillespieMark _ as a word constituent to avoid highlighting...
2015-01-10 Mike EnglishShould be `assert_eq!` not `assert_eq`
2015-01-10 Peter SchullerFix typo in documentation.
2015-01-10 borsauto merge of #20802 : huonw/rust/book-css, r=steveklabnik
next