]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-23 Oliver SchneiderSimplify local accessors
2018-03-23 David WoodUpdated MIR with UserAssertTy in mir-opt tests.
2018-03-23 Simon SapinStabilize the copy_closures and clone_closures features
2018-03-23 csmoeadd test for issue-48238
2018-03-23 Oliver SchneiderDon't allocate a local array at all if there are no...
2018-03-23 Oliver SchneiderReplace uses of `Hash(Map|Set)` with `FxHash(Map|Set...
2018-03-23 Scott McMurrayIntroduce unsafe offset_from on pointers
2018-03-23 Oliver SchneiderVec<_> -> IndexVec<Local, _>
2018-03-23 borsAuto merge of #49285 - nrc:update, r=alexcrichton
2018-03-23 Alex Crichtonci: Don't use Travis caches for docker images
2018-03-23 Josh StoneAllow installing rustfmt without config.extended
2018-03-22 David WoodAdded flag to disable user type assertion.
2018-03-22 Niko MatsakisDebug logs for replace_bound_regions_with_nll_infer_vars
2018-03-22 Nick CameronUpdate RLS and Rustfmt
2018-03-22 David WoodTemporarily only adding UserAssertTy on binding patterns.
2018-03-22 David WoodSwitched from canonicalize_query to canonicalize_response
2018-03-22 David WoodUserAssertTy can handle inference variables.
2018-03-22 David WoodNo longer visiting user_assert_ty statements in constra...
2018-03-22 David WoodAdded comment in renumberer about UserAssertTy.
2018-03-22 David WoodUpdated test with expected error message.
2018-03-22 David WoodAdded override in renumberer for UserAssertTy.
2018-03-22 David WoodChanged location to at_self from at_successor.
2018-03-22 David WoodAdded initial processing of UserAssertTy statements.
2018-03-22 David WoodKilling UserAssertTy in CleanupPostBorrowck pass.
2018-03-22 David WoodAdded UserAssertTy statement.
2018-03-22 David WoodAdded initial test for #47184
2018-03-22 Niko Matsakispermit `'_` and `&T` in impl headers
2018-03-22 Niko Matsakisdistinguish the three cases where elision occurs
2018-03-22 Niko Matsakischange in-band array to store hir::LifetimeName
2018-03-22 Niko Matsakisadd new test for `dyn<Trait + '_>` used in a struct
2018-03-22 Niko Matsakisadd a helper function `maybe_collect_in_band_lifetime`
2018-03-22 Niko Matsakismake `parent_id` not optional
2018-03-22 Niko Matsakischange `with_in_scope_lifetime_defs` to take an iterator
2018-03-22 Niko Matsakisrustfmt lowering.rs
2018-03-22 David WoodRemove std/test documentation from compiler docs.
2018-03-22 Alex Crichtonrustc: Add a `#[wasm_import_module]` attribute
2018-03-22 Alex Crichtonrustc: Add a `#[wasm_custom_section]` attribute
2018-03-22 borsAuto merge of #49210 - oli-obk:pango_crash, r=eddyb
2018-03-22 David WoodOnly generate documentation for local rustc crates.
2018-03-22 borsAuto merge of #49264 - kennytm:rollup, r=kennytm
2018-03-22 Bryan DreweryCommand::env_saw_path() may be unused on platforms...
2018-03-22 Oliver SchneiderSkip checking for Storage* statements in constants...
2018-03-22 Lymia AluysiaClarify description of raw_identifiers feature flag.
2018-03-22 Lymia AluysiaClean up raw identifier handling when recovering tokens...
2018-03-22 kennytmRollup merge of #49038 - canndrew:replace-infallible...
2018-03-22 kennytmRollup merge of #49105 - SimonSapin:from_utf8_lossy_exa...
2018-03-22 kennytmRevert "Temporarily disable dist-ing RLS, Rustfmt and...
2018-03-22 kennytmRollup merge of #49244 - varkor:type_dependent_defs_Exp...
2018-03-22 kennytmRollup merge of #49242 - Mrowqa:typaram-attrs, r=petroc...
2018-03-22 kennytmRollup merge of #49234 - kennytm:revert-fix-dpl-788...
2018-03-22 kennytmRollup merge of #49231 - gnzlbg:fix_vec_fminmax, r...
2018-03-22 kennytmRollup merge of #49225 - QuietMisdreavus:all-the-featur...
2018-03-22 kennytmRollup merge of #49216 - bjorn3:patch-1, r=estebank
2018-03-22 kennytmRollup merge of #49211 - varkor:chalk-lowering-Implemen...
2018-03-22 kennytmRollup merge of #49209 - Zoxc:run-make-last, r=Mark...
2018-03-22 kennytmRollup merge of #49189 - GuillaumeGomez:fix-implied...
2018-03-22 kennytmRollup merge of #49188 - memoryleak47:macro_use_doctest...
2018-03-22 kennytmRollup merge of #49158 - varkor:compiletest-triples...
2018-03-22 kennytmRollup merge of #49140 - semarie:rustdoc-test-path...
2018-03-22 kennytmRollup merge of #49117 - nivkner:fixme_fixup3, r=estebank
2018-03-22 kennytmRollup merge of #49109 - SimonSapin:deprecate-asciiext...
2018-03-22 kennytmRollup merge of #49093 - Zoxc:speedup, r=aidanhs
2018-03-22 kennytmRollup merge of #49069 - wesleywiser:incr_soa, r=michae...
2018-03-22 kennytmRollup merge of #49029 - GuillaumeGomez:atomic-docs...
2018-03-22 kennytmRollup merge of #48939 - wesleywiser:incr_query_wf_chec...
2018-03-22 Oliver SchneiderRemove slow HashSet during miri stack frame creation
2018-03-22 Michael WoeristerFix DefKey lookup for proc-macro crates.
2018-03-22 Sébastien MarieUse GNU version of fgrep/egrep tool if available
2018-03-22 Oliver SchneiderFix the conversion between bit representations and...
2018-03-22 kennytmRollup merge of #48759 - QuietMisdreavus:simd-feature...
2018-03-22 kennytmRollup merge of #48596 - GuillaumeGomez:invalid-code...
2018-03-22 kennytmRollup merge of #48374 - Aaronepower:master, r=Mark...
2018-03-22 borsAuto merge of #49094 - alexcrichton:print-step-duration...
2018-03-22 Mazdak Farrokhzaddocument format_args! - fix trailing whitespace
2018-03-22 Oliver SchneiderProduce nice array lengths on a best effort basis
2018-03-22 borsAuto merge of #49041 - nikomatsakis:issue-46541-impl...
2018-03-22 Tyler Mandrytermination_trait: Make error message more helpful
2018-03-22 borsAuto merge of #49246 - kennytm:download-gcc-stuff-from...
2018-03-22 kennytmTemporarily disable dist-ing RLS, Rustfmt and Clippy.
2018-03-22 Maxwell BordenFixed clockwise/counter-clockwise in atan2 documentatio...
2018-03-22 QuietMisdreavusadd target_feature items to doc_cfg rustdoc test
2018-03-21 Niko Matsakisalso fix the Fixed code
2018-03-21 Niko MatsakisWIP do not use in-band lifetimes
2018-03-21 MrowqaNow it compiles
2018-03-21 kennytmHandle redirects correctly.
2018-03-21 kennytmDownload the GCC artifacts from the HTTP server instead...
2018-03-21 varkorMoved test to ui
2018-03-21 QuietMisdreavusupdate stdsimd
2018-03-21 Niko MatsakisWIP tweak example to include feature gate
2018-03-21 David WoodConfigure the dist-x86_64-linux builder to produce...
2018-03-21 David WoodAdd support to rustbuild for a 'rustc docs' component...
2018-03-21 Tyler Mandrytermination_trait: Put examples in error help, not...
2018-03-21 varkorFix type_dependent_defs ICE on method calls
2018-03-21 Simon SapinDeprecate the AsciiExt trait in favor of inherent methods
2018-03-21 QuietMisdreavusreview comments
2018-03-21 Seiichi UchidaCargo fmt libtest
2018-03-21 kennytmRevert "Apply a fix to travis-ci/dpl#788 manually until...
2018-03-21 bjorn3Fix test error
2018-03-21 Niko MatsakisWIP fix mir-opt-end-region-8
2018-03-21 Niko Matsakiswork around fallout from these changes in rustc
next