]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-02 Guillaume GomezAdd E0603 error code
2017-06-01 borsAuto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
2017-06-01 borsAuto merge of #42263 - alexcrichton:fix-copies, r=Mark...
2017-06-01 Eduard-Mihai... tests: fix fallout from changing the span of binop...
2017-06-01 Eduard-Mihai... tests: fix fallout from empowering unused_allocation...
2017-06-01 Eduard-Mihai... rustc: adjust the RHS of comparison operators instead...
2017-06-01 Eduard-Mihai... rustc: decompose Adjustment into a vector of adjustment...
2017-06-01 Eduard-Mihai... rustc: move autoref and unsize from Adjust::DerefRef...
2017-06-01 Eduard-Mihai... rustc: replace autoderefs' use of MethodCallee with...
2017-06-01 Eduard-Mihai... rustc: remove unused TypeFolder methods.
2017-06-01 Eduard-Mihai... rustc: replace method_map with Def::Method and node_sub...
2017-06-01 Eduard-Mihai... rustc: remove unnecessary ItemSubsts wrapper.
2017-06-01 Eduard-Mihai... rustc: avoid using MethodCallee's signature where possible.
2017-06-01 Eduard-Mihai... rustc: replace TyFnDef in MethodCallee with just the...
2017-06-01 Eduard-Mihai... rustc: keep overloaded autoderef MethodCallee's in...
2017-06-01 Eduard-Mihai... rustc: remove unused field of mc::Categorization::Deref.
2017-06-01 Eduard-Mihai... rustc: remove Copy from Adjustment and Adjust.
2017-06-01 borsAuto merge of #42348 - frewsxcv:rollup, r=frewsxcv
2017-06-01 Corey FarwellRollup merge of #42347 - frewsxcv:frewsxcv/improve...
2017-06-01 Corey FarwellRollup merge of #42324 - seanmonstar:41323-compare_cons...
2017-06-01 Corey FarwellRollup merge of #42314 - jannic:patch-1, r=japaric
2017-06-01 Corey FarwellRollup merge of #42306 - efyang:rls-packaging, r=alexcr...
2017-06-01 Corey FarwellRollup merge of #42302 - GuillaumeGomez:new-error-codes...
2017-06-01 Corey FarwellRollup merge of #42297 - tschottdorf:proj-ty, r=nikomat...
2017-06-01 Corey FarwellRollup merge of #42286 - ollie27:rustdoc_assoc_const...
2017-06-01 Corey FarwellRollup merge of #42275 - scottmcm:try-trait, r=nikomatsakis
2017-06-01 Corey FarwellRollup merge of #42136 - petrochenkov:oldhard, r=nikoma...
2017-06-01 Corey FarwellRewrite doc examples for `Receiver::recv_timeout`.
2017-05-31 borsAuto merge of #42336 - Mark-Simulacrum:rollup, r=Mark...
2017-05-31 Oliver Middletonrustdoc: Cleanup associated const value rendering
2017-05-31 Mark SimulacrumRollup merge of #42330 - qnighy:macro-named-default...
2017-05-31 Mark SimulacrumRollup merge of #42329 - rap2hpoutre:patch-6, r=stevekl...
2017-05-31 Mark SimulacrumRollup merge of #42315 - scottmcm:rangefrom-sizehint...
2017-05-31 Mark SimulacrumRollup merge of #42277 - citizen428:remove-crate-type...
2017-05-31 Mark SimulacrumRollup merge of #42252 - stjepang:clarify-alignof-docs...
2017-05-31 Mark SimulacrumRollup merge of #42196 - tommyip:explain_closure_err...
2017-05-31 Mark SimulacrumRollup merge of #42126 - clarcharr:into_docs, r=stevekl...
2017-05-31 Tobias SchottdorfUpgrade ProjectionTy's Name to a DefId
2017-05-31 Masaki HaraEmit proper expectation for the "default" keyword.
2017-05-31 Masaki HaraParse macros named "default" correctly.
2017-05-31 Raphaël Huchetfix links to "module-level documentation"
2017-05-31 Scott McMurrayAdd some try_trait ramblings to the unstable book
2017-05-31 Tommy IpUpdate closure errors to use `span_note`
2017-05-31 borsAuto merge of #42318 - GuillaumeGomez:rustdoc-fix-signa...
2017-05-31 Scott McMurrayGive the `try_trait` feature its own tracking issue
2017-05-31 Sean McArthurassociated_consts: check trait obligations and regionck...
2017-05-30 Guillaume GomezFix signature by adding parens when needed
2017-05-30 Stjepan GlavinaAdd 'the'
2017-05-30 Vadim PetrochenkovTurn `invalid_type_param_default` into a lint again
2017-05-30 Vadim PetrochenkovTurn public reexporting of private extern crates into...
2017-05-30 Vadim PetrochenkovTurn sufficiently old compatibility lints into hard...
2017-05-30 Guillaume GomezAdd new error code
2017-05-30 Scott McMurrayRangeFrom should have an infinite size_hint
2017-05-30 Jan NiehusmannARMv5 needs +strict-align
2017-05-30 Alex Crichtonrustbuild: Fix copying duplicate crates into the sysroot
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 Tommy IpUpdate fn_once-moved test
2017-05-30 Tommy IpExplain why closure is moved in error message
2017-05-30 borsAuto merge of #42283 - Mark-Simulacrum:issue-40341...
2017-05-30 Edward YangFix formatting issues in Distribution.xml
2017-05-30 Edward YangAdd RLS to .pkg installer
2017-05-30 borsAuto merge of #42282 - Mark-Simulacrum:issue-40342...
2017-05-30 Edward YangAdd RLS to .exe and .msi installers
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 Michael KohlRemove --crate-type=metadata deprecation warning
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 Clar CharrClarify docs on implementing Into.
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...
next