]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-12-11 borsAuto merge of #30301 - michaelwoerister:mir-to-metadata...
2015-12-10 borsAuto merge of #30148 - steveklabnik:doc_string, r=alexc...
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 Crichtonstd: Remove deprecated functionality from 1.5
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 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 Brian AndersonBump to 1.7
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 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 Felix S. Klock IIRemove STARTUP_OBJS from Makefile deps for non win...
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...
2015-12-07 Vadim PetrochenkovAdd comments for Ident::from_name and identifiers in...
2015-12-07 Guillaume GomezAdd E0264 error explanation
2015-12-07 Vadim PetrochenkovRemove some unnecessary indirection from HIR structures
2015-12-07 borsAuto merge of #30202 - oli-obk:fix/const_index_feature_...
2015-12-07 James MillerAlign pointers to DST fields properly
2015-12-07 borsAuto merge of #30188 - tshepang:lookup_addr-example...
2015-12-07 borsAuto merge of #30247 - bluss:revert-array-clone, r...
2015-12-07 Ulrik SverdrupAdd regression test for Clone for [[T; 256]; 4] where...
2015-12-06 Ulrik SverdrupRevert "PR #30130 Implement `Clone` for more arrays"
2015-12-06 Markus UnterwaditzerFix typo in make var
2015-12-06 Tshepang Lekhonkhobedoc: add example for std::net::lookup_addr
2015-12-06 borsAuto merge of #30241 - Manishearth:diag-30236, r=eddyb
2015-12-06 Manish GoregaokarCorrect span for unused type parameter error in type...
2015-12-06 borsAuto merge of #30234 - vyp:doc-typo, r=apasel422
2015-12-06 xd1ledoc(book/error-handling): fix typo
2015-12-06 borsAuto merge of #30221 - thyrgle:concurrency_doc, r=alexc...
2015-12-06 borsAuto merge of #30222 - mitaa:fqn#2, r=alexcrichton
2015-12-06 borsAuto merge of #30187 - alexcrichton:stabilize-1.6,...
2015-12-06 borsAuto merge of #30212 - GuillaumeGomez:css_split, r...
2015-12-05 Alex Crichtonstd: Stabilize APIs for the 1.6 release
2015-12-05 Christopher... Uses unwrap instead of pattern matching
2015-12-05 mitaaAdd tests
2015-12-05 borsAuto merge of #30177 - retep998:handling-threads, r...
2015-12-05 Aleksey KladovDOCS: update reference about paths
2015-12-05 borsAuto merge of #30215 - SimonSapin:ipv6-display-alloc...
2015-12-05 Oliver Schneiderfix const index feature-gate regression
2015-12-05 borsAuto merge of #30102 - jFransham:feature/better-lifetim...
2015-12-05 mitaaReuse `record_extern_fqn`
2015-12-05 Christopher... Resolved warnings about unused result
2015-12-05 borsAuto merge of #30207 - jwworth:pull-request-1449250353...
2015-12-05 Simon SapinRemove allocations in `impl Display for Ipv6Addr`
2015-12-05 borsAuto merge of #30185 - fhahn:improve-borrowck-public...
next