]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-04-15 borsAuto merge of #32972 - alexcrichton:cargotest, r=brson
2016-04-15 Alex Crichtoncargotest: Put output in build directory
2016-04-15 borsAuto merge of #32915 - dtolnay:rawptr, r=nrc
2016-04-15 borsAuto merge of #32895 - alexcrichton:rustbuild-beta...
2016-04-15 borsAuto merge of #32851 - apasel422:spec-extend, r=alexcri...
2016-04-15 borsAuto merge of #32693 - kamalmarhubi:binary_search_by_ke...
2016-04-15 borsAuto merge of #32317 - taralx:master, r=alexcrichton
2016-04-14 borsAuto merge of #32960 - steveklabnik:rollup, r=steveklabnik
2016-04-14 JP SugarbroadDeduplicate libraries on hash instead of filename.
2016-04-14 borsAuto merge of #32940 - birkenfeld:patch-3, r=alexcrichton
2016-04-14 Steve KlabnikRollup merge of #32941 - bungcip:fix-doc-1, r=alexcrichton
2016-04-14 Steve KlabnikRollup merge of #32940 - birkenfeld:patch-3, r=alexcrichton
2016-04-14 Steve KlabnikRollup merge of #32937 - deepak:gh-issue-32936-remove...
2016-04-14 Steve KlabnikRollup merge of #32932 - Manishearth:fx-mir, r=bluss
2016-04-14 Steve KlabnikRollup merge of #32894 - brson:fixbeta, r=alexcrichton
2016-04-14 Steve KlabnikRollup merge of #32893 - khernyo:clarify-try-doc, r...
2016-04-14 Steve KlabnikRollup merge of #32885 - rkjnsn:patch-2, r=alexcrichton
2016-04-14 Steve KlabnikRollup merge of #32884 - brson:bump, r=alexcrichton
2016-04-14 Steve KlabnikRollup merge of #32876 - dhuseby:freebsd_32_snap_235d77...
2016-04-14 Steve KlabnikRollup merge of #32869 - bluss:char-boundary-test,...
2016-04-14 Steve KlabnikRollup merge of #32868 - kraai:remove-comma, r=Guillaum...
2016-04-14 Steve KlabnikRollup merge of #32865 - caipre:llvm-ninja, r=alexcrichton
2016-04-14 Steve KlabnikRollup merge of #32856 - cardoe:target-spec-path, r...
2016-04-14 Steve KlabnikRollup merge of #32855 - troplin:take-bufread-fix,...
2016-04-14 Steve KlabnikRollup merge of #32646 - Ms2ger:Constructor, r=sanxiyn
2016-04-14 David TolnayImprove message for raw pointer missing mut and const
2016-04-14 borsAuto merge of #32908 - oli-obk:hygienic_derive_encodabl...
2016-04-14 borsAuto merge of #32892 - brson:relnotes19, r=alexcrichton
2016-04-14 Andrew PaseltinerSpecialize `Extend` to `append` for `{LinkedList, Vec}`
2016-04-14 borsAuto merge of #32883 - sanxiyn:nameless-defkey, r=arielb1
2016-04-14 borsAuto merge of #32718 - timonvo:bootstrap-skip-docs...
2016-04-14 borsAuto merge of #32877 - oli-obk:const_err_multi, r=arielb1
2016-04-14 Timon Van Overveldtrustbuild: Skip generating docs if the config disables...
2016-04-14 borsAuto merge of #32944 - alexcrichton:add-to-gitignore...
2016-04-14 Alex CrichtonAdd /obj/ to .gitignore
2016-04-13 borsAuto merge of #32592 - tbu-:pr_range_from_overflow...
2016-04-13 Gigih Aji Ibrahimfix str::split_at_mut() example
2016-04-13 borsAuto merge of #32780 - soltanmm:consider-the-following...
2016-04-13 Tobias BucherAdd a note about overflowing in the `RangeFrom` iterator
2016-04-13 Georg BrandlFix a typo and add a missing word
2016-04-13 Deepak KannanDoc fix: Do not mention next project in book/guessing...
2016-04-13 Masood MalekghassemiFix obscure compilation error
2016-04-13 borsAuto merge of #32828 - vadimcn:symlinks, r=alexcrichton
2016-04-13 borsAuto merge of #32817 - jseyfried:warn_impl_param_defaul...
2016-04-13 Manish GoregaokarMake librustc_mir pass rustdoc --test
2016-04-13 Manish GoregaokarMake librustc_mir pass rustdoc
2016-04-13 borsAuto merge of #32726 - asomers:master, r=alexcrichton
2016-04-13 borsAuto merge of #32814 - jseyfried:improve_duplicate_glob...
2016-04-13 borsAuto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakis
2016-04-12 borsAuto merge of #32590 - alexcrichton:rustbuild-tidy...
2016-04-12 Alex Crichtontidy: Add a check to ensure Cargo.toml is in sync
2016-04-12 Brian AndersonRelease notes for 1.9
2016-04-12 David TolnayBare raw pointers have been disallowed forever
2016-04-12 borsAuto merge of #31963 - barosl:rename-doc, r=alexcrichton
2016-04-12 Alex Crichtonrustbuild: Migrate tidy checks to Rust
2016-04-12 Kamal Marhubicollections: Add slice::binary_search_by_key
2016-04-12 borsAuto merge of #32811 - alexcrichton:check-lints, r=nrc
2016-04-12 Oliver Schneiderprevent other `encode` methods from breaking `derive...
2016-04-12 borsAuto merge of #32804 - alexcrichton:stabilize-1.9,...
2016-04-12 Barosl LeeDescribe more platform-specific behaviors of `std:...
2016-04-12 borsAuto merge of #32711 - marcusklaas:try-shorthand-span...
2016-04-12 Alex Crichtonrustbuild: Fix handling of the bootstrap key
2016-04-12 Brian AndersonFix beta branch
2016-04-11 Szabolcs BereczClarify try! doc example
2016-04-11 borsAuto merge of #32882 - steveklabnik:rollup, r=steveklabnik
2016-04-11 Jeffrey SeyfriedAdd regression test for #32797 (fixes #32797)
2016-04-11 Marcus KlaasFix the span for try shorthand expressions
2016-04-11 rkjnsnFix conflicting link identifiers
2016-04-11 Jeffrey SeyfriedAdd comments
2016-04-11 Brian AndersonBump to 1.10
2016-04-11 Eduard Burtescutests: update for MIR debuginfo.
2016-04-11 Eduard Burtescutrans: initial implementation of MIR debuginfo.
2016-04-11 Eduard Burtescumir: store the span of a scope in the ScopeData.
2016-04-11 Eduard Burtescutrans: use DefKey directly in debuginfo for paths.
2016-04-11 Eduard Burtescutrans: pass essential information from trans_closure...
2016-04-11 Eduard Burtescutrans: use Instance in trans_closure and FunctionContex...
2016-04-11 Eduard Burtescumir: print the scope and span for variables.
2016-04-11 Seo SanghyeonDo not encode name when encoding DefKey
2016-04-11 Alex Crichtonrustdoc: Fix testing no_run code blocks
2016-04-11 Alex Crichtonstd: Stabilize APIs for the 1.9 release
2016-04-11 Steve KlabnikRollup merge of #32873 - jethrogb:patch-2, r=steveklabnik
2016-04-11 Steve KlabnikRollup merge of #32870 - jethrogb:patch-1, r=GuillaumeGomez
2016-04-11 Steve KlabnikRollup merge of #32862 - raphlinus:master, r=bluss
2016-04-11 Steve KlabnikRollup merge of #32854 - GuillaumeGomez:result_doc...
2016-04-11 Steve KlabnikRollup merge of #32849 - jseyfried:import_resolution_di...
2016-04-11 Steve KlabnikRollup merge of #32823 - pravic:target-json, r=alexcrichton
2016-04-11 Steve KlabnikRollup merge of #32815 - allonsy:master, r=GuillaumeGomez
2016-04-11 Steve KlabnikRollup merge of #32802 - nikomatsakis:issue-32505,...
2016-04-11 Steve KlabnikRollup merge of #32768 - GuillaumeGomez:slice_doc,...
2016-04-11 borsAuto merge of #32850 - jseyfried:add_tests, r=alexcrichton
2016-04-11 borsAuto merge of #32880 - Manishearth:fix, r=GuillaumeGomez
2016-04-11 Manish GoregaokarTibet does not have a space program. Peru does.
2016-04-11 Manish GoregaokarReview fixes for #32878 (which was accidentally merged)
2016-04-11 Guillaume GomezAdd E0520 error code explanation
2016-04-11 Oliver Schneiderdon't report errors in constants at every use site
2016-04-11 Dave Husebyi386-unknown-freebsd snap 235d774
2016-04-11 jethrogbMatch signed/unsigned integer type docs
2016-04-11 borsAuto merge of #32806 - brson:fix-features, r=alexcrichton
2016-04-10 borsAuto merge of #32816 - eddyb:variadic-fn-item, r=Aatch
2016-04-10 jethrogbFix Windows UNC paths in std::path docs
next