]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-02-02 kennytmRollup merge of #47898 - Aaron1011:static-ref-nll,...
2018-02-02 kennytmRollup merge of #47842 - Manishearth:dead-code, r=nagis...
2018-02-02 kennytmRollup merge of #47829 - estebank:break-in-for, r=crame...
2018-02-02 kennytmRollup merge of #46156 - SimonSapin:patch-14, r=without...
2018-02-02 borsAuto merge of #47465 - estebank:include-space-after...
2018-02-02 Manish GoregaokarRemove dead code
2018-02-02 borsAuto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichton
2018-02-01 Esteban KüberChange offset to `0`
2018-02-01 borsAuto merge of #47738 - nikomatsakis:issue-47139-master...
2018-02-01 borsAuto merge of #47540 - Manishearth:suggestion, r=nrc
2018-01-31 borsAuto merge of #47900 - kennytm:rollup, r=kennytm
2018-01-31 kennytmRollup merge of #47552 - oberien:stepby-nth, r=dtolnay
2018-01-31 kennytmRollup merge of #47895 - varkor:non-utf-stdin, r=estebank
2018-01-31 kennytmRollup merge of #47893 - alexcrichton:move-codegen...
2018-01-31 kennytmRollup merge of #47677 - etaoins:avoid-underflow-in...
2018-01-31 Alex Crichtonrustc: Move location of `codegen-backends` dir
2018-01-31 kennytmRollup merge of #47795 - avborhanian:master, r=rkruppe
2018-01-31 varkorUse file containing non-UTF-8 character instead of...
2018-01-31 varkorAdd echo escape flag
2018-01-31 kennytmRollup merge of #47891 - eddyb:issue-47638, r=nikomatsakis
2018-01-31 kennytmRollup merge of #47890 - pftbest:no_trap, r=alexcrichton
2018-01-31 kennytmRollup merge of #47889 - alexcrichton:wasm-hidden-by...
2018-01-31 kennytmRollup merge of #47886 - alexcrichton:llvm-7-start...
2018-01-31 kennytmRollup merge of #47884 - cuviper:run-pass-sse2, r=alexc...
2018-01-31 kennytmRollup merge of #47876 - GuillaumeGomez:associated...
2018-01-31 kennytmRollup merge of #47875 - jcowgill:mips-clobber-at,...
2018-01-31 kennytmRollup merge of #47874 - jcowgill:mips-from_raw_os_erro...
2018-01-31 kennytmRollup merge of #47844 - CAD97:patch-1, r=estebank
2018-01-31 kennytmRollup merge of #47840 - penpalperson:master, r=bluss
2018-01-31 kennytmRollup merge of #47838 - euclio:snakecase-suggestion...
2018-01-31 borsAuto merge of #45752 - estebank:highlight-primary,...
2018-01-31 borsAuto merge of #46666 - clarcharr:duration_core, r=alexc...
2018-01-31 Aaron HillFix ICE when assigning references to a static mut with NLL
2018-01-31 varkorFix ICE when reading non-UTF-8 input from stdin
2018-01-30 Diggory BlakeAdd wasm_syscall feature to build system
2018-01-30 Diggory BlakeImplement extensible syscall interface for wasm
2018-01-30 Eduard-Mihai... rustc_trans: keep LLVM types for trait objects anonymous.
2018-01-30 Vadzim Dambrouski[MSP430] Don't enable trap_unreachable option by defaul...
2018-01-30 Alex Crichtonrustc: Add an option to default hidden visibility
2018-01-30 Alex Crichtonrustc: Add some defines for LLVM 7 compat
2018-01-30 Niko Matsakistrack intercrate ambiguity only when there is a coheren...
2018-01-30 Niko Matsakischange `overlapping_impls` to take a tcx and create...
2018-01-30 Niko Matsakismake `overlapping_impls` call closures instead of returning
2018-01-30 Josh StoneIgnore run-pass/sse2 when using system LLVM
2018-01-30 Guillaume GomezUpdate associated constants error message
2018-01-30 penpalpersonChanged back inline markings.
2018-01-30 James Cowgillrustc_trans: clobber $1 (aka $at) on mips
2018-01-30 James Cowgillstd: use more portable error number in from_raw_os_erro...
2018-01-30 borsAuto merge of #47870 - kennytm:rollup, r=kennytm
2018-01-30 kennytmRollup merge of #47855 - ollie27:rustdoc_hoedown_link_t...
2018-01-30 kennytmRollup merge of #47853 - rust-lang:increase-nested...
2018-01-30 kennytmRollup merge of #47839 - frewsxcv:frewsxcv-map-index...
2018-01-30 kennytmRollup merge of #47836 - Mark-Simulacrum:stage-flags...
2018-01-30 kennytmRollup merge of #47826 - gnzlbg:patch-2, r=alexcrichton
2018-01-30 kennytmRollup merge of #47822 - gnzlbg:patch-1, r=alexcrichton
2018-01-30 kennytmRollup merge of #47780 - varkor:cross-file-errors-line...
2018-01-30 kennytmRollup merge of #47760 - little-dude:master, r=alexcrichton
2018-01-30 kennytmRollup merge of #47732 - mark-i-m:markim_comments_0001...
2018-01-30 kennytmRollup merge of #47718 - malbarbo:env-home-dir, r=nikom...
2018-01-30 kennytmRollup merge of #47603 - mark-i-m:markim_comments_0000...
2018-01-30 kennytmRollup merge of #47515 - jimmantooth:patch-1, r=QuietMi...
2018-01-30 borsAuto merge of #45294 - petrochenkov:prioplus, r=nikomat...
2018-01-30 Christopher... Fix regression: account for trait methods in arg count...
2018-01-29 Clar CharrMove time::Duration to libcore
2018-01-29 Mark Mansifix typos
2018-01-29 Mark MansiUpdate comment
2018-01-29 borsAuto merge of #47837 - eddyb:going-places, r=nikomatsakis
2018-01-29 Oliver Middletonrustdoc: Fix link title rendering with hoedown
2018-01-29 Niko Matsakismove comment right onto the line in question
2018-01-29 Marco A L BarbosaMake run-pass/env-home-dir.rs test more robust
2018-01-29 Esteban KüberToggle span highlighting on `-Zteach`
2018-01-29 Pietro AlbiniIncrease test coverage of use_nested_groups
2018-01-29 Mark SimulacrumAdd per-stage RUSTFLAGS: RUSTFLAGS_STAGE_{0,1,2} and...
2018-01-29 borsAuto merge of #47766 - spastorino:inference-dirty-list...
2018-01-29 Eduard-Mihai... rustc_borrowck: replace "lvalue" terminology with ...
2018-01-29 Eduard-Mihai... tests: replace "lvalue" terminology with "place".
2018-01-29 Manish GoregaokarAdd internal-only rustc_serialize_exclude_null attribut...
2018-01-29 Manish GoregaokarAdd -Zapproximate-suggestions
2018-01-29 Manish GoregaokarAdd approximate suggestions for rustfix
2018-01-29 borsAuto merge of #47730 - alexcrichton:multitrans, r=Mark...
2018-01-29 penpalpersonAdded inline to fmt for debug implementations of primit...
2018-01-29 Corey FarwellDocument that `Index` ops can panic on `HashMap` &...
2018-01-29 Alex Crichtonrustc: Split Emscripten to a separate codegen backend
2018-01-29 Andy Russelluse correct casing for rename suggestions
2018-01-29 Esteban KüberHighlight code on diagnostics when underlined
2018-01-28 Eduard-Mihai... rustc: replace "lvalue" terminology with "place" in...
2018-01-28 borsAuto merge of #47663 - malbarbo:mips-crt-static, r...
2018-01-28 Eduard-Mihai... rustc: move `expr_is_lval` to rustc_typeck and rename...
2018-01-28 Eduard-Mihai... rustc_typeck: rename `LvalueOp` to `PlaceOp`.
2018-01-28 Eduard-Mihai... rustc_typeck: rename `LvaluePreference::PreferMutLvalue...
2018-01-28 Eduard-Mihai... rustc: remove `LvaluePreference` argument from `Ty...
2018-01-28 Esteban KüberSuggest removing value from `break` when invalid
2018-01-28 borsAuto merge of #47204 - varkor:unsafecell-into_inner...
2018-01-28 gnzlbgWhitelist v7 feature for ARM and AARCH64.
2018-01-28 borsAuto merge of #47800 - Pulkit07:issue47755, r=sfackler
2018-01-28 borsAuto merge of #47794 - etaoins:fix-ice-on-const-eval...
2018-01-28 gnzlbgWhitelist aes x86 feature flag
2018-01-28 borsAuto merge of #47772 - arthurprs:iter-position-bounds...
2018-01-28 borsAuto merge of #47767 - estebank:as-suggestion, r=petroc...
2018-01-28 borsAuto merge of #47671 - alexcrichton:trans-c-api-only...
next