]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-03-15 Manish GoregaokarRollup merge of #23384 - daboross:patch-2, r=alexcrichton
2015-03-15 Manish GoregaokarRollup merge of #23382 - FuGangqiang:typos, r=alexcrichton
2015-03-15 Manish GoregaokarRollup merge of #23379 - kballard:tweak-stdio-docs...
2015-03-15 Manish GoregaokarRollup merge of #23375 - kballard:remove-old_io-recomme...
2015-03-15 Dabo RossFix an String -> a String in env.rs documentation
2015-03-15 FuGangqiangfix typos
2015-03-15 borsAuto merge of #23381 - Manishearth:rollup, r=Manishearth
2015-03-15 Manish GoregaokarRollup merge of #23368 - EduardoBautista:fix-closures...
2015-03-15 Manish GoregaokarRollup merge of #23367 - EduardoBautista:fix-indentatio...
2015-03-15 Manish GoregaokarRollup merge of #23365 - dotdash:array_loop_panic,...
2015-03-15 Manish GoregaokarRollup merge of #23363 - meqif:master, r=alexcrichton
2015-03-15 Manish GoregaokarRollup merge of #23362 - dotdash:llvm_req, r=alexcrichton
2015-03-15 Manish GoregaokarRollup merge of #23358 - rprichard:reject-empty-L,...
2015-03-15 Manish GoregaokarRollup merge of #23356 - bombless:camelcase, r=alexcrichton
2015-03-15 Manish GoregaokarRollup merge of #23351 - nagisa:rustdoc-lines-2, r...
2015-03-15 borsAuto merge of #23351 - nagisa:rustdoc-lines-2, r=alexcr...
2015-03-15 Kevin BallardRemove incorrect references to _raw stdio functions
2015-03-15 borsAuto merge of #23313 - barosl:match-specialize-ice...
2015-03-15 Kevin BallardStop recommending old_io in the module doc for std::io
2015-03-14 borsAuto merge of #23289 - mihneadb:rustdoc-search-by-type...
2015-03-14 Eduardo BautistaConcurrency is now in the "Concurrency" chapter
2015-03-14 Eduardo BautistaFix indentation in the "Method Syntax" chapter
2015-03-14 Mihnea Dobrescu... Add support to search functions by type to rustdoc.
2015-03-14 borsAuto merge of #23357 - Manishearth:oops, r=Manishearth
2015-03-14 Barosl Leecheck_match: Dereference `ref x` before comparing it...
2015-03-14 Björn SteinbrinkFix broken codegen for [expr; n] where "expr" diverges
2015-03-14 Björn SteinbrinkAlways evaluate the expression in [expr; n]
2015-03-14 Ricardo MartinsFix a typo in the documentation.
2015-03-14 Björn SteinbrinkDrop support for LLVM < 3.5 and fix compile errors...
2015-03-14 Simonas KazlauskasSplit rustdoc summary lines in a smarter way
2015-03-14 borsAuto merge of #23333 - oli-obk:slice_from_raw_parts...
2015-03-14 Ryan PrichardReject `-L ""`, `-L native=`, and other empty search...
2015-03-14 Manish GoregaokarRevert "Extend dead code lint to detect more unused...
2015-03-14 Manish GoregaokarRevert "Remove dead code flagged by lint"
2015-03-14 York XiangImprove camelcase suggestion
2015-03-14 borsAuto merge of #22948 - rprichard:simple-panic-opt,...
2015-03-13 Ryan PrichardAvoid passing -L "" during cross-compilation.
2015-03-13 borsAuto merge of #23292 - alexcrichton:stabilize-io, r...
2015-03-13 borsAuto merge of #23337 - Manishearth:rollup, r=Manishearth
2015-03-13 Alex CrichtonFallout of std::old_io deprecation
2015-03-13 Manish Goregaokarrm unused import
2015-03-13 Manish GoregaokarFix def -> PathResolution
2015-03-13 Manish GoregaokarRollup merge of #21468 - sanxiyn:dead-variant, r=
2015-03-13 Manish GoregaokarRollup merge of #23324 - rprichard:fix-freebsd, r=brson
2015-03-13 Manish GoregaokarRollup merge of #23322 - dotdash:jemalloc_attrs, r...
2015-03-13 Manish GoregaokarRollup merge of #23321 - apasel422:hash, r=alexcrichton
2015-03-13 Manish GoregaokarRollup merge of #23317 - tanadeau:fix-formatting-and...
2015-03-13 Manish GoregaokarRollup merge of #23312 - gkoz:ptr_from_box_docs, r...
2015-03-13 Manish GoregaokarRollup merge of #23328 - alexcrichton:rustdoc-default...
2015-03-13 Manish GoregaokarRollup merge of #23325 - brson:beta, r=alexcrichton
2015-03-13 Manish GoregaokarRollup merge of #23310 - michaelwoerister:gdb-std-pp...
2015-03-13 Manish GoregaokarRollup merge of #23307 - michaelwoerister:lldb-vec...
2015-03-13 Oliver Schneiderfix tests
2015-03-13 borsAuto merge of #23307 - michaelwoerister:lldb-vec-pp...
2015-03-13 Oliver Schneiderslice::from_raw_parts is preferred over transmuting...
2015-03-13 Alex Crichtonrustdoc: Fix ICE with cross-crate default impls
2015-03-13 Alex Crichtonstd: Stabilize the `io` module
2015-03-13 Björn SteinbrinkAdd an "allocator" attribute to mark functions as alloc...
2015-03-13 borsAuto merge of #23229 - aturon:stab-path, r=alexcrichton
2015-03-13 Brian AndersonFix naming of beta artifacts again
2015-03-12 Aaron TuronStabilize std::path
2015-03-12 Andrew Paseltinerremove mention of specialization from `Hash` trait
2015-03-12 Trent NadeauFixed several grammar errors and broke up very long...
2015-03-12 borsAuto merge of #23265 - eddyb:meth-ast-refactor, r=nikom...
2015-03-12 Gleb KozyrevUpdate the ways to get a pointer from a box
2015-03-12 borsAuto merge of #23245 - alexcrichton:allow-warnings...
2015-03-12 Alex Crichtonstd: Remove #[allow] directives in sys modules
2015-03-12 Michael Woeristerdebuginfo: Add GDB pretty printers for slices, Vec...
2015-03-12 borsAuto merge of #23299 - mdinger:monospace_table, r=steve...
2015-03-12 Michael Woeristerdebuginfo: Make LLDB pretty printer correctly handle...
2015-03-12 Ryan PrichardAvoid passing -L "" to rustc.
2015-03-12 borsAuto merge of #23162 - sfackler:debug-builders, r=alexc...
2015-03-12 borsAuto merge of #23298 - Manishearth:rollup, r=Manishearth
2015-03-12 mdingerAdd monospace font back to literals table
2015-03-12 Manish GoregaokarRm unused feature
2015-03-12 Manish GoregaokarRollup merge of #23296 - shepmaster:explain-why-joingua...
2015-03-12 Manish GoregaokarRollup merge of #23295 - johnz133:patch-1, r=steveklabnik
2015-03-12 Manish GoregaokarRollup merge of #23279 - steveklabnik:gh23244, r=alexcr...
2015-03-12 Manish GoregaokarRollup merge of #23275 - aochagavia:constants, r=eddyb
2015-03-12 Manish GoregaokarRollup merge of #23274 - rprichard:fix-21715, r=pnkfelix
2015-03-12 Manish GoregaokarRollup merge of #23270 - frewsxcv:patch-5, r=alexcrichton
2015-03-12 Manish GoregaokarRollup merge of #23263 - alexcrichton:stabilize-from...
2015-03-12 Manish GoregaokarRollup merge of #23257 - jmesmon:fix-debug, r=alexcrichton
2015-03-12 Manish GoregaokarRollup merge of #23255 - dhuseby:master, r=alexcrichton
2015-03-12 Manish GoregaokarRollup merge of #23247 - tbu-:pr_core_iter_rm_isize...
2015-03-12 Manish GoregaokarRollup merge of #23238 - mahkoh:nativecpu, r=dotdash
2015-03-12 Manish GoregaokarRollup merge of #23234 - Ms2ger:doc-dynamic-dispatch...
2015-03-12 Manish GoregaokarRollup merge of #22769 - :rustdocfix, r=brson
2015-03-12 Manish GoregaokarRollup merge of #23297 - steveklabnik:examples, r=huonw
2015-03-12 Manish GoregaokarRollup merge of #23294 - dotdash:coob, r=alexcrichton
2015-03-12 John ZhangCargo build now builds to /target/debug/, changed the...
2015-03-12 Steve KlabnikExample -> Examples
2015-03-12 Jake GouldingExplain why immediately dropping a JoinGuard is not...
2015-03-11 borsAuto merge of #23156 - GuillaumeGomez:remove-proc,...
2015-03-11 Björn SteinbrinkFix LLVM assertion when out-of-bounds indexing in a...
2015-03-11 Eduard Burtescusyntax: move MethMac to MacImplItem and combine {Provid...
2015-03-11 Eduard Burtescusyntax: rename TypeMethod to MethodSig and use it in...
2015-03-11 Eduard Burtescusyntax: gather common fields of impl & trait items...
2015-03-11 Eduard Burtescusyntax: move indirection around {Trait,Impl}Item, from...
2015-03-11 Ms2gerRewrite the dynamic dispatch section to focus on usage...
next