]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Alex CrichtonFlag docker invocations as --privileged on CI
2017-07-29 borsAuto merge of #43541 - gaurikholkar:lifetime_errors...
2017-07-29 Alex Crichtonstd: Mark `Layout::repeat` as `#[inline]`
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 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
2017-07-26 Luca BarbatoAdd Vector Compare Equal
2017-07-26 Mark SimulacrumRollup merge of #43480 - dhduvall:sparc-blake2b, r...
2017-07-26 Mark SimulacrumRollup merge of #43471 - ollie27:try_from_ints, r=nagisa
2017-07-26 Mark SimulacrumRollup merge of #43465 - topecongiro:needs-test, r...
2017-07-26 Mark SimulacrumRollup merge of #43463 - nrc:catch-span, r=petrochenkov
2017-07-26 Mark SimulacrumRollup merge of #43462 - dhduvall:solaris-libresolv...
2017-07-26 Mark SimulacrumRollup merge of #43458 - RalfJung:verbose, r=nikomatsakis
2017-07-26 Mark SimulacrumRollup merge of #43456 - joshlf:spawn-doc-grammar,...
2017-07-26 Mark SimulacrumRollup merge of #43455 - QuietMisdreavus:extend-spec...
2017-07-26 Mark SimulacrumRollup merge of #43447 - estebank:import-span, r=nikoma...
2017-07-26 Mark SimulacrumRollup merge of #42959 - SimonSapin:nonzero-checked...
2017-07-26 Luca BarbatoAdd Vector Compare Bounds Floating-Point
2017-07-26 Richard DoddRemove custom node script
2017-07-26 Nick CameronUpdate RLS
2017-07-26 Esteban KüberPoint at path segment on module not found
2017-07-26 borsAuto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhs
2017-07-25 borsAuto merge of #43046 - milmazz:bootstrap-unittest,...
2017-07-25 Danek DuvallConstrain the layout of Blake2bCtx for proper SPARC...
2017-07-25 est31Switch to begin_panic again
2017-07-25 Isaac van BakelModified error for loop mut borrow conflicts
2017-07-25 Luca BarbatoAdd mradds to the powerpc intrinsics
2017-07-25 borsAuto merge of #43320 - alexcrichton:new-bootstrap,...
2017-07-25 QuietMisdreavusadd a note to Vec's Extend<&T> impl about its slice...
2017-07-25 Alex Crichtonstd: Stabilize the `str_{mut,box}_extras` feature
2017-07-25 Alex CrichtonStabilize the `compile_error_macro` feature
2017-07-25 Alex Crichtonstd: Stabilize `manually_drop` feature
2017-07-25 Alex Crichtonstd: Stabilize `utf8_error_error_len` feature
2017-07-25 Alex Crichtonstd: Stabilize CString/OsString/PathBuf extra methods
next