]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-02-09 borsAuto merge of #58065 - alexreg:refactor-smart_resolve_p...
2019-02-09 borsAuto merge of #57944 - estebank:unclosed-delim-the...
2019-02-09 borsAuto merge of #57885 - arielb1:xform-probe, r=nikomatsakis
2019-02-09 borsAuto merge of #58207 - nnethercote:intern_lazy_const...
2019-02-09 borsAuto merge of #57617 - mark-i-m:multiple-matcher-bindin...
2019-02-09 borsAuto merge of #57184 - varkor:deny-warnings-lib, r...
2019-02-09 borsAuto merge of #58316 - Centril:rollup, r=Centril
2019-02-08 Mazdak FarrokhzadRollup merge of #58312 - taiki-e:librustc_data_structur...
2019-02-08 Mazdak FarrokhzadRollup merge of #58285 - taiki-e:error_index_generator...
2019-02-08 Mazdak FarrokhzadRollup merge of #58275 - RalfJung:miri-test-libcore...
2019-02-08 Mazdak FarrokhzadRollup merge of #58265 - taiki-e:librustc_mir-2018...
2019-02-08 Mazdak FarrokhzadRollup merge of #58261 - taiki-e:librustc_incremental...
2019-02-08 Mazdak FarrokhzadRollup merge of #58260 - taiki-e:librustc_borrowck...
2019-02-08 Mazdak FarrokhzadRollup merge of #58259 - taiki-e:librustc_codegen_utils...
2019-02-08 Mazdak FarrokhzadRollup merge of #58257 - taiki-e:librustc_target-2018...
2019-02-08 Mazdak FarrokhzadRollup merge of #58256 - taiki-e:librustc_cratesio_shim...
2019-02-08 Mazdak FarrokhzadRollup merge of #58255 - taiki-e:librustc_metadata...
2019-02-08 Mazdak FarrokhzadRollup merge of #58251 - h-michael:librustc_traits...
2019-02-08 Mazdak FarrokhzadRollup merge of #58247 - taiki-e:librustc_passes-2018...
2019-02-08 Mazdak FarrokhzadRollup merge of #58245 - taiki-e:librustc_lint-2018...
2019-02-08 Mazdak FarrokhzadRollup merge of #58233 - taiki-e:librustc_save_analysis...
2019-02-08 Mazdak FarrokhzadRollup merge of #58222 - taiki-e:librustc_allocator...
2019-02-08 Mazdak FarrokhzadRollup merge of #58120 - h-michael:build_helper-theme...
2019-02-08 Mazdak FarrokhzadRollup merge of #58115 - h-michael:rustdoc-2018, r...
2019-02-08 Mazdak FarrokhzadRollup merge of #58091 - phansch:compiletest2018, r...
2019-02-08 borsAuto merge of #58161 - davidtwco:issue-57960, r=arielb1
2019-02-08 Taiki Endolibrustc_data_structures => 2018
2019-02-08 varkorDeny warnings in std stage 0
2019-02-08 borsAuto merge of #58294 - hrls:master, r=GuillaumeGomez
2019-02-08 Taiki Endolibrustc_incremental => 2018
2019-02-08 Taiki Endolibrustc_borrowck => 2018
2019-02-08 Taiki Endolibrustc_codegen_utils => 2018
2019-02-08 Taiki Endolibrustc_target => 2018
2019-02-08 Taiki Endolibrustc_cratesio_shim => 2018
2019-02-08 Taiki Endolibrustc_metadata => 2018
2019-02-08 Taiki Endolibrustc_passes => 2018
2019-02-08 Taiki Endolibrustc_lint => 2018
2019-02-08 Taiki EndoRemove #[macro_use] extern crate bitflags
2019-02-08 Taiki EndoUse real try blocks
2019-02-08 Taiki EndoRevert removed #![feature(nll)]
2019-02-08 borsAuto merge of #58213 - Mark-Simulacrum:fix-checktools...
2019-02-08 hrlsfix rustdoc JS
2019-02-08 Esteban KüberFix nll test output
2019-02-08 Taiki Endoerror_index_generator => 2018
2019-02-08 borsAuto merge of #58191 - varkor:const-generics-ast, r...
2019-02-07 Alexander RegueiroWIP
2019-02-07 Alexander RegueiroMinor cosmetic changes.
2019-02-07 Alexander RegueiroAddressed review points.
2019-02-07 Alexander RegueiroFactored out context-dependent help for error reporting.
2019-02-07 Alexander RegueiroFactored out error reporting from `smart_resolve_path_f...
2019-02-07 Taiki Endolibrustc_mir => 2018
2019-02-07 Mark Mansiupdate test
2019-02-07 Mark MansiMake it an incompatibility lint for now
2019-02-07 markadd a test
2019-02-07 markfix existing tests
2019-02-07 markerror on duplicate matcher bindings
2019-02-07 Ralf Jungdisable tests in Miri
2019-02-07 varkorResolve incorrect diagnostic for using a non-const...
2019-02-07 borsAuto merge of #58266 - GuillaumeGomez:rollup, r=Guillau...
2019-02-07 Esteban KüberAdd fixme
2019-02-07 varkorAdd a test forbidding the use of const parameters in...
2019-02-07 varkorMake name resolution handle consts in GenericParamsFrom...
2019-02-07 varkorParse negative literals in const generic arguments
2019-02-07 varkorAdd warning for a parameter list with an attribute...
2019-02-07 varkorAdd test for generic parameter list solely containing...
2019-02-07 varkorFix update to 2018 edition
2019-02-07 varkorAdjust generic const param resolution
2019-02-07 varkorAdjust parser generic parameter errors
2019-02-07 varkorFix E0670 doc error
2019-02-07 varkorFix ast_validation printing of const generics
2019-02-07 varkorFix const generic parameter save analysis
2019-02-07 varkorAdd test for const parameter before other generic param...
2019-02-07 varkorAdd test for const parameter depending on type parameter
2019-02-07 varkorAdd test forbidding const parameters in const fn
2019-02-07 varkorUpdate tests
2019-02-07 varkorAdd const generics feature gate test
2019-02-07 varkorSupport const generics in save analysis
2019-02-07 varkorAdd error for const parameters depending on type parameters
2019-02-07 varkorValidate generic parameter and argument order in ast_va...
2019-02-07 varkorAdd lowering errors for const generics
2019-02-07 varkorAdd const params to Def
2019-02-07 varkorAdd resolution errors for const generics
2019-02-07 varkorAdd pretty-printing for const generics
2019-02-07 varkorSupport const generics in derive
2019-02-07 varkorParse const generics
2019-02-07 varkorAdd const_generics feature flag
2019-02-07 varkorAdd Const kind to AST
2019-02-07 Guillaume GomezRollup merge of #58185 - GuillaumeGomez:images-url...
2019-02-07 Guillaume GomezRollup merge of #58150 - GuillaumeGomez:dont-apply...
2019-02-07 Guillaume GomezRollup merge of #58146 - GuillaumeGomez:dont-collapse...
2019-02-07 Guillaume GomezRollup merge of #58143 - GuillaumeGomez:sort-elements...
2019-02-07 Guillaume GomezRollup merge of #58086 - GuillaumeGomez:rustdoc-file...
2019-02-07 Guillaume GomezRollup merge of #58033 - euclio:rustdoc-tags, r=QuietMi...
2019-02-07 Guillaume GomezRollup merge of #58028 - GuillaumeGomez:fix-settings...
2019-02-07 Guillaume GomezRollup merge of #57954 - euclio:rustdoc-stability,...
2019-02-07 Guillaume GomezRollup merge of #57884 - GuillaumeGomez:update-minifier...
2019-02-07 Guillaume GomezRollup merge of #57848 - jrvanwhy:transmute-export...
2019-02-07 Guillaume GomezRollup merge of #57504 - GuillaumeGomez:re-enable-histo...
2019-02-07 Guillaume GomezDon't apply impl block collapse rules to trait impls
2019-02-07 Guillaume GomezRemove images' url to make it work even without interne...
next