]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2018-03-21 Niko Matsakisuse subtyping when we create a closure instead of for...
2018-03-21 Niko Matsakisreport an error if we see an unexpected lifetime in...
2018-03-21 gnzlbgfix vector fmin/fmax non-fast/fast intrinsics NaN handling
2018-03-21 Bastien OrivelBump racer and home
2018-03-21 Mazdak Farrokhzaddocument format_args! further wrt. Debug & Display"
2018-03-21 Mazdak Farrokhzaddocument format_args! behavior wrt. Display and Debug
2018-03-21 Tyler MandryUse NOTE instead of error-pattern directive
2018-03-21 Tyler Mandrytermination_trait: Add () example to error message
2018-03-21 Niv KaminerRevert "remove FIXME(#33435) and remove the spurious...
2018-03-21 Tyler MandryRevert "Stabilize termination_trait in 1.25, not 1.26"
2018-03-21 borsAuto merge of #49200 - oli-obk:extern_static_metadata...
2018-03-21 QuietMisdreavuswhitelist every target feature for rustdoc
2018-03-20 John Kåre AlsakerMake resuming generators unsafe instead of the creation...
2018-03-20 borsAuto merge of #49221 - kennytm:rollup, r=kennytm
2018-03-20 kennytmRollup merge of #49217 - kennytm:fix-dpl-788, r=alexcri...
next