]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-11-14 Yuki OkushiRollup merge of #66360 - elichai:2019-11-vec-link,...
2019-11-14 Yuki OkushiRollup merge of #66351 - JohnTitor:tweak-range-err...
2019-11-14 Yuki OkushiRollup merge of #66349 - euclio:def-site-builtins,...
2019-11-14 Yuki OkushiRollup merge of #66264 - guanqun:fix-mbe-missing-close...
2019-11-14 Yuki OkushiRollup merge of #66253 - ohadravid:improve-errors-after...
2019-11-13 borsAuto merge of #66211 - kinnison:kinnison/fix-66159...
2019-11-13 borsAuto merge of #66170 - ecstatic-morse:hir-const-check...
2019-11-13 Dylan MacKenzieUse `ast::Mutability`
2019-11-13 Dylan MacKenzieBless miri unleashed test now that errors are mandatory
2019-11-13 Dylan MacKenzieBless less verbose error messages
2019-11-13 Dylan MacKenzieChange control flow error to delay span bug
2019-11-13 Dylan MacKenzieFix broken doc-test
2019-11-13 Dylan MacKenzieSmall fixes to comments
2019-11-13 Dylan MacKenzieBless back-compat breakages
2019-11-13 Dylan MacKenzieBless const tests with improved diagnostics
2019-11-13 Dylan MacKenzieExtend const-loop and const-if to handle more cases
2019-11-13 Dylan MacKenzieRemove if/loop tests from min_const_fn
2019-11-13 Dylan MacKenzieEnable const-checking HIR bodies
2019-11-13 Dylan MacKenzieAdd HIR pass to check for `if`s and `loop`s in a `const`
2019-11-13 Dylan MacKenzieGet `FnSig` by `HirId`
2019-11-13 Dylan MacKenzieAdd E0744 for control flow in consts
2019-11-13 Yuki OkushiAvoid using same code
2019-11-13 borsAuto merge of #66366 - JohnTitor:rollup-xlc1bj2, r...
2019-11-13 Yuki OkushiRollup merge of #66337 - Mark-Simulacrum:no-decode...
2019-11-13 Yuki OkushiRollup merge of #66335 - Mark-Simulacrum:self-profile...
2019-11-13 Yuki OkushiRollup merge of #66334 - Mark-Simulacrum:sess-cstore...
2019-11-13 Yuki OkushiRollup merge of #66331 - JohnTitor:add-tests, r=Centril
2019-11-13 Yuki OkushiRollup merge of #66330 - Nadrieril:nonexhaustive-constr...
2019-11-13 Yuki OkushiRollup merge of #66317 - cuviper:bindir_relative, r...
2019-11-13 Yuki OkushiRollup merge of #66297 - vakaras:edit-queries, r=oli-obk
2019-11-13 Yuki OkushiRollup merge of #66292 - lzutao:result-map_or, r=SimonSapin
2019-11-13 Yuki OkushiRollup merge of #66248 - RalfJung:unsafe_cell_raw_get...
2019-11-13 Yuki OkushiRollup merge of #66227 - bryanburgers:bufwriter-docs...
2019-11-13 Yuki OkushiRollup merge of #66186 - GuillaumeGomez:long-err-explan...
2019-11-13 Yuki OkushiRollup merge of #66166 - GuillaumeGomez:rename-rustdoc...
2019-11-13 Yuki OkushiRollup merge of #66094 - ArturKovacs:fix-count-doc...
2019-11-13 Yuki OkushiRollup merge of #65932 - guanqun:download-xz, r=alexcri...
2019-11-13 Elichai TurkelDoc: Fix link to Exten in Vec::set_len
2019-11-13 Ralf Jungmake things ugly
2019-11-13 Ralf Jungexpand docs
2019-11-13 Ralf Jungclarify why we can do the ptr cast
2019-11-13 Ralf JungTrailing full stop
2019-11-13 borsAuto merge of #65637 - ssomers:master, r=scottmcm
2019-11-13 Dylan DPCtidy up!
2019-11-13 Dylan DPCUpdate error_codes.rs
2019-11-13 Dylan DPCUpdate error_codes.rs
2019-11-13 borsAuto merge of #66156 - Mark-Simulacrum:stage0-step...
2019-11-12 Yuki OkushiTweak non-char/numeric in range pattern diagnostic
2019-11-12 Andy Russellexpand source_util macros with def-site context
2019-11-12 Mark RousskovRemove no longer needed mutability
2019-11-12 Mark RousskovCompiletest bump to stage0 bootstrap libtest
2019-11-12 Mark RousskovHopefully fix rustdoc build
2019-11-12 Mark RousskovSnap cfgs
2019-11-12 Mark RousskovBump version to 1.41
2019-11-12 borsAuto merge of #60026 - Aaron1011:feature/miri-unwind...
2019-11-12 Mark RousskovRegister queries with self profiler in rustc_interface
2019-11-12 Mark RousskovRemove dead code for encoding/decoding lint IDs
2019-11-12 borsAuto merge of #65608 - matthewjasper:mir-eval-order...
2019-11-12 Mark RousskovMove self-profile infrastructure to data structures
2019-11-12 Josh StoneFallback to the unmodified path in bindir_relative
2019-11-12 Yuki OkushiAdd test for issue-63279
2019-11-12 Yuki OkushiAdd test for issue-52432
2019-11-12 Yuki OkushiAdd test for issue-40231
2019-11-12 Yuki OkushiAdd test for issue-30904
2019-11-12 NadrierilMove NonExhaustive checks to the relevant match branches
2019-11-12 NadrierilIntroduce Constructor::NonExhaustive
2019-11-12 NadrierilMatch constructor first in Constructor methods
2019-11-12 borsAuto merge of #66318 - mati865:llvm-update, r=matthewjasper
2019-11-12 Mateusz MikułaUpdate llvm submodule
2019-11-12 borsAuto merge of #66323 - JohnTitor:rollup-jl8xdk4, r...
2019-11-12 Yuki OkushiRollup merge of #66309 - petrochenkov:annoying, r=Mark...
2019-11-12 Yuki OkushiRollup merge of #66299 - rossmacarthur:fix-41260-avoid...
2019-11-12 Yuki OkushiRollup merge of #66280 - stepancheg:union, r=alexcrichton
2019-11-12 Yuki OkushiRollup merge of #66278 - LukasKalbertodt:fix-proc-macro...
2019-11-12 Yuki OkushiRollup merge of #66276 - Mark-Simulacrum:sess-code...
2019-11-12 Yuki OkushiRollup merge of #66267 - GuillaumeGomez:add-rustdoc...
2019-11-12 Yuki OkushiRollup merge of #66263 - guanqun:make-error-explicit...
2019-11-12 Yuki OkushiRollup merge of #66257 - mati865:long-section-names...
2019-11-12 Yuki OkushiRollup merge of #66241 - lzutao:ssl, r=alexcrichton
2019-11-12 Yuki OkushiRollup merge of #66230 - Axelderan:remove-vestigial...
2019-11-12 Yuki OkushiRollup merge of #65965 - GuillaumeGomez:clean-up-librus...
2019-11-12 borsAuto merge of #66129 - Nadrieril:refactor-slice-pat...
2019-11-12 Lzu Taoadd Result::map_or
2019-11-11 borsAuto merge of #66310 - Manishearth:clippyup, r=Manishearth
2019-11-11 Josh StoneUse a relative bindir for rustdoc to find rustc
2019-11-11 Matthew JasperEvaluate borrow and struct expressions in `into`
2019-11-11 Matthew JasperFix soundness issue with index bounds checks
2019-11-11 Matthew JasperAvoid a string comparison in MIR construction
2019-11-11 Aaron HillUpdate
2019-11-11 Aaron HillReturn Ok(false) instead of throwing when handling...
2019-11-11 Aaron HillFix rebase fallout
2019-11-11 Aaron HillRename to
2019-11-11 Aaron HillFix debug assertion
2019-11-11 Aaron HillRemove trampoline, pass `ret` and `unwind` when handlin...
2019-11-11 Aaron HillFix tidy
2019-11-11 Aaron HillAdd more detailed codegen comment
2019-11-11 Aaron HillMove to miri.rs and re-export it
2019-11-11 Aaron HillSome code cleanup
2019-11-11 Aaron HillMake doc comment more accurate
2019-11-11 Aaron HillChange TODO to FIXME
next