]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-08-05 bjorn3Make some comments doc comments in librustc/middle...
2017-07-31 borsAuto merge of #43546 - nikomatsakis:issue-43132, r...
2017-07-31 borsAuto merge of #43519 - zackmdavis:long_diagnostics_ever...
2017-07-30 borsAuto merge of #43563 - tbu-:pr_from_str_radix_panic...
2017-07-30 Tobias BucherDocument the `from_str_radix` panic
2017-07-30 borsAuto merge of #43556 - dmizuk:remove-z-opt-usage, r...
2017-07-30 Zack M. Davisextended info for E0595 closure cannot mutate immutable...
2017-07-30 Zack M. Davismove extended info for E0569 to numerical-order locatio...
2017-07-30 Zack M. Davisadd extended info for E0436 functional record update...
2017-07-30 Niko Matsakissave the subobligations as well
2017-07-30 borsAuto merge of #43515 - QuietMisdreavus:show-assoc-types...
2017-07-30 borsAuto merge of #43543 - petrochenkov:32330, r=nikomatsakis
2017-07-30 Daiki Mizukamilibrustc_driver: Remove -Z option from usage on stable...
2017-07-30 borsAuto merge of #43551 - Mark-Simulacrum:rollup, r=Mark...
2017-07-30 Mark SimulacrumRollup merge of #43549 - alexcrichton:build-llvm, r...
2017-07-30 Mark SimulacrumRollup merge of #43544 - redox-os:update_redox_sys...
2017-07-30 Mark SimulacrumRollup merge of #43536 - alexcrichton:privileged, r...
2017-07-30 Mark SimulacrumRollup merge of #43513 - alexcrichton:inline-repeat...
2017-07-30 Mark SimulacrumRollup merge of #43512 - arielb1:untyped-move-paths...
2017-07-30 Mark SimulacrumRollup merge of #43509 - QuietMisdreavus:method-src...
2017-07-30 Mark SimulacrumRollup merge of #43501 - topecongiro:span-to-whereclaus...
2017-07-30 Mark SimulacrumRollup merge of #43409 - tshepang:concise, r=steveklabnik
2017-07-29 borsAuto merge of #43009 - GuillaumeGomez:unused-doc-commen...
2017-07-29 Guillaume GomezUpdate rls submodule
2017-07-29 Alex CrichtonFlag docker invocations as --privileged on CI
2017-07-29 Alex Crichtonrustbuild: Enable building LLVM
2017-07-29 borsAuto merge of #43541 - gaurikholkar:lifetime_errors...
2017-07-29 Alex Crichtonstd: Mark `Layout::repeat` as `#[inline]`
2017-07-29 Jeremy SollerSplit FL and FD fcntls
2017-07-29 Ian Douglas... Redox: Add JoinHandleExt (matching Unix version)
2017-07-29 Vadim PetrochenkovCleanup some remains of `hr_lifetime_in_assoc_type...
2017-07-29 QuietMisdreavusprint associated types in traits "implementors" section
2017-07-29 Guillaume GomezUpdate cargo version
2017-07-29 borsAuto merge of #43534 - alexcrichton:cargo-target-runner...
2017-07-29 gaurikholkarchanging E0623 error message
2017-07-29 borsAuto merge of #43530 - alexcrichton:update-freebsd...
2017-07-29 borsAuto merge of #43527 - alexcrichton:different-llvm...
2017-07-29 borsAuto merge of #43492 - lu-zero:master, r=alexcrichton
2017-07-29 borsAuto merge of #43518 - cuviper:aapcs_vfp, r=eddyb
2017-07-29 Alex Crichtonrustbuild: Use Cargo's "target runner"
2017-07-28 Alex Crichtonrustbuild: Update cross-compilers for FreeBSD
2017-07-28 Alex Crichtonrustbuild: Tweak how we cross-compile LLVM
2017-07-28 borsAuto merge of #43230 - alexcrichton:more-tokenstream...
2017-07-28 Alex Crichtonsyntax: Capture a `TokenStream` when parsing items
2017-07-28 borsAuto merge of #43298 - gaurikholkar:lifetime_errors...
2017-07-28 topecongiroAdd Span to ast::WhereClause
2017-07-28 Alex CrichtonAdd a failing test for errors in proc macros
2017-07-28 Alex Crichtonproc_macro: Use an item's tokens if available
2017-07-28 Alex Crichtonsyntax: Add `tokens: Option<TokenStream>` to Item
2017-07-28 Luca BarbatoMake LLVMRustHasFeature more robust
2017-07-28 borsAuto merge of #43324 - Nashenas88:visit_locations,...
2017-07-28 borsAuto merge of #43221 - MaulingMonkey:natvis-improvement...
2017-07-28 borsAuto merge of #43505 - eddyb:poly-const-eval-layout...
2017-07-28 borsAuto merge of #43238 - estebank:try-on-unimplemented...
2017-07-28 Josh StoneSupport homogeneous aggregates for hard-float ARM
2017-07-28 gaurikholkarAdding E0623, to detect missing lifetimes when both...
2017-07-28 borsAuto merge of #43432 - pczarn:macro-parser-description...
2017-07-28 Esteban KüberUse `rustc_on_unimplemented`'s trait name argument...
2017-07-28 borsAuto merge of #43217 - pnkfelix:alloc-requires-align...
2017-07-27 Paul FariaSquash Span into SourceInfo and rename enum and its...
2017-07-27 borsAuto merge of #43438 - petrochenkov:path, r=jseyfried
2017-07-27 Luca BarbatoAdd support for Vector Minimum on PowerPC
2017-07-27 Ariel Ben-Yehudaerase types in the move-path abstract domain
2017-07-27 Vadim PetrochenkovAvoid duplicated errors for generic arguments in macro...
2017-07-27 Vadim PetrochenkovGive span to angle bracketed generic arguments
2017-07-27 Vadim PetrochenkovDiscern between `Path` and `Path<>` in AST
2017-07-27 Vadim PetrochenkovSimplify parsing of paths
2017-07-27 borsAuto merge of #43443 - bitshifter:issue-43317, r=nikoma...
2017-07-27 Guillaume GomezUpdate tests
2017-07-27 Guillaume GomezMake a lint instead
2017-07-27 Guillaume GomezChange doc comment to code comment
2017-07-27 Guillaume GomezThrow errors when doc comments are added where they...
2017-07-27 QuietMisdreavusadd [src] links to associated functions inside an impl...
2017-07-27 Eduard-Mihai... rustc_const_eval: keep track of the appropriate ParamEnv.
2017-07-27 borsAuto merge of #43482 - Mark-Simulacrum:single-rustdoc...
2017-07-27 Luca BarbatoAdd support for Vector Maximum on PowerPC
2017-07-27 Mark SimulacrumCorrect a few run.host invocations where run.target...
2017-07-27 borsAuto merge of #43498 - joshtriplett:fix-notices, r...
2017-07-27 Luca BarbatoAdd support for the Power8 and Power9 features on PowerPC
2017-07-27 Mark SimulacrumExplain why we subtract one from the stage
2017-07-27 Mark SimulacrumMake sure CFG_RELEASE_CHANNEL is always set.
2017-07-27 Mark SimulacrumAllow changing rustdoc which builds the book.
2017-07-27 Mark SimulacrumDon't needlessly build rustdoc for compiletest.
2017-07-27 Mark SimulacrumBuild rustdoc on-demand.
2017-07-27 Mark SimulacrumChange tools to take a compiler instead of a stage.
2017-07-27 Mark SimulacrumRemove src/driver
2017-07-27 borsAuto merge of #43489 - petrochenkov:mutref, r=Guillaume...
2017-07-27 Eduard-Mihai... rustc_const_eval: always require correct Substs.
2017-07-27 borsAuto merge of #43479 - ivanbakel:loop_borrow_msg, r...
2017-07-27 borsAuto merge of #43477 - est31:master, r=alexcrichton
2017-07-27 borsAuto merge of #43445 - zackmdavis:rustdoc_major_section...
2017-07-27 Isaac van BakelAdded tests for new loop borrow message
2017-07-26 Josh TriplettCOPYRIGHT: Provide a better explanation of Rust copyrights
2017-07-26 Josh TriplettLICENSE-MIT: Remove inaccurate (misattributed) copyrigh...
2017-07-26 borsAuto merge of #43373 - alexcrichton:stabilize-1.20...
2017-07-26 borsAuto merge of #43487 - Mark-Simulacrum:rollup, r=Mark...
2017-07-26 borsAuto merge of #42059 - derekdreery:bugfix/fix_emscripte...
2017-07-26 Luca BarbatoAdd Vector Compare Greater-Than
2017-07-26 Vadim PetrochenkovBetter diagnostics and recovery for `mut ref` in patterns
2017-07-26 borsAuto merge of #43485 - nrc:rls-env-fix, r=Mark-Simulacrum
next