]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #30329 - salty-horse:punctuation, r=steveklabnik
[rust.git] / src /
2015-12-13 borsAuto merge of #30329 - salty-horse:punctuation, r=steve...
2015-12-13 borsAuto merge of #30314 - fhahn:issue-30299-missing-fields...
2015-12-13 borsAuto merge of #30324 - jseyfried:unfix_30159, r=nrc
2015-12-13 borsAuto merge of #30310 - mbrubeck:doc-vec-bounds, r=steve...
2015-12-12 borsAuto merge of #30309 - alexcrichton:more-tier-two,...
2015-12-12 borsAuto merge of #30334 - dhuseby:FreeBSD_30333, r=alexcri...
2015-12-12 borsAuto merge of #30347 - rkruppe:misc-dec2flt-cleanup...
2015-12-12 borsAuto merge of #30110 - oli-obk:pretty_const_trans,...
2015-12-12 borsAuto merge of #30312 - seanmonstar:ioerror-description...
2015-12-12 borsAuto merge of #30279 - Aatch:dst-ref-binding, r=pnkfelix
2015-12-12 borsAuto merge of #27929 - w00ns:issue-27889-same-field...
2015-12-12 borsAuto merge of #30242 - arielb1:region-unification,...
2015-12-11 Robin Kruppedec2flt: Remove unused macro argument
2015-12-11 Robin Kruppedec2flt: Simplify imports and module surface
2015-12-11 Robin KruppeRemove an accent in a comment
2015-12-11 Jeffrey SeyfriedPartially undo the fix of issue #30159 in PR #30294...
2015-12-11 Ori Avtalionbook: Add missing punctuation
2015-12-11 Matt BrubeckDocument bounds checking in the book
2015-12-11 w00nsFix for issue #27889: same field names in enum variants
2015-12-11 borsAuto merge of #30308 - tsion:typo, r=sanxiyn
2015-12-11 borsAuto merge of #30265 - oli-obk:const_val_trans, r=pnkfelix
2015-12-11 borsAuto merge of #30248 - petevine:master, r=brson
2015-12-11 borsAuto merge of #30294 - jseyfried:fix_shadowed_use_visib...
2015-12-11 borsAuto merge of #30307 - pnkfelix:fix-issue-26656, r...
2015-12-11 Jeffrey SeyfriedRename (Ns)ImportResolution
2015-12-11 borsAuto merge of #30301 - michaelwoerister:mir-to-metadata...
2015-12-10 Florian HahnAdd name of initializer to missing field message, close...
2015-12-10 borsAuto merge of #30148 - steveklabnik:doc_string, r=alexc...
2015-12-10 Sean McArthurstd: improve io error descriptions
2015-12-10 Steve KlabnikImprove documentation on String's methods
2015-12-10 Michael WoeristerMake MIR encodable and store it in crate metadata.
2015-12-10 Michael WoeristerAdd a MIR visitor that allows to mutate the visited...
2015-12-10 Michael WoeristerAdd visit_defid(), visit_span(), and visit_literal...
2015-12-10 Michael WoeristerMIR: Make Mir take ownership of InlineAsm values.
2015-12-10 borsAuto merge of #30303 - mitaa:htmldocck, r=brson
2015-12-10 Michael WoeristerMIR: Refactor mir::Terminator to use tuples instead...
2015-12-10 Michael WoeristerAdd TupleSlice trait to rustc_data_structures.
2015-12-10 borsAuto merge of #30182 - alexcrichton:remove-deprecated...
2015-12-10 Alex Crichtonbook: Update Tier 2 platforms
2015-12-10 Scott OlsonCorrect 'bye' to 'byte' in str docs.
2015-12-10 Alex Crichtonstd: Remove deprecated functionality from 1.5
2015-12-10 Felix S. Klock IILong await regression test for dropck on trait object...
2015-12-10 borsAuto merge of #30267 - alexcrichton:tls-init-oh-my...
2015-12-10 mitaaImprove `htmldocck.py` error messages
2015-12-10 borsAuto merge of #30298 - Letheed:docpatch, r=sanxiyn
2015-12-10 borsAuto merge of #30194 - brson:relnotes, r=brson
2015-12-10 Letheedfix missing Panics tag and missing period
2015-12-10 borsAuto merge of #30297 - oli-obk:doc/fix_intravisit,...
2015-12-10 Oliver Schneideradjust documentation to mention `intravisit` instead...
2015-12-10 borsAuto merge of #30293 - steveklabnik:fixes, r=brson
2015-12-10 borsAuto merge of #30292 - Xmasreturns:patch-3, r=steveklabnik
2015-12-10 borsAuto merge of #30291 - Xmasreturns:patch-2, r=steveklabnik
2015-12-10 Jeffrey SeyfriedFix a bug in which the visibility of a use declaration...
2015-12-10 borsAuto merge of #30285 - glglwty:patch-1, r=alexcrichton
2015-12-09 borsAuto merge of #30284 - GuillaumeGomez:patch-3, r=Manish...
2015-12-09 XmasreturnsFixes from review
2015-12-09 borsAuto merge of #30288 - brson:bump, r=alexcrichton
2015-12-09 Steve KlabnikFix link in char docs
2015-12-09 Steve KlabnikFix extra space in str docs
2015-12-09 XmasreturnsGrammar and slight ordering changes
2015-12-09 borsAuto merge of #30270 - DiamondLovesYou:fix-30231, r...
2015-12-09 XmasreturnsGrammar changes for readability
2015-12-09 borsAuto merge of #29937 - alexcrichton:panic-recover,...
2015-12-09 Guillaume GomezAdd E0269 error explanation
2015-12-09 Alex Crichtonstd: Rename thread::catch_panic to panic::recover
2015-12-09 Tianyi Wangfixed a typo in comments
2015-12-09 borsAuto merge of #30140 - michaelwoerister:tls-encoding...
2015-12-09 Michael WoeristerAdd scoped thread-local encoding and decoding contexts...
2015-12-09 James MillerFix `& ref ident` patterns for DSTs
2015-12-09 borsAuto merge of #30266 - oli-obk:expr_type_checked, r...
2015-12-09 borsAuto merge of #30263 - pnkfelix:rsbegin-rsend-are-windo...
2015-12-09 borsAuto merge of #30246 - untitaker:insaller, r=alexcrichton
2015-12-09 borsAuto merge of #30278 - steveklabnik:rollup, r=steveklabnik
2015-12-09 Steve KlabnikRollup merge of #30274 - tshepang:mere-renames, r=steve...
2015-12-09 Steve KlabnikRollup merge of #30273 - Xmasreturns:patch-1, r=stevekl...
2015-12-09 Steve KlabnikRollup merge of #30261 - oli-obk:add_regression_test...
2015-12-09 Steve KlabnikRollup merge of #30224 - matklad:super-docs, r=steveklabnik
2015-12-09 Steve KlabnikRollup merge of #30201 - GuillaumeGomez:patch-3, r...
2015-12-09 borsAuto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelix
2015-12-09 borsAuto merge of #30208 - pnkfelix:fix-issue-30063, r...
2015-12-09 borsAuto merge of #30145 - petrochenkov:hyg, r=nrc
2015-12-08 Tshepang Lekhonkhobedoc: these are just renames, so avoid duplication
2015-12-08 XmasreturnsUpdate traits.md
2015-12-08 XmasreturnsUpdate traits.md
2015-12-08 borsAuto merge of #30271 - steveklabnik:reorder_book, r...
2015-12-08 Alex Crichtonstd: Use mem::replace in TLS initialization
2015-12-08 borsAuto merge of #30036 - mitaa:doc_id, r=alexcrichton
2015-12-08 Steve KlabnikRe-order the sections in TRPL
2015-12-08 Richard DiamondFix a typo in `fd.rs`. Fixes #30231.
2015-12-08 borsAuto merge of #29995 - DanielJCampbell:Expanded-Span...
2015-12-08 Oliver Schneidershorten common if let patterns to function calls
2015-12-08 Oliver Schneiderprettify some statements
2015-12-08 Oliver Schneidermove ConstVal -> ValueRef translation to trans::consts
2015-12-08 Oliver Schneideradd tests for ensuring const indexing does not cause...
2015-12-08 Felix S. Klock IIregression test for issue #30063
2015-12-08 Felix S. Klock IIWhen given `rustc -C codegen-units=4 -o output --emit...
2015-12-08 James MillerFix unsized structs with destructors
2015-12-08 Daniel CampbellAdded pretty-printing for span expansion chains through...
2015-12-07 borsAuto merge of #30087 - petrochenkov:indi, r=nrc
2015-12-07 borsAuto merge of #30256 - GuillaumeGomez:patch-5, r=Manish...
next