]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-05-30 Jan NiehusmannARMv5 needs +strict-align
2017-05-30 borsAuto merge of #42311 - bjorn3:patch-1, r=frewsxcv
2017-05-30 bjorn3Syntax highlight all rust code in librustc/traits/README.md
2017-05-30 borsAuto merge of #42283 - Mark-Simulacrum:issue-40341...
2017-05-30 borsAuto merge of #42282 - Mark-Simulacrum:issue-40342...
2017-05-30 borsAuto merge of #42180 - GuillaumeGomez:update-rustdoc...
2017-05-29 borsAuto merge of #42264 - GuillaumeGomez:new-error-codes...
2017-05-29 borsAuto merge of #42214 - RalfJung:rust-src, r=alexcrichton
2017-05-29 borsAuto merge of #42192 - michaelwoerister:no_deptracking_...
2017-05-29 borsAuto merge of #41856 - qnighy:prohibit-parenthesized...
2017-05-29 Michael WoeristerRemove DepGraph::write() and its callers.
2017-05-29 borsAuto merge of #42262 - Mark-Simulacrum:issue-40350...
2017-05-29 Guillaume GomezUpdate rustdoc man page
2017-05-29 Ralf Jungrust-src: include everything needed to compile libstd...
2017-05-29 borsAuto merge of #42246 - alexcrichton:update-cargo, r...
2017-05-28 borsAuto merge of #42218 - venkatagiri:update_cross, r...
2017-05-28 Mark SimulacrumAdd note regarding parent module containing use statement.
2017-05-28 Alex CrichtonUpdated locked version of libgit2
2017-05-28 borsAuto merge of #42175 - michaelwoerister:filemap-hashing...
2017-05-28 borsAuto merge of #42167 - scottmcm:iter-stepby-sizehint...
2017-05-28 Mark SimulacrumDon't warn on lifetime generic no_mangle functions.
2017-05-28 borsAuto merge of #41917 - arielb1:mir-array, r=nagisa
2017-05-28 borsAuto merge of #42276 - Mark-Simulacrum:rollup, r=Mark...
2017-05-28 Ariel Ben-Yehudafix translation of MSVC funclets that loop to their...
2017-05-28 Ariel Ben-Yehudaincrease macro recursion limit
2017-05-28 Ariel Ben-Yehudause a pointer-based array drop loop for non-zero-sized...
2017-05-28 Ariel Ben-Yehudafix loops in unwind code in MSVC
2017-05-28 Ariel Ben-Yehudafix RUST_LOG ICE caused by printing a default impl...
2017-05-28 Ariel Ben-Yehudaadd NullOp::SizeOf and BinOp::Offset
2017-05-28 Ariel Ben-Yehudause Eq instead of Lt in loop
2017-05-28 Ariel Ben-Yehudamove "ADT master drop flag" logic to `open_drop_for_adt...
2017-05-28 Ariel Ben-Yehudaaddress review comments
2017-05-28 Ariel Ben-Yehudarefactor trans::mir::block to trans all calls through...
2017-05-28 Ariel Ben-Yehudatranslate array drop glue using MIR
2017-05-28 Mark SimulacrumRollup merge of #42266 - rkruppe:clean-trans-api, r...
2017-05-28 Mark SimulacrumRollup merge of #42260 - stjepang:document-cmp-traits...
2017-05-28 Mark SimulacrumRollup merge of #42251 - nikomatsakis:issue-42210-regr...
2017-05-28 Mark SimulacrumRollup merge of #42249 - Mark-Simulacrum:issue-40244...
2017-05-28 Mark SimulacrumRollup merge of #42217 - venkatagiri:issue_39974, r...
2017-05-28 Mark SimulacrumRollup merge of #42207 - Nashenas88:remove_fragment_inf...
2017-05-27 borsAuto merge of #42162 - est31:closure-to-fn-coercion...
2017-05-27 borsAuto merge of #42137 - nical:doc-clone, r=BurntSushi
2017-05-27 Guillaume GomezAdd invalid unary operator usage error code
2017-05-27 Robin KruppeRemove trans-internal re-exports of rustc modules
2017-05-27 Robin KruppeReduce API surface of rustc_trans
2017-05-27 Mark SimulacrumFix ICE on inner enum in missing docs lint.
2017-05-27 Guillaume GomezAdd new error codes and update tests
2017-05-27 borsAuto merge of #42103 - jorendorff:master, r=estebank
2017-05-27 Stjepan GlavinaDocs: impls of PartialEq/PartialOrd/Ord must agree
2017-05-27 Guillaume GomezAdd new error codes
2017-05-27 Mark SimulacrumAllow variadic functions with cdecl calling convention.
2017-05-27 borsAuto merge of #42109 - Keruspe:master, r=alexcrichton
2017-05-27 borsAuto merge of #42068 - petrochenkov:ustab, r=nikomatsakis
2017-05-26 Vadim PetrochenkovStabilize unions with `Copy` fields and no destructor
2017-05-26 Niko Matsakisextend `struct_tail` to operate over closures
2017-05-26 borsAuto merge of #42081 - ishitatsuyuki:submodule-better...
2017-05-26 Venkata Giri... ci: move musl install into their own scripts
2017-05-26 borsAuto merge of #42245 - frewsxcv:rollup, r=frewsxcv
2017-05-26 Corey FarwellRollup merge of #42241 - king6cong:master, r=steveklabnik
2017-05-26 Corey FarwellRollup merge of #42236 - citizen428:docs/unchecked...
2017-05-26 Corey FarwellRollup merge of #42230 - venkatagiri:ice_regression_tes...
2017-05-26 Corey FarwellRollup merge of #42224 - brson:lockfile, r=nikomatsakis
2017-05-26 Corey FarwellRollup merge of #42216 - charliesome:associate-type...
2017-05-26 Corey FarwellRollup merge of #42215 - callahad:remove-superfluous...
2017-05-26 Corey FarwellRollup merge of #42169 - scottmcm:new-step-trait-issue...
2017-05-26 Masaki HaraAdd warning cycle #42238.
2017-05-26 borsAuto merge of #42014 - tbu-:pr_scan_not_fused, r=alexcr...
2017-05-26 king6congdoc rewording
2017-05-26 borsAuto merge of #42083 - petrochenkov:safeassign, r=nikom...
2017-05-26 Michael KohlUpdate documentation for indexing/slicing methods
2017-05-26 borsAuto merge of #42058 - froydnj:thiscall-support, r...
2017-05-26 Venkata Giri... regression test for #37550
2017-05-26 Venkata Giri... regression test for #37665
2017-05-25 borsAuto merge of #40847 - jseyfried:decl_macro, r=nrc
2017-05-25 Venkata Giri... regression test for #38160
2017-05-25 Venkata Giri... regression test for #39362
2017-05-25 Jeffrey SeyfriedFix merge conflicts.
2017-05-25 Venkata Giri... regression test for #38954
2017-05-25 Venkata Giri... regression test for #36379
2017-05-25 borsAuto merge of #42220 - alexcrichton:update, r=brson
2017-05-25 Brian AndersonRemove stray lockfile
2017-05-25 Venkata Giri... regression test for #39974
2017-05-25 Alex CrichtonUpdate OpenSSL download location
2017-05-25 borsAuto merge of #42052 - kennytm:fix-42007-ice-on-decode...
2017-05-25 Paul FariaRemove irrelevant tests and unused testing attribute
2017-05-25 borsAuto merge of #41932 - wesleywiser:py-to-rust, r=alexcr...
2017-05-25 est31Stabilize non capturing closure to fn coercion
2017-05-25 Vadim PetrochenkovUse parameter environment associated with field use...
2017-05-25 borsAuto merge of #41145 - matthewjasper:stabilize-relaxed...
2017-05-25 Venkata Giri... use shared scripts for init and sccache in cross image
2017-05-25 Vadim PetrochenkovMake assignments to `Copy` union fields safe
2017-05-25 Jeffrey SeyfriedIgnore pretty.
2017-05-25 Jeffrey SeyfriedImprove `Self`.
2017-05-25 Jeffrey SeyfriedAdd tests.
2017-05-25 Jeffrey SeyfriedImprove intercrate hygiene.
2017-05-25 Jeffrey SeyfriedImprove efficiency.
2017-05-25 Jeffrey SeyfriedHygienize lifetimes.
2017-05-25 Jeffrey SeyfriedHygienize `librustc_privacy`.
2017-05-25 Jeffrey SeyfriedHygienize `librustc_typeck`.
2017-05-25 Jeffrey SeyfriedHygienize `librustc_resolve`.
next