]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #26197 - dhuseby:fixing_morestack_breakage, r=brson
[rust.git] / src /
2015-06-11 borsAuto merge of #26197 - dhuseby:fixing_morestack_breakag...
2015-06-11 borsAuto merge of #26184 - aepsil0n:error-desc-funcargs...
2015-06-11 borsAuto merge of #26177 - jooert:fix26169, r=alexcrichton
2015-06-11 borsAuto merge of #26172 - nham:add_E0116, r=alexcrichton
2015-06-11 borsAuto merge of #26159 - alexcrichton:tweak-process-lower...
2015-06-11 borsAuto merge of #26155 - dhuseby:fixing_bitrig_net_tests...
2015-06-11 borsAuto merge of #26154 - pmarcelll:master, r=Gankro
2015-06-11 borsAuto merge of #26122 - bluss:borrow-box, r=alexcrichton
2015-06-11 borsAuto merge of #25839 - bluss:str-split-at-impl, r=alexc...
2015-06-10 borsAuto merge of #25777 - shepmaster:cstring-return-to...
2015-06-10 borsAuto merge of #24689 - SimonSapin:formatter-write-char...
2015-06-10 Simon SapinHave std::fmt::Formatter implement std::fmt::Write.
2015-06-10 borsAuto merge of #26182 - Manishearth:rollup, r=Manishearth
2015-06-10 Simon SapinAdd a write_char method to std::fmt::Formatter.
2015-06-10 Eduard BoppAdd error explanation for E0057, E0059–E0061
2015-06-10 Dave Husebyfixes __morestack symbol problem on BSDs
2015-06-10 Dave Husebydisabling socking timing tests because openbsd/bitrig...
2015-06-10 Manish GoregaokarRollup merge of #26174 - mcast:trpl-assignment-empty...
2015-06-10 Manish GoregaokarRollup merge of #26164 - tafia:early-dedup, r=Gankro
2015-06-10 Manish GoregaokarRollup merge of #26146 - steveklabnik:remove_unsafe_poi...
2015-06-10 Manish GoregaokarRollup merge of #26145 - steveklabnik:gh25853, r=brson
2015-06-10 Manish GoregaokarRollup merge of #26143 - steveklabnik:gh25851, r=alexcr...
2015-06-10 Manish GoregaokarRollup merge of #26142 - steveklabnik:gh25850, r=Gankro
2015-06-10 Johannes OertelImprove examples for atomic types.
2015-06-10 Matthew Astleymend bad Markdown
2015-06-10 borsAuto merge of #26141 - eddyb:ast_map, r=nikomatsakis
2015-06-10 borsAuto merge of #26153 - dotdash:issue26127, r=luqmana
2015-06-10 Matthew Astleytrpl: why (assignment == empty tuple) #26120
2015-06-10 Nick HamannRevise E0133 description.
2015-06-10 Nick HamannAdd explanation for E0116 and update the error message.
2015-06-10 Ulrik Sverdrupcollections: Remove redundant slicing for str
2015-06-10 Ulrik SverdrupAdd str::split_at
2015-06-10 borsAuto merge of #26137 - steveklabnik:gh25623, r=alexcrichton
2015-06-10 borsAuto merge of #26130 - steveklabnik:gh25986, r=alexcrichton
2015-06-10 borsAuto merge of #26058 - Kimundi:issue15609, r=nikomatsakis
2015-06-10 Johann Tuffeearly return if 1 element
2015-06-10 borsAuto merge of #26055 - arielb1:smart-fold, r=nikomatsakis
2015-06-10 Alex Crichtonstd: Tweak process raising/lowering implementations
2015-06-10 marcellModify String::push to reallocate more conservatively...
2015-06-09 Eduard Burtescusyntax: move ast_map to librustc.
2015-06-09 borsAuto merge of #25836 - steveklabnik:gh25305, r=alexcrichton
2015-06-09 Björn SteinbrinkUse the correct type of undef value for ignored return...
2015-06-09 marcellAdd missing #[inline] to methods related to char.
2015-06-09 borsAuto merge of #26150 - steveklabnik:rollup, r=steveklabnik
2015-06-09 Steve KlabnikRollup merge of #26144 - steveklabnik:static_doc_fix...
2015-06-09 Steve KlabnikRollup merge of #26140 - steveklabnik:gh25803, r=alexcr...
2015-06-09 Steve KlabnikRollup merge of #26136 - steveklabnik:gh25597, r=alexcr...
2015-06-09 Steve KlabnikRollup merge of #26134 - steveklabnik:gh25586, r=alexcr...
2015-06-09 Steve KlabnikRollup merge of #26133 - steveklabnik:gh25573, r=alexcr...
2015-06-09 Steve KlabnikRollup merge of #26132 - astraw:fix-demangle-comment...
2015-06-09 Steve KlabnikRollup merge of #26131 - astraw:fix-trait-comment,...
2015-06-09 Steve KlabnikRollup merge of #26129 - steveklabnik:gh26012, r=brson
2015-06-09 Steve KlabnikRollup merge of #26125 - nsimplex:master, r=steveklabnik
2015-06-09 Steve KlabnikRollup merge of #26111 - tshepang:consistency, r=brson
2015-06-09 Steve KlabnikExise 'unsafe pointer' in favor of 'raw pointer'
2015-06-09 Steve Klabnikmake note of slicing syntax in TRPL: strings
2015-06-09 Steve KlabnikMake note about static and dtors
2015-06-09 Steve KlabnikExise 'owned pointer' from the codebase
2015-06-09 Steve KlabnikMention that enum constructors are functions
2015-06-09 borsAuto merge of #26039 - SimonSapin:case-mapping, r=alexc...
2015-06-09 Steve KlabnikFix some copyediting in TRPL: method-syntax
2015-06-09 Steve KlabnikExplain interaction with if and | in patterns
2015-06-09 Steve KlabnikFix up macro grammar
2015-06-09 Steve KlabnikExpand a bit on clone() in Dining Philosophers
2015-06-09 Steve KlabnikClarify confusing sentence in TRPL: FFI
2015-06-09 Steve Klabnikremove stuff about #define
2015-06-09 Andrew Strawfix comments in example about types
2015-06-09 Andrew Strawfix example in comments about demangling
2015-06-09 Steve KlabnikDocument str::split behavior with contiguous separators
2015-06-09 borsAuto merge of #25995 - alexcrichton:msvc-md, r=brson
2015-06-09 simplexSemantic accuracy in borrow scope rules.
2015-06-09 Ulrik SverdrupImplement Borrow<T> and BorrowMut<T> for Box<T: ?Sized>
2015-06-09 Marvin LöbelMade ref pattern bindings correctly pick Deref or DerefMut
2015-06-09 Simon SapinMove collectionstest::char into coretest::char
2015-06-09 Simon SapinFix coretest::char::test_to_uppercase for complex mapping
2015-06-09 borsAuto merge of #26102 - retep998:openoptionsext, r=alexc...
2015-06-09 borsAuto merge of #26068 - bluss:bench-sigfigs, r=huonw
2015-06-09 borsAuto merge of #26098 - russellmcc:add-ar-tool-flexible...
2015-06-09 borsAuto merge of #25627 - murarth:execution-engine-fix...
2015-06-09 borsAuto merge of #26117 - Manishearth:rollup, r=Manishearth
2015-06-09 Ulrik Sverdruptest: Display benchmark results with thousands separators
2015-06-09 Manish GoregaokarRollup merge of #26113 - tshepang:avoid-abbreviations...
2015-06-09 Manish GoregaokarRollup merge of #26112 - tshepang:readability, r=stevek...
2015-06-09 Manish GoregaokarRollup merge of #26105 - tshepang:sentence-not-clear...
2015-06-09 Manish GoregaokarRollup merge of #26104 - saml:patch-1, r=steveklabnik
2015-06-09 Manish GoregaokarRollup merge of #26099 - TheNeikos:fix-old_array_syntax...
2015-06-09 Manish GoregaokarRollup merge of #26078 - diwic:patch-2, r=alexcrichton
2015-06-09 Manish GoregaokarRollup merge of #26073 - chuckSMASH:trpl-5-4-comments...
2015-06-09 Manish GoregaokarRollup merge of #25968 - benfleis:master, r=steveklabnik
2015-06-09 Manish GoregaokarRollup merge of #25948 - tshepang:misc-doc-improvements...
2015-06-09 Manish GoregaokarRollup merge of #25909 - frankamp:patch-1, r=steveklabnik
2015-06-09 Manish GoregaokarRollup merge of #25898 - azerupi:patch-3, r=steveklabnik
2015-06-09 borsAuto merge of #26065 - Marwes:master, r=alexcrichton
2015-06-08 MurarthChanges to LLVM `ExecutionEngine` wrapper
2015-06-08 borsAuto merge of #26079 - eefriedman:emit-closure, r=nrc
2015-06-08 Tshepang Lekhonkhobereference: that looks better without those abbreviations
2015-06-08 Tshepang Lekhonkhobereference: improve readability
2015-06-08 Tshepang Lekhonkhobereference: get consistent by removing unneeded whitespace
2015-06-08 Tshepang Lekhonkhobebook: remove a sentence that is not clear
2015-06-08 borsAuto merge of #26077 - SimonSapin:patch-6, r=alexcrichton
next