]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-09-11 borsAuto merge of #36369 - uweigand:s390x, r=alexcrichton
2016-09-11 athulappadanDocumentation for default types modified
2016-09-11 Richard Janis... Remove unnecessary `cmp::min` from BufWriter::write
2016-09-11 athulappadanDocumentation of what does for each type
2016-09-11 ggomezImprove Result doc
2016-09-11 ggomezImprove Option doc
2016-09-11 ggomezImprove Copy trait doc
2016-09-11 ggomezImprove Clone doc
2016-09-10 John FirebaughUpdate E0297 to new error format
2016-09-10 borsAuto merge of #36351 - pnkfelix:fix-36278-size-miscalc...
2016-09-10 Vadim PetrochenkovImprove `Eq` deriving
2016-09-10 Keegan McAllisterTweak std::mem docs
2016-09-10 Steven FacklerInherit overflow checks for sum and product
2016-09-10 Vadim PetrochenkovImprove shallow `Clone` deriving
2016-09-10 Kylo Ginsbergbook: fix a typo
2016-09-10 borsAuto merge of #36378 - GuillaumeGomez:rollup, r=Guillau...
2016-09-10 Guillaume GomezRollup merge of #36346 - oli-obk:patch-1, r=arielb1
2016-09-10 Guillaume GomezRollup merge of #36326 - JDemler:master, r=steveklabnik
2016-09-10 Guillaume GomezRollup merge of #36314 - tshepang:not-needed, r=Guillau...
2016-09-10 Guillaume GomezRollup merge of #36311 - frewsxcv:instant-elapsed-examp...
2016-09-10 Guillaume GomezRollup merge of #36045 - ollie27:rustdoc_titles3, r...
2016-09-10 Guillaume GomezRollup merge of #35691 - jaredwy:update-error-63, r...
2016-09-10 borsAuto merge of #36333 - apasel422:issue-35668, r=eddyb
2016-09-10 dangchengfix mistake (File::open -> File::create)
2016-09-10 Mikhail Modinfix span for errors E0537, E0535 & E0536
2016-09-10 borsAuto merge of #36332 - llogiq:static_consts_feature...
2016-09-10 David TolnayAdd ExpnId to expanded procedural macro code
2016-09-09 Ulrich WeigandAdd s390x support
2016-09-09 borsAuto merge of #36256 - rjgoldsborough:make-configure...
2016-09-09 borsAuto merge of #36331 - petrochenkov:tyadt, r=eddyb
2016-09-09 borsAuto merge of #36324 - nrc:save-docs, r=eddyb
2016-09-09 Jared WylesUpdate the wording for E0063. This will truncate the...
2016-09-09 orbeaAllow setting --docdir
2016-09-09 borsAuto merge of #36322 - uweigand:nonblocking, r=alexcrichton
2016-09-09 Liigorustdoc: more docblock-short styles
2016-09-09 Liigorustdoc: don't collapse `docblock-short`
2016-09-09 borsAuto merge of #36321 - uweigand:enum-abi, r=eddyb
2016-09-09 Jake Goldsboroughtweaking the nodejs cmd sanity check
2016-09-09 Oliver Middletonrustdoc: Don't add extra newlines for fully opaque...
2016-09-09 Ulrik SverdrupWork around pointer aliasing issue in Vec::extend_from_...
2016-09-08 borsAuto merge of #36173 - petrochenkov:unstat, r=nikomatsakis
2016-09-08 Vadim PetrochenkovIssue deprecation warnings for safe accesses to extern...
2016-09-08 Andre Bogusfix feature error, test fallout
2016-09-08 Vadim PetrochenkovAddress comments
2016-09-08 Vadim PetrochenkovRefactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
2016-09-08 David TolnayPoint compile-fail errors to the input item instead...
2016-09-08 borsAuto merge of #35745 - jroesch:soundness-fix-29859...
2016-09-08 Felix S. Klock IIFor size of `struct P<T>(Q<T>)`, don't double-count...
2016-09-08 borsAuto merge of #36048 - GuillaumeGomez:code_clean, r...
2016-09-08 Oliver Schneiderclean up `get_vtable`'s doc comment
2016-09-08 Seo SanghyeonUse LLVM_COMPONENTS to run tests just for supported...
2016-09-08 borsAuto merge of #36316 - jseyfried:custom_derive_internal...
2016-09-08 Andre Bogusadded feature description to reference
2016-09-08 borsAuto merge of #36310 - jstnlef:remove-extraneous-not...
2016-09-08 Andre Bogusadded feature gate test
2016-09-08 Andre Boguswarning → error, lowercase
2016-09-08 borsAuto merge of #36214 - jseyfried:stackless_expansion...
2016-09-08 Jared RoeschFix duplicate error code
2016-09-07 Guillaume GomezSet run button transparent instead of invisible
2016-09-07 borsAuto merge of #36292 - japaric:musl-root, r=alexcrichton
2016-09-07 Jeffrey SeyfriedImprove `directory` computation during invocation colle...
2016-09-07 Jeffrey SeyfriedImplement stackless placeholder expansion.
2016-09-07 Jeffrey SeyfriedStrip unconfigured nodes in the `InvocationCollector...
2016-09-07 Andrew PaseltinerHandle `ReEmpty` for `impl Trait`
2016-09-07 Jeffrey SeyfriedRefactor code out of the folder implementation for...
2016-09-07 Andre Bogusadd static_in_const feature gate
2016-09-07 Jakob DemlerFixed typo in nomicon
2016-09-07 Jake Goldsboroughmoving nodejs detection logic to configure and adding
2016-09-07 Aleksey KladovAdd a test for CString drop
2016-09-07 borsAuto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton
2016-09-07 Aleksey KladovZero first byte of CString on drop
2016-09-07 Ulrich WeigandUse layout_of to detect C enums
2016-09-07 Nick Cameronsave-analysis: strip /// or whatever from doc comments
2016-09-07 Nick Cameronsave-analysis: only emit type in the value for variables
2016-09-07 Nick Cameronsave-analysis: tweak the type value for functions
2016-09-07 borsAuto merge of #36304 - TimNN:fix-36299, r=eddyb
2016-09-07 Ulrich WeigandFix argument to FIONBIO ioctl
2016-09-07 Ulrich WeigandFollow target ABI sign-/zero-extension rules for enum...
2016-09-07 Corey FarwellAdd doc example for `std::time::Instant::elapsed`.
2016-09-07 borsAuto merge of #36289 - euclio:self-suggestion, r=jseyfried
2016-09-07 borsAuto merge of #36296 - nagisa:pass-timing, r=eddyb
2016-09-07 Jeffrey SeyfriedAdd regression test.
2016-09-07 Jeffrey SeyfriedAvoid instaiblity errors in code generated by `syntax_e...
2016-09-07 borsAuto merge of #36252 - joshtriplett:union-field-never...
2016-09-07 Jorge Aparicioadd utility musl_root method, update config.toml.example
2016-09-07 Tshepang Lekhonkhobedoc: we got coercion going on here, so no need to be...
2016-09-07 Jake Goldsboroughdetecting nodejs in configure
2016-09-07 Justin LeFebvreremove the extraneous not_equal implementation for...
2016-09-06 borsAuto merge of #36303 - jonathandturner:rollup, r=jonath...
2016-09-06 Nick Cameronsave-analysis: add a `kind` tag to JSON dumps
2016-09-06 Nick Cameronsave-analysis: add docs data
2016-09-06 David TolnayPoint macros 1.1 errors to the input item
2016-09-06 borsAuto merge of #36025 - michaelwoerister:incr-comp-hash...
2016-09-06 Tim Neumannre-add accidentally removed line
2016-09-06 Jonathan TurnerRollup merge of #36298 - GuillaumeGomez:hashmap_doc...
2016-09-06 Jonathan TurnerRollup merge of #36273 - apasel422:unsafe_no_drop_flag...
2016-09-06 Jonathan TurnerRollup merge of #36267 - Cobrand:E0559, r=jonathandturner
2016-09-06 Jonathan TurnerRollup merge of #36263 - apasel422:scoped, r=steveklabnik
2016-09-06 Jonathan TurnerRollup merge of #36243 - GuillaumeGomez:hash_map_links...
2016-09-06 Jonathan TurnerRollup merge of #36241 - Cobrand:contributing-md, r...
next