]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-01-30 Aaron HillFix ref-to-ptr coercions not working with NLL in certai...
2018-01-29 borsAuto merge of #47837 - eddyb:going-places, r=nikomatsakis
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 borsAuto merge of #47730 - alexcrichton:multitrans, r=Mark...
2018-01-29 Alex Crichtonrustc: Split Emscripten to a separate codegen backend
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 borsAuto merge of #47204 - varkor:unsafecell-into_inner...
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 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...
2018-01-28 Alex Crichtonrustc: Load the `rustc_trans` crate at runtime
2018-01-28 borsAuto merge of #47746 - varkor:never-type-ice, r=nikomat...
2018-01-27 Marco A L BarbosaRemove musl/libunwind patch for i686
2018-01-27 borsAuto merge of #47420 - davidtwco:issue-46885, r=estebank
2018-01-27 David WoodFixed infinite loop issues and added some improved...
2018-01-27 David WoodNow handling case where span has same lo and hi.
2018-01-27 David WoodFix new test from rebase.
2018-01-27 David Woodnext_point now handles creating spans over multibyte...
2018-01-27 David WoodReplaced multi-byte character handling in end_point...
2018-01-27 David Woodend_point handling multibyte characters correctly.
2018-01-27 David WoodMoved overflow check into end_point function.
2018-01-27 David WoodFixed off-by-one spans in MIR borrowck errors.
2018-01-27 David WoodUpdated tests with fixed span location.
2018-01-27 borsAuto merge of #46450 - Gilnaa:libtest_json_output,...
2018-01-27 Gilad Naamanlibtest: Fixed call to python in run-make
2018-01-27 borsAuto merge of #47690 - estebank:for-block-277, r=nikoma...
2018-01-27 Pulkit Goyaldon't mention tasks in stability warnings of #[thread_l...
2018-01-27 Ryan CummingExpand union test to include different types
2018-01-27 Ryan CummingFix ICE on const eval of union field
2018-01-27 Niko Matsakispacify the mercilous tidy
2018-01-27 Niko Matsakischange from `dirty_bit_vec` to `clean_bit_vec`
2018-01-27 Niko MatsakisAdjust comment spacing
2018-01-27 Santiago PastorinoMake region inference use a dirty list
2018-01-27 borsAuto merge of #47571 - FenrirWolf:libunwind, r=alexcrichton
2018-01-26 Esteban KüberInstead of modifying the item's span synthesize it
2018-01-26 Esteban KüberDon't add "in this macro invocation" label to desugared...
2018-01-26 Esteban KüberModify spans of expanded expression
2018-01-26 Gilad NaamanUpdated Cargo commit hash
2018-01-26 Gilad Naamanlibtest: Failing benchmarks no longer crash the harness.
2018-01-26 Gilad Naamanlibtest: Split-up formatters.rs into smaller modules
2018-01-26 Gilad Naamanlibtest: Added UI tests for --format=json
2018-01-26 Gilad Naamanlibtest: rustfmt run
2018-01-26 Gilad Naamanlibtest: Fixed pretty-printing of test names in single...
2018-01-26 Gilad Naamanlibtest: JSON formatting is now only available in unsta...
2018-01-26 Gilad NaamanAdded JSON output to libtest.
2018-01-26 Gilad NaamanRefactoring needed in order to have test json output.
2018-01-26 borsAuto merge of #47748 - alexcrichton:rollup, r=alexcrichton
2018-01-26 Alex CrichtonIgnore a test on emscripten
2018-01-26 varkorAdd clarifying comment regarding the trailing type...
2018-01-26 Alex CrichtonFix a test case on Windows
2018-01-26 Alex CrichtonMerge branch 'mlsm' of https://github.com/dotdash/rust...
2018-01-26 Alex CrichtonMerge branch 'beta-prerelease' of https://github.com...
2018-01-26 Alex CrichtonMerge branch 'android-run-pass' of https://github.com...
2018-01-26 Alex CrichtonMerge branch 'fix-regression' of https://github.com...
2018-01-26 Alex CrichtonMerge branch 'rustdoc_masked' of https://github.com...
2018-01-26 Alex CrichtonMerge branch 'simd-always-mem' of https://github.com...
2018-01-26 Alex CrichtonMerge branch 'llvm5-indirect-deref' of https://github...
2018-01-26 Alex CrichtonMerge branch 'explain' of https://github.com/estebank...
2018-01-26 Alex CrichtonMerge branch 'no-stderr-sink' of https://github.com...
2018-01-26 Alex CrichtonShorten another test path for MSVC
2018-01-26 borsAuto merge of #47252 - Zoxc:backtrace-win, r=alexcrichton
2018-01-26 arthurprsUse the slice length to hint the optimizer
2018-01-26 Björn SteinbrinkUpgrade LLVM to incorporate a fix for #47364
2018-01-26 CldfireCorrectly format `extern crate` conflict resolution...
2018-01-26 Alex CrichtonIgnore an i128 test on emscripten
2018-01-26 borsAuto merge of #47676 - topecongiro:update-rls, r=alexcr...
2018-01-26 topecongiroUpdate rls
2018-01-26 John Kåre AlsakerDo not capture stderr in the compiler. Instead just...
2018-01-26 John Kåre AlsakerPrint inlined functions on Windows
2018-01-26 Alex CrichtonShorten a filename for MSVC
2018-01-26 Josh StoneCall non-git beta builds simply x.y.z-beta
2018-01-25 Alex CrichtonRevert update of the i686-freebsd builder
2018-01-25 Alex CrichtonRemove stray src/llvm-emscripten module
2018-01-25 Alex CrichtonMerge branch 'configure-lto' of https://github.com...
2018-01-25 Alex CrichtonMerge branch 'cache-ty-collect' of https://github.com...
2018-01-25 Alex CrichtonRollup merge of #47719 - malbarbo:run-pass-arch-powerpc...
2018-01-25 Alex CrichtonRollup merge of #47711 - alexcrichton:update-compiler...
2018-01-25 Alex CrichtonRollup merge of #47710 - alexcrichton:llvm-6-compat...
2018-01-25 Alex CrichtonRollup merge of #47705 - pietroalbini:fix-47673, r...
2018-01-25 Alex CrichtonRollup merge of #47701 - Manishearth:intra-fixes, r...
2018-01-25 Alex CrichtonRollup merge of #47696 - Zoxc:variance-rg, r=nikomatsakis
2018-01-25 Alex CrichtonRollup merge of #47668 - nikomatsakis:issue-47511,...
2018-01-25 Alex CrichtonRollup merge of #47656 - ishitatsuyuki:patch-1, r=nikom...
2018-01-25 Alex CrichtonRollup merge of #47626 - eddyb:one-less-unwrap, r=nagisa
2018-01-25 Alex CrichtonRollup merge of #47618 - mrhota:dw_at_noreturn, r=micha...
2018-01-25 Marco A L BarbosaMake 3 run-pass tests works on android (aarch64 and...
2018-01-25 Alex Crichtonrustc: SIMD types use pointers in Rust's ABI
2018-01-25 Esteban KüberAdd description to field and method
2018-01-25 Esteban KüberFix regression: account for impl methods in arg count...
2018-01-25 Alex CrichtonRollup merge of #47600 - varkor:empty-never-array,...
2018-01-25 Alex CrichtonRollup merge of #47529 - nikomatsakis:impl-trait-issue...
next