]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-09-14 borsAuto merge of #28247 - christopherdumas:fix_28243,...
2015-09-14 borsAuto merge of #28403 - sfackler:timeout-cap-removal...
2015-09-14 Steven FacklerDrop upper bounds on net timeout tests
2015-09-14 borsAuto merge of #28248 - PeterReid:master, r=alexcrichton
2015-09-14 christopherdumasFix tuple float bug.
2015-09-14 borsAuto merge of #28358 - dotdash:nounwind, r=alexcrichton
2015-09-14 Björn SteinbrinkMark all extern functions as nounwind
2015-09-14 borsAuto merge of #28389 - aidanhs:aphs-update-musl-linking...
2015-09-14 borsAuto merge of #28396 - arielb1:misplaced-binding, r...
2015-09-14 borsAuto merge of #28392 - arielb1:sort-bounds-list, r...
2015-09-14 borsAuto merge of #28383 - semarie:openbsd-jemalloc, r...
2015-09-14 Peter ReidAdd test for overflowing pow
2015-09-14 borsAuto merge of #28368 - lfairy:write-impl, r=alexcrichton
2015-09-13 borsAuto merge of #28357 - semmaz:libfmt-macros, r=alexcrichton
2015-09-13 Björn SteinbrinkAdd an attribute to mark function as unwinding
2015-09-13 Björn SteinbrinkCentralise the handling of attributes on extern functions
2015-09-13 borsAuto merge of #28178 - christopherdumas:fix_ice, r...
2015-09-13 Ariel Ben-Yehudaensure projections are prohibited when type parameters are
2015-09-13 borsAuto merge of #28339 - alexcrichton:stabilize-1.4,...
2015-09-13 Ariel Ben-Yehudasort the existential bounds list in tydecode
2015-09-13 borsAuto merge of #28390 - christopherdumas:beginners_manue...
2015-09-13 christopherdumasAdded link to @bors cheetsheet (thanks, @nagisa)
2015-09-13 Aidan Hobson... Update musl build in light of llvm 3.7 release
2015-09-13 borsAuto merge of #28286 - matklad:remove-dead-code, r...
2015-09-13 borsAuto merge of #28370 - ranma42:slow_pat_gen, r=alexcrichton
2015-09-12 Chris WongAdd a blanket impl for &mut std::fmt::Write
2015-09-12 christopherdumasRwind LLVM
2015-09-12 borsAuto merge of #28366 - christopherdumas:beginners_manue...
2015-09-12 borsAuto merge of #28375 - tbu-:pr_sip_write, r=alexcrichton
2015-09-12 borsAuto merge of #28371 - killercup:docs/trpl-markup-fixes...
2015-09-12 Sébastien Mariedisable jemalloc tests for openbsd
2015-09-12 Andrea CancianiAdd a comment to explain the `#[inline(never)]` annotation
2015-09-12 christopherdumasCompiler test manual
2015-09-12 Tobias BucherStop a private method on `SipHasher` from shadowing...
2015-09-12 borsAuto merge of #28372 - killercup:docs/nomicon-markup...
2015-09-12 Pascal HertleifNomicon: Fix Links
2015-09-12 Pascal HertleifTRPL: Fix Headlines, Links in "Error Handling"
2015-09-12 Andrea CancianiFix generator.py to avoid pathological inlining
2015-09-12 borsAuto merge of #28340 - brson:configure, r=alexcrichton
2015-09-12 christopherdumasAdded useful links section
2015-09-11 borsAuto merge of #28350 - dotdash:llvm_fix, r=eddyb
2015-09-11 Brian Andersonconfigure cleanup on windows
2015-09-11 borsAuto merge of #28306 - alexcrichton:less-rt, r=brson
2015-09-11 christopherdumasFixed test
2015-09-11 Alex Crichtonstd: Internalize almost all of `std::rt`
2015-09-11 borsAuto merge of #28348 - petrochenkov:novirt, r=alexcrichton
2015-09-11 Alex Crichtonstd: Stabilize/deprecate features for 1.4
2015-09-11 Simon Mazursome code improvements in libfmt_macros
2015-09-11 Simon MazurChanged libfmt_macros Parse iterator to Peekable
2015-09-11 Björn SteinbrinkUpdate LLVM to fix nightly build failures
2015-09-11 borsAuto merge of #28354 - dotdash:slow_plat, r=eddyb
2015-09-11 Björn SteinbrinkAvoid triggering a pathological case in the LLVM inliner
2015-09-11 borsAuto merge of #28338 - erickt:str-cmp, r=bluss
2015-09-11 borsAuto merge of #28255 - nrc:fmt4, r=pnkfelix
2015-09-11 Nick Cameronmanual fixups
2015-09-11 Nick Cameronrustfmt libgraphviz
2015-09-11 Vadim PetrochenkovRemove some remains of virtual structs from the parser
2015-09-11 borsAuto merge of #28328 - tshepang:unusual, r=brson
2015-09-11 borsAuto merge of #28312 - GuillaumeGomez:privacy, r=Manish...
2015-09-11 christopherdumasAdded test
2015-09-11 borsAuto merge of #28337 - apasel422:tests, r=alexcrichton
2015-09-11 christopherdumasFix ICE per #28172
2015-09-10 Erick TryzelaarOptimize string comparison by using memcmp
2015-09-10 borsAuto merge of #28331 - semarie:openbsd-configure-egcc...
2015-09-10 borsAuto merge of #28321 - nikomatsakis:issue-27616, r...
2015-09-10 Andrew PaseltinerAdd test for #17994
2015-09-10 borsAuto merge of #28301 - christopherdumas:intergrate_erro...
2015-09-10 borsAuto merge of #28318 - dongz9:master, r=eddyb
2015-09-10 Sébastien Mariedisable jemalloc on OpenBSD
2015-09-10 christopherdumasAdapted @BurtSushi's blog post for the error handling...
2015-09-10 borsAuto merge of #28332 - apasel422:tests, r=alexcrichton
2015-09-10 Andrew PaseltinerAdd tests for #22638, #22872, #23024, #23046
2015-09-10 borsAuto merge of #28329 - tshepang:comfort, r=steveklabnik
2015-09-10 Guillaume GomezAdd error code for private struct field issue
2015-09-10 Aleksey Kladovlibsyntax: minor clean up
2015-09-10 Sébastien Marieopenbsd: probe CFG_GCC egcc
2015-09-10 borsAuto merge of #28266 - jackwilsonv:patch-4, r=steveklabnik
2015-09-10 borsAuto merge of #28282 - DiamondLovesYou:optional-data...
2015-09-10 Tshepang Lekhonkhobereference: not comfortable seeing a paragraph starting...
2015-09-10 borsAuto merge of #28323 - tshepang:idiom, r=steveklabnik
2015-09-10 Tshepang Lekhonkhobereference: using periods here is unusual
2015-09-10 borsAuto merge of #28232 - brson:tprl, r=steveklabnik
2015-09-10 Richard DiamondRefactor `TargetOptions::data_layout` into an `Option...
2015-09-09 borsAuto merge of #28250 - durka:patch-7, r=steveklabnik
2015-09-09 Tshepang Lekhonkhobereference: format code snippets in an idiomatic manner
2015-09-09 Niko MatsakisTreat loans of 'static data as extending to the end...
2015-09-09 borsAuto merge of #28299 - apasel422:tests, r=alexcrichton
2015-09-09 borsAuto merge of #28313 - rutsky:patch-4, r=alexcrichton
2015-09-09 Dong ZhouFix clang too
2015-09-09 Dong ZhouFix configure for LLVM 3.8
2015-09-09 borsAuto merge of #28316 - Manishearth:rollup, r=Manishearth
2015-09-09 Manish GoregaokarRollup merge of #28305 - apasel422:copyright, r=alexcri...
2015-09-09 Manish GoregaokarRollup merge of #28295 - steveklabnik:language_fix...
2015-09-09 Manish GoregaokarRollup merge of #28294 - midinastasurazz:patch-3, r...
2015-09-09 Manish GoregaokarRollup merge of #28289 - shepmaster:include_bytes-docs...
2015-09-09 Manish GoregaokarRollup merge of #28283 - rutsky:patch-3, r=steveklabnik
2015-09-09 Manish GoregaokarRollup merge of #28281 - rutsky:patch-2, r=steveklabnik
2015-09-09 borsAuto merge of #28300 - Manishearth:crate_err, r=eddyb
2015-09-09 Guillaume GomezAdd error code for tuple struct constructor error
2015-09-09 Guillaume GomezAdd error code for unnecessary visibility qualifier
next